Started by user Sebastiaan van Stijn Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Obtained Jenkinsfile from 594c972fc541a6b179f4f47707bf70a7e420de7e+b7b7571331f500c0164716dc22bcc54edfaa7119 (e6b46b9a9f298efd131071e67afda57aba20ab8a) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library jps@master Examining docker/jps Attempting to resolve master as a branch Resolved master as branch master at revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 The recommended git tool is: NONE using credential jps-reader > git rev-parse --resolve-git-dir /var/cloudbees-jenkins-distribution/workspace/moby_PR-42445@libs/jps/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/docker/jps.git # timeout=10 Fetching without tags Fetching upstream changes from https://github.com/docker/jps.git > git --version # timeout=10 > git --version # 'git version 2.20.1' using GIT_ASKPASS to set credentials GitHub credentials for docker/jps > git fetch --no-tags --force --progress -- https://github.com/docker/jps.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Commit message: "Merge pull request #25 from ingshtrom/in-2733-load-from-file" > git rev-list --no-walk 5d8b74fd03a1c7cc00e1c1f32d100ed97a17f4f0 # timeout=10 Excluding src/test/ from checkout of git https://github.com/docker/jps.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] withEnv [Pipeline] { [Pipeline] timeout Timeout set to expire in 2 hr 0 min [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] stage [Pipeline] { (pr-hack) [Pipeline] script [Pipeline] { [Pipeline] echo [2021-06-10T22:57:05.733Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-06-10T22:57:05.736Z] Trying to pass milestone 14 [Pipeline] milestone [2021-06-10T22:57:05.785Z] Trying to pass milestone 15 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-06-10T22:57:05.935Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0cab0b6a8efc811fd) in /home/ubuntu/workspace/moby_PR-42445 [Pipeline] { [Pipeline] checkout [2021-06-10T22:57:05.977Z] The recommended git tool is: git [2021-06-10T22:57:06.011Z] using credential docker-jenkins-github-credentials [2021-06-10T22:57:06.016Z] Cloning the remote Git repository [2021-06-10T22:57:06.016Z] Cloning with configured refspecs honoured and without tags [2021-06-10T22:57:06.018Z] Cloning repository https://github.com/moby/moby.git [2021-06-10T22:57:06.019Z] > git init /home/ubuntu/workspace/moby_PR-42445 # timeout=10 [2021-06-10T22:57:06.038Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-10T22:57:06.038Z] > git --version # timeout=10 [2021-06-10T22:57:06.041Z] > git --version # 'git version 2.17.1' [2021-06-10T22:57:06.041Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-10T22:57:06.042Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42445/head:refs/remotes/origin/PR-42445 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-10T22:57:20.345Z] Fetching without tags [2021-06-10T22:57:20.556Z] Merging remotes/origin/master commit b7b7571331f500c0164716dc22bcc54edfaa7119 into PR head commit 594c972fc541a6b179f4f47707bf70a7e420de7e [2021-06-10T22:57:21.230Z] Merge succeeded, producing f2c311bb7964a9f9575c704d1b56451fa585b8bc [2021-06-10T22:57:21.231Z] Checking out Revision f2c311bb7964a9f9575c704d1b56451fa585b8bc (PR-42445) [2021-06-10T22:57:21.348Z] Commit message: "Merge commit 'b7b7571331f500c0164716dc22bcc54edfaa7119' into HEAD" [2021-06-10T22:57:21.361Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-10T22:57:20.333Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-10T22:57:20.335Z] > git config --add remote.origin.fetch +refs/pull/42445/head:refs/remotes/origin/PR-42445 # timeout=10 [2021-06-10T22:57:20.339Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-10T22:57:20.343Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-10T22:57:20.348Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-10T22:57:20.348Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-10T22:57:20.349Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42445/head:refs/remotes/origin/PR-42445 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-10T22:57:20.599Z] > git config core.sparsecheckout # timeout=10 [2021-06-10T22:57:20.601Z] > git checkout -f 594c972fc541a6b179f4f47707bf70a7e420de7e # timeout=10 [2021-06-10T22:57:21.068Z] > git remote # timeout=10 [2021-06-10T22:57:21.071Z] > git config --get remote.origin.url # timeout=10 [2021-06-10T22:57:21.073Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-10T22:57:21.073Z] > git merge b7b7571331f500c0164716dc22bcc54edfaa7119 # timeout=10 [2021-06-10T22:57:21.225Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-10T22:57:21.232Z] > git config core.sparsecheckout # timeout=10 [2021-06-10T22:57:21.234Z] > git checkout -f f2c311bb7964a9f9575c704d1b56451fa585b8bc # timeout=10 [2021-06-10T22:57:21.350Z] > git rev-list --no-walk 6c3871840311c3eb46bcaf7bae95ed72e05067f8 # timeout=10 [2021-06-10T22:57:22.080Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42445:/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-10T22:57:24.592Z] Congratulations! All commits are properly signed with the DCO! [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: unit-validate) [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: rootless) [Pipeline] { (Branch: cgroup2) [Pipeline] { (Branch: s390x) [Pipeline] { (Branch: s390x integration-cli) [Pipeline] { (Branch: ppc64le) [Pipeline] { (Branch: ppc64le integration-cli) [Pipeline] { (Branch: arm64) [Pipeline] { (Branch: win-RS1) [Pipeline] { (Branch: win-RS5) [Pipeline] { (Branch: win-2022) [Pipeline] stage [Pipeline] { (unit-validate) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (rootless) [Pipeline] stage [Pipeline] { (cgroup2) [Pipeline] stage [Pipeline] { (s390x) [Pipeline] stage [Pipeline] { (s390x integration-cli) [Pipeline] stage [Pipeline] { (ppc64le) [Pipeline] stage [Pipeline] { (ppc64le integration-cli) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] stage [Pipeline] { (win-RS1) [Pipeline] stage [Pipeline] { (win-RS5) [Pipeline] stage [Pipeline] { (win-2022) Stage "arm64" skipped due to when conditional Stage "win-RS5" skipped due to when conditional Stage "s390x integration-cli" skipped due to when conditional Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] node [Pipeline] node [Pipeline] node [Pipeline] node [2021-06-10T22:57:25.066Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-04696e4bdbbafc720) in /home/ubuntu/workspace/moby_PR-42445 [Pipeline] node Stage "s390x" skipped due to when conditional Stage "ppc64le" skipped due to when conditional [2021-06-10T22:57:25.072Z] Running on azwin-2-682220 in d:\jenkins\workspace\moby_PR-42445 [2021-06-10T22:57:25.073Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-069a3fbd775f5ce7a) in /home/ubuntu/workspace/moby_PR-42445 [Pipeline] stage [Pipeline] { (Print info) Stage "win-RS1" skipped due to when conditional [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [2021-06-10T22:57:25.077Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0962ae3e81cf2666a) in /home/ubuntu/workspace/moby_PR-42445 [Pipeline] stage [Pipeline] { (Print info) Stage "arm64" skipped due to when conditional [Pipeline] } Stage "win-RS5" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) [Pipeline] stage [Pipeline] { (Print info) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] { [Pipeline] { [Pipeline] { [Pipeline] ws [2021-06-10T22:57:25.125Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] { [Pipeline] checkout [2021-06-10T22:57:25.146Z] The recommended git tool is: git [Pipeline] checkout [2021-06-10T22:57:25.152Z] The recommended git tool is: git [2021-06-10T22:57:25.161Z] using credential docker-jenkins-github-credentials [2021-06-10T22:57:25.162Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2021-06-10T22:57:25.169Z] Cloning the remote Git repository [2021-06-10T22:57:25.169Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [2021-06-10T22:57:25.177Z] Cloning the remote Git repository [2021-06-10T22:57:25.177Z] Cloning with configured refspecs honoured and without tags [Pipeline] checkout [Pipeline] checkout [2021-06-10T22:57:25.212Z] The recommended git tool is: git [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) [2021-06-10T22:57:25.221Z] using credential docker-jenkins-github-credentials [2021-06-10T22:57:25.227Z] Cloning the remote Git repository [2021-06-10T22:57:25.227Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [2021-06-10T22:57:25.257Z] The recommended git tool is: git [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) Stage "arm64" skipped due to when conditional [Pipeline] } Stage "win-RS5" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] // stage [Pipeline] // stage Stage "arm64" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [2021-06-10T22:57:25.474Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [Pipeline] } [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) Stage "arm64" skipped due to when conditional [Pipeline] } [2021-06-10T22:57:25.550Z] Cloning the remote Git repository [2021-06-10T22:57:25.550Z] Cloning with configured refspecs honoured and without tags [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-06-10T22:57:25.181Z] Cloning repository https://github.com/moby/moby.git [2021-06-10T22:57:25.182Z] > git init /home/ubuntu/workspace/moby_PR-42445 # timeout=10 [2021-06-10T22:57:25.205Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-10T22:57:25.205Z] > git --version # timeout=10 [2021-06-10T22:57:25.215Z] > git --version # 'git version 2.17.1' [2021-06-10T22:57:25.215Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-10T22:57:25.216Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42445/head:refs/remotes/origin/PR-42445 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-10T22:57:25.239Z] Cloning repository https://github.com/moby/moby.git [2021-06-10T22:57:25.239Z] > git init /home/ubuntu/workspace/moby_PR-42445 # timeout=10 [2021-06-10T22:57:25.258Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-10T22:57:25.258Z] > git --version # timeout=10 [2021-06-10T22:57:25.266Z] > git --version # 'git version 2.17.1' [2021-06-10T22:57:25.267Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-10T22:57:25.268Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42445/head:refs/remotes/origin/PR-42445 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-10T22:57:25.230Z] Cloning repository https://github.com/moby/moby.git [2021-06-10T22:57:25.230Z] > git init /home/ubuntu/workspace/moby_PR-42445 # timeout=10 [2021-06-10T22:57:25.234Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-10T22:57:25.234Z] > git --version # timeout=10 [2021-06-10T22:57:25.236Z] > git --version # 'git version 2.17.1' [2021-06-10T22:57:25.236Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-10T22:57:25.237Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42445/head:refs/remotes/origin/PR-42445 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-10T22:57:25.583Z] Cloning repository https://github.com/moby/moby.git [2021-06-10T22:57:25.583Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-06-10T22:57:25.630Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-10T22:57:25.630Z] > git --version # timeout=10 [2021-06-10T22:57:25.677Z] > git --version # 'git version 2.24.1.windows.2' [2021-06-10T22:57:25.677Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-10T22:57:25.677Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42445/head:refs/remotes/origin/PR-42445 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-10T22:57:38.905Z] Fetching without tags [2021-06-10T22:57:39.435Z] Fetching without tags [2021-06-10T22:57:39.544Z] Fetching without tags [2021-06-10T22:57:39.567Z] Merging remotes/origin/master commit b7b7571331f500c0164716dc22bcc54edfaa7119 into PR head commit 594c972fc541a6b179f4f47707bf70a7e420de7e [2021-06-10T22:57:38.624Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-10T22:57:38.656Z] > git config --add remote.origin.fetch +refs/pull/42445/head:refs/remotes/origin/PR-42445 # timeout=10 [2021-06-10T22:57:38.702Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-10T22:57:38.812Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-10T22:57:38.937Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-10T22:57:38.937Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-10T22:57:38.937Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42445/head:refs/remotes/origin/PR-42445 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-10T22:57:39.665Z] Fetching without tags [2021-06-10T22:57:39.669Z] Merging remotes/origin/master commit b7b7571331f500c0164716dc22bcc54edfaa7119 into PR head commit 594c972fc541a6b179f4f47707bf70a7e420de7e [2021-06-10T22:57:39.765Z] Merging remotes/origin/master commit b7b7571331f500c0164716dc22bcc54edfaa7119 into PR head commit 594c972fc541a6b179f4f47707bf70a7e420de7e [2021-06-10T22:57:39.956Z] Merging remotes/origin/master commit b7b7571331f500c0164716dc22bcc54edfaa7119 into PR head commit 594c972fc541a6b179f4f47707bf70a7e420de7e [2021-06-10T22:57:40.065Z] Still waiting to schedule task [2021-06-10T22:57:40.065Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline [2021-06-10T22:57:40.414Z] Merge succeeded, producing 8a2b9c488598cf837d8fc098b30f49a782334bf4 [2021-06-10T22:57:40.414Z] Checking out Revision 8a2b9c488598cf837d8fc098b30f49a782334bf4 (PR-42445) [2021-06-10T22:57:40.607Z] Commit message: "Merge commit 'b7b7571331f500c0164716dc22bcc54edfaa7119' into HEAD" [2021-06-10T22:57:40.613Z] First time build. Skipping changelog. [2021-06-10T22:57:40.734Z] Merge succeeded, producing 8a2b9c488598cf837d8fc098b30f49a782334bf4 [2021-06-10T22:57:40.734Z] Checking out Revision 8a2b9c488598cf837d8fc098b30f49a782334bf4 (PR-42445) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-10T22:57:39.622Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-10T22:57:39.636Z] > git config --add remote.origin.fetch +refs/pull/42445/head:refs/remotes/origin/PR-42445 # timeout=10 [2021-06-10T22:57:39.643Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-10T22:57:39.653Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-10T22:57:39.671Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-10T22:57:39.671Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-10T22:57:39.672Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42445/head:refs/remotes/origin/PR-42445 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-10T22:57:39.958Z] > git config core.sparsecheckout # timeout=10 [2021-06-10T22:57:39.965Z] > git checkout -f 594c972fc541a6b179f4f47707bf70a7e420de7e # timeout=10 [2021-06-10T22:57:40.418Z] > git remote # timeout=10 [2021-06-10T22:57:40.422Z] > git config --get remote.origin.url # timeout=10 [2021-06-10T22:57:40.428Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-10T22:57:40.429Z] > git merge b7b7571331f500c0164716dc22bcc54edfaa7119 # timeout=10 [2021-06-10T22:57:39.546Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-10T22:57:39.549Z] > git config --add remote.origin.fetch +refs/pull/42445/head:refs/remotes/origin/PR-42445 # timeout=10 [2021-06-10T22:57:39.552Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-10T22:57:39.560Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-10T22:57:39.570Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-10T22:57:39.571Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-10T22:57:39.571Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42445/head:refs/remotes/origin/PR-42445 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-10T22:57:39.791Z] > git config core.sparsecheckout # timeout=10 [2021-06-10T22:57:39.797Z] > git checkout -f 594c972fc541a6b179f4f47707bf70a7e420de7e # timeout=10 [2021-06-10T22:57:40.263Z] > git remote # timeout=10 [2021-06-10T22:57:40.272Z] > git config --get remote.origin.url # timeout=10 [2021-06-10T22:57:40.289Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-10T22:57:40.293Z] > git merge b7b7571331f500c0164716dc22bcc54edfaa7119 # timeout=10 [2021-06-10T22:57:40.753Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-10T22:57:40.760Z] > git config core.sparsecheckout # timeout=10 [2021-06-10T22:57:40.769Z] > git checkout -f 8a2b9c488598cf837d8fc098b30f49a782334bf4 # timeout=10 [2021-06-10T22:57:41.071Z] Commit message: "Merge commit 'b7b7571331f500c0164716dc22bcc54edfaa7119' into HEAD" [2021-06-10T22:57:39.423Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-10T22:57:39.425Z] > git config --add remote.origin.fetch +refs/pull/42445/head:refs/remotes/origin/PR-42445 # timeout=10 [2021-06-10T22:57:39.427Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-10T22:57:39.432Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-10T22:57:39.437Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-10T22:57:39.437Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-10T22:57:39.438Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/42445/head:refs/remotes/origin/PR-42445 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-10T22:57:39.672Z] > git config core.sparsecheckout # timeout=10 [2021-06-10T22:57:39.674Z] > git checkout -f 594c972fc541a6b179f4f47707bf70a7e420de7e # timeout=10 [2021-06-10T22:57:40.139Z] > git remote # timeout=10 [2021-06-10T22:57:40.142Z] > git config --get remote.origin.url # timeout=10 [2021-06-10T22:57:40.144Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-10T22:57:40.145Z] > git merge b7b7571331f500c0164716dc22bcc54edfaa7119 # timeout=10 [2021-06-10T22:57:40.411Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-10T22:57:40.417Z] > git config core.sparsecheckout # timeout=10 [2021-06-10T22:57:40.419Z] > git checkout -f 8a2b9c488598cf837d8fc098b30f49a782334bf4 # timeout=10 [2021-06-10T22:57:40.610Z] > git rev-list --no-walk 6c3871840311c3eb46bcaf7bae95ed72e05067f8 # timeout=10 [2021-06-10T22:57:41.173Z] Merge succeeded, producing 8a2b9c488598cf837d8fc098b30f49a782334bf4 [2021-06-10T22:57:41.174Z] Checking out Revision 8a2b9c488598cf837d8fc098b30f49a782334bf4 (PR-42445) [2021-06-10T22:57:41.260Z] Commit message: "Merge commit 'b7b7571331f500c0164716dc22bcc54edfaa7119' into HEAD" [2021-06-10T22:57:41.271Z] + [ PR != PR ] [2021-06-10T22:57:41.271Z] + [ master != master ] [2021-06-10T22:57:41.271Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [2021-06-10T22:57:39.593Z] > git config core.sparsecheckout # timeout=10 [2021-06-10T22:57:39.640Z] > git checkout -f 594c972fc541a6b179f4f47707bf70a7e420de7e # timeout=10 [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-10T22:57:41.599Z] + docker version [2021-06-10T22:57:41.599Z] Client: Docker Engine - Community [2021-06-10T22:57:41.599Z] Version: 20.10.6 [2021-06-10T22:57:41.599Z] API version: 1.41 [2021-06-10T22:57:41.599Z] Go version: go1.13.15 [2021-06-10T22:57:41.599Z] Git commit: 370c289 [2021-06-10T22:57:41.599Z] Built: Fri Apr 9 22:46:01 2021 [2021-06-10T22:57:41.599Z] OS/Arch: linux/amd64 [2021-06-10T22:57:41.599Z] Context: default [2021-06-10T22:57:41.599Z] Experimental: true [2021-06-10T22:57:41.599Z] [2021-06-10T22:57:41.599Z] Server: Docker Engine - Community [2021-06-10T22:57:41.599Z] Engine: [2021-06-10T22:57:41.599Z] Version: 20.10.6 [2021-06-10T22:57:41.599Z] API version: 1.41 (minimum version 1.12) [2021-06-10T22:57:41.599Z] Go version: go1.13.15 [2021-06-10T22:57:41.599Z] Git commit: 8728dd2 [2021-06-10T22:57:41.599Z] Built: Fri Apr 9 22:44:13 2021 [2021-06-10T22:57:41.599Z] OS/Arch: linux/amd64 [2021-06-10T22:57:41.599Z] Experimental: true [2021-06-10T22:57:41.599Z] containerd: [2021-06-10T22:57:41.599Z] Version: 1.4.6 [2021-06-10T22:57:41.599Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-10T22:57:41.599Z] runc: [2021-06-10T22:57:41.599Z] Version: 1.0.0-rc95 [2021-06-10T22:57:41.599Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-10T22:57:41.599Z] docker-init: [2021-06-10T22:57:41.599Z] Version: 0.19.0 [2021-06-10T22:57:41.599Z] GitCommit: de40ad0 [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-10T22:57:41.767Z] + docker version [2021-06-10T22:57:41.767Z] Client: Docker Engine - Community [2021-06-10T22:57:41.767Z] Version: 20.10.6 [2021-06-10T22:57:41.767Z] API version: 1.41 [2021-06-10T22:57:41.767Z] Go version: go1.13.15 [2021-06-10T22:57:41.767Z] Git commit: 370c289 [2021-06-10T22:57:41.767Z] Built: Fri Apr 9 22:46:01 2021 [2021-06-10T22:57:41.767Z] OS/Arch: linux/amd64 [2021-06-10T22:57:41.767Z] Context: default [2021-06-10T22:57:41.767Z] Experimental: true [2021-06-10T22:57:41.767Z] [2021-06-10T22:57:41.767Z] Server: Docker Engine - Community [2021-06-10T22:57:41.767Z] Engine: [2021-06-10T22:57:41.767Z] Version: 20.10.6 [2021-06-10T22:57:41.767Z] API version: 1.41 (minimum version 1.12) [2021-06-10T22:57:41.767Z] Go version: go1.13.15 [2021-06-10T22:57:41.767Z] Git commit: 8728dd2 [2021-06-10T22:57:41.767Z] Built: Fri Apr 9 22:44:13 2021 [2021-06-10T22:57:41.767Z] OS/Arch: linux/amd64 [2021-06-10T22:57:41.767Z] Experimental: true [2021-06-10T22:57:41.767Z] containerd: [2021-06-10T22:57:41.767Z] Version: 1.4.6 [2021-06-10T22:57:41.767Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-10T22:57:41.767Z] runc: [2021-06-10T22:57:41.767Z] Version: 1.0.0-rc95 [2021-06-10T22:57:41.767Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-10T22:57:41.767Z] docker-init: [2021-06-10T22:57:41.767Z] Version: 0.19.0 [2021-06-10T22:57:41.767Z] GitCommit: de40ad0 [Pipeline] sh [2021-06-10T22:57:41.882Z] + docker info [2021-06-10T22:57:41.882Z] Client: [2021-06-10T22:57:41.882Z] Context: default [2021-06-10T22:57:41.882Z] Debug Mode: false [2021-06-10T22:57:41.882Z] Plugins: [2021-06-10T22:57:41.882Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-10T22:57:41.882Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-10T22:57:41.882Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-10T22:57:41.882Z] [2021-06-10T22:57:41.882Z] Server: [2021-06-10T22:57:41.882Z] Containers: 0 [2021-06-10T22:57:41.882Z] Running: 0 [2021-06-10T22:57:41.882Z] Paused: 0 [2021-06-10T22:57:41.882Z] Stopped: 0 [2021-06-10T22:57:41.882Z] Images: 6 [2021-06-10T22:57:41.882Z] Server Version: 20.10.6 [2021-06-10T22:57:41.882Z] Storage Driver: overlay2 [2021-06-10T22:57:41.882Z] Backing Filesystem: extfs [2021-06-10T22:57:41.882Z] Supports d_type: true [2021-06-10T22:57:41.882Z] Native Overlay Diff: true [2021-06-10T22:57:41.882Z] userxattr: false [2021-06-10T22:57:41.882Z] Logging Driver: json-file [2021-06-10T22:57:41.882Z] Cgroup Driver: cgroupfs [2021-06-10T22:57:41.882Z] Cgroup Version: 1 [2021-06-10T22:57:41.882Z] Plugins: [2021-06-10T22:57:41.882Z] Volume: local [2021-06-10T22:57:41.882Z] Network: bridge host ipvlan macvlan null overlay [2021-06-10T22:57:41.882Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-10T22:57:41.882Z] Swarm: inactive [2021-06-10T22:57:41.882Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-10T22:57:41.882Z] Default Runtime: runc [2021-06-10T22:57:41.882Z] Init Binary: docker-init [2021-06-10T22:57:41.882Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-10T22:57:41.882Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-10T22:57:41.882Z] init version: de40ad0 [2021-06-10T22:57:41.882Z] Security Options: [2021-06-10T22:57:41.882Z] apparmor [2021-06-10T22:57:41.882Z] seccomp [2021-06-10T22:57:41.882Z] Profile: default [2021-06-10T22:57:41.882Z] Kernel Version: 5.4.0-1048-aws [2021-06-10T22:57:41.882Z] Operating System: Ubuntu 18.04.5 LTS [2021-06-10T22:57:41.882Z] OSType: linux [2021-06-10T22:57:41.882Z] Architecture: x86_64 [2021-06-10T22:57:41.882Z] CPUs: 2 [2021-06-10T22:57:41.882Z] Total Memory: 7.569GiB [2021-06-10T22:57:41.882Z] Name: ip-10-100-49-193 [2021-06-10T22:57:41.882Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-06-10T22:57:41.882Z] Docker Root Dir: /var/lib/docker [2021-06-10T22:57:41.882Z] Debug Mode: false [2021-06-10T22:57:41.882Z] Registry: https://index.docker.io/v1/ [2021-06-10T22:57:41.882Z] Labels: [2021-06-10T22:57:41.882Z] Experimental: true [2021-06-10T22:57:41.882Z] Insecure Registries: [2021-06-10T22:57:41.882Z] 127.0.0.0/8 [2021-06-10T22:57:41.882Z] Live Restore Enabled: true [2021-06-10T22:57:41.882Z] [2021-06-10T22:57:41.882Z] WARNING: No swap limit support [Pipeline] sh [2021-06-10T22:57:41.958Z] + docker version [2021-06-10T22:57:41.958Z] Client: Docker Engine - Community [2021-06-10T22:57:41.958Z] Version: 20.10.6 [2021-06-10T22:57:41.958Z] API version: 1.41 [2021-06-10T22:57:41.958Z] Go version: go1.13.15 [2021-06-10T22:57:41.958Z] Git commit: 370c289 [2021-06-10T22:57:41.958Z] Built: Fri Apr 9 22:46:01 2021 [2021-06-10T22:57:41.958Z] OS/Arch: linux/amd64 [2021-06-10T22:57:41.958Z] Context: default [2021-06-10T22:57:41.958Z] Experimental: true [2021-06-10T22:57:41.958Z] [2021-06-10T22:57:41.958Z] Server: Docker Engine - Community [2021-06-10T22:57:41.958Z] Engine: [2021-06-10T22:57:41.958Z] Version: 20.10.6 [2021-06-10T22:57:41.958Z] API version: 1.41 (minimum version 1.12) [2021-06-10T22:57:41.958Z] Go version: go1.13.15 [2021-06-10T22:57:41.958Z] Git commit: 8728dd2 [2021-06-10T22:57:41.958Z] Built: Fri Apr 9 22:44:13 2021 [2021-06-10T22:57:41.958Z] OS/Arch: linux/amd64 [2021-06-10T22:57:41.958Z] Experimental: true [2021-06-10T22:57:41.958Z] containerd: [2021-06-10T22:57:41.958Z] Version: 1.4.6 [2021-06-10T22:57:41.958Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-10T22:57:41.958Z] runc: [2021-06-10T22:57:41.958Z] Version: 1.0.0-rc95 [2021-06-10T22:57:41.958Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-10T22:57:41.958Z] docker-init: [2021-06-10T22:57:41.958Z] Version: 0.19.0 [2021-06-10T22:57:41.958Z] GitCommit: de40ad0 [Pipeline] sh [2021-06-10T22:57:42.044Z] + docker info [2021-06-10T22:57:42.166Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-10T22:57:42.166Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-10T22:57:42.166Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42445/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-06-10T22:57:42.166Z] + bash /home/ubuntu/workspace/moby_PR-42445/check-config.sh [2021-06-10T22:57:42.166Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-06-10T22:57:42.166Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-06-10T22:57:42.166Z] [2021-06-10T22:57:42.166Z] Generally Necessary: [2021-06-10T22:57:42.166Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-06-10T22:57:42.166Z] - apparmor: enabled and tools installed [2021-06-10T22:57:42.166Z] - CONFIG_NAMESPACES: enabled [2021-06-10T22:57:42.166Z] - CONFIG_NET_NS: enabled [2021-06-10T22:57:42.166Z] - CONFIG_PID_NS: enabled [2021-06-10T22:57:42.166Z] - CONFIG_IPC_NS: enabled [2021-06-10T22:57:42.166Z] - CONFIG_UTS_NS: enabled [2021-06-10T22:57:42.166Z] - CONFIG_CGROUPS: enabled [2021-06-10T22:57:42.166Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-06-10T22:57:42.166Z] - CONFIG_CGROUP_DEVICE: enabled [2021-06-10T22:57:42.166Z] - CONFIG_CGROUP_FREEZER: enabled [2021-06-10T22:57:42.166Z] - CONFIG_CGROUP_SCHED: enabled [2021-06-10T22:57:42.166Z] - CONFIG_CPUSETS: enabled [2021-06-10T22:57:42.166Z] - CONFIG_MEMCG: enabled [2021-06-10T22:57:42.166Z] - CONFIG_KEYS: enabled [2021-06-10T22:57:42.166Z] - CONFIG_VETH: enabled (as module) [2021-06-10T22:57:42.166Z] - CONFIG_BRIDGE: enabled (as module) [2021-06-10T22:57:42.166Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-06-10T22:57:42.166Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-06-10T22:57:42.166Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-06-10T22:57:42.166Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-06-10T22:57:42.166Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-06-10T22:57:42.166Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-06-10T22:57:42.166Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-06-10T22:57:42.166Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-06-10T22:57:42.240Z] + docker info [2021-06-10T22:57:42.426Z] - CONFIG_NF_NAT: enabled (as module) [2021-06-10T22:57:42.426Z] - CONFIG_POSIX_MQUEUE: enabled [2021-06-10T22:57:42.426Z] [2021-06-10T22:57:42.426Z] Optional Features: [2021-06-10T22:57:42.426Z] - CONFIG_USER_NS: enabled [2021-06-10T22:57:42.426Z] - CONFIG_SECCOMP: enabled [2021-06-10T22:57:42.426Z] - CONFIG_SECCOMP_FILTER: enabled [2021-06-10T22:57:42.426Z] - CONFIG_CGROUP_PIDS: enabled [2021-06-10T22:57:42.426Z] - CONFIG_MEMCG_SWAP: enabled [2021-06-10T22:57:42.426Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-06-10T22:57:42.426Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-06-10T22:57:42.426Z] - CONFIG_BLK_CGROUP: enabled [2021-06-10T22:57:42.426Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-06-10T22:57:42.426Z] - CONFIG_CGROUP_PERF: enabled [2021-06-10T22:57:42.426Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-06-10T22:57:42.426Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-06-10T22:57:42.426Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-06-10T22:57:42.426Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-06-10T22:57:42.426Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-06-10T22:57:42.426Z] - CONFIG_RT_GROUP_SCHED: missing [2021-06-10T22:57:42.426Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-06-10T22:57:42.426Z] - CONFIG_IP_VS: enabled (as module) [2021-06-10T22:57:42.426Z] - CONFIG_IP_VS_NFCT: enabled [2021-06-10T22:57:42.426Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-06-10T22:57:42.426Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-06-10T22:57:42.426Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-06-10T22:57:42.426Z] - CONFIG_SECURITY_SELINUX: enabled [2021-06-10T22:57:42.426Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-06-10T22:57:42.426Z] - CONFIG_EXT4_FS: enabled [2021-06-10T22:57:42.426Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-06-10T22:57:42.426Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-06-10T22:57:42.426Z] - Network Drivers: [2021-06-10T22:57:42.426Z] - "overlay": [2021-06-10T22:57:42.426Z] - CONFIG_VXLAN: enabled (as module) [2021-06-10T22:57:42.426Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-06-10T22:57:42.426Z] Optional (for encrypted networks): [2021-06-10T22:57:42.426Z] - CONFIG_CRYPTO: enabled [2021-06-10T22:57:42.426Z] - CONFIG_CRYPTO_AEAD: enabled [2021-06-10T22:57:42.426Z] - CONFIG_CRYPTO_GCM: enabled [2021-06-10T22:57:42.426Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-06-10T22:57:42.426Z] - CONFIG_CRYPTO_GHASH: enabled [2021-06-10T22:57:42.426Z] - CONFIG_XFRM: enabled [2021-06-10T22:57:42.426Z] - CONFIG_XFRM_USER: enabled (as module) [2021-06-10T22:57:42.426Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-06-10T22:57:42.426Z] - CONFIG_INET_ESP: enabled (as module) [2021-06-10T22:57:42.426Z] - "ipvlan": [2021-06-10T22:57:42.426Z] - CONFIG_IPVLAN: enabled (as module) [2021-06-10T22:57:42.426Z] - "macvlan": [2021-06-10T22:57:42.426Z] - CONFIG_MACVLAN: enabled (as module) [2021-06-10T22:57:42.426Z] - CONFIG_DUMMY: enabled (as module) [2021-06-10T22:57:42.426Z] - "ftp,tftp client in container": [2021-06-10T22:57:42.426Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-06-10T22:57:42.426Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-06-10T22:57:42.426Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-06-10T22:57:42.426Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-06-10T22:57:42.426Z] - Storage Drivers: [2021-06-10T22:57:42.426Z] - "aufs": [2021-06-10T22:57:42.426Z] - CONFIG_AUFS_FS: enabled (as module) [2021-06-10T22:57:42.686Z] - "btrfs": [2021-06-10T22:57:42.686Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-06-10T22:57:42.686Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-06-10T22:57:42.686Z] - "devicemapper": [2021-06-10T22:57:42.686Z] - CONFIG_BLK_DEV_DM: enabled [2021-06-10T22:57:42.686Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-06-10T22:57:42.686Z] - "overlay": [2021-06-10T22:57:42.686Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-06-10T22:57:42.686Z] - "zfs": [2021-06-10T22:57:42.686Z] - /dev/zfs: present [2021-06-10T22:57:42.686Z] - zfs command: missing [2021-06-10T22:57:42.686Z] - zpool command: missing [2021-06-10T22:57:42.686Z] [2021-06-10T22:57:42.686Z] Limits: [2021-06-10T22:57:42.686Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-06-10T22:57:42.686Z] [2021-06-10T22:57:42.686Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2021-06-10T22:57:42.729Z] Client: [2021-06-10T22:57:42.729Z] Context: default [2021-06-10T22:57:42.729Z] Debug Mode: false [2021-06-10T22:57:42.729Z] Plugins: [2021-06-10T22:57:42.729Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-10T22:57:42.729Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-10T22:57:42.729Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-10T22:57:42.729Z] [2021-06-10T22:57:42.729Z] Server: [2021-06-10T22:57:42.729Z] Containers: 0 [2021-06-10T22:57:42.729Z] Running: 0 [2021-06-10T22:57:42.729Z] Paused: 0 [2021-06-10T22:57:42.729Z] Stopped: 0 [2021-06-10T22:57:42.729Z] Images: 2 [2021-06-10T22:57:42.729Z] Server Version: 20.10.6 [2021-06-10T22:57:42.729Z] Storage Driver: overlay2 [2021-06-10T22:57:42.729Z] Backing Filesystem: extfs [2021-06-10T22:57:42.729Z] Supports d_type: true [2021-06-10T22:57:42.729Z] Native Overlay Diff: true [2021-06-10T22:57:42.729Z] userxattr: false [2021-06-10T22:57:42.729Z] Logging Driver: json-file [2021-06-10T22:57:42.729Z] Cgroup Driver: cgroupfs [2021-06-10T22:57:42.729Z] Cgroup Version: 1 [2021-06-10T22:57:42.729Z] Plugins: [2021-06-10T22:57:42.729Z] Volume: local [2021-06-10T22:57:42.729Z] Network: bridge host ipvlan macvlan null overlay [2021-06-10T22:57:42.729Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-10T22:57:42.729Z] Swarm: inactive [2021-06-10T22:57:42.729Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-10T22:57:42.729Z] Default Runtime: runc [2021-06-10T22:57:42.729Z] Init Binary: docker-init [2021-06-10T22:57:42.729Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-10T22:57:42.729Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-10T22:57:42.729Z] init version: de40ad0 [2021-06-10T22:57:42.729Z] Security Options: [2021-06-10T22:57:42.729Z] apparmor [2021-06-10T22:57:42.729Z] seccomp [2021-06-10T22:57:42.729Z] Profile: default [2021-06-10T22:57:42.729Z] Kernel Version: 5.4.0-1048-aws [2021-06-10T22:57:42.729Z] Operating System: Ubuntu 18.04.5 LTS [2021-06-10T22:57:42.729Z] OSType: linux [2021-06-10T22:57:42.729Z] Architecture: x86_64 [2021-06-10T22:57:42.729Z] CPUs: 2 [2021-06-10T22:57:42.729Z] Total Memory: 7.569GiB [2021-06-10T22:57:42.729Z] Name: ip-10-100-68-38 [2021-06-10T22:57:42.729Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-06-10T22:57:42.729Z] Docker Root Dir: /var/lib/docker [2021-06-10T22:57:42.729Z] Debug Mode: false [2021-06-10T22:57:42.729Z] Registry: https://index.docker.io/v1/ [2021-06-10T22:57:42.729Z] Labels: [2021-06-10T22:57:42.729Z] Experimental: true [2021-06-10T22:57:42.729Z] Insecure Registries: [2021-06-10T22:57:42.729Z] 127.0.0.0/8 [2021-06-10T22:57:42.729Z] Live Restore Enabled: true [2021-06-10T22:57:42.729Z] [2021-06-10T22:57:42.729Z] WARNING: No swap limit support [Pipeline] sh [Pipeline] sh [2021-06-10T22:57:41.151Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-10T22:57:41.176Z] > git config core.sparsecheckout # timeout=10 [2021-06-10T22:57:41.188Z] > git checkout -f 8a2b9c488598cf837d8fc098b30f49a782334bf4 # timeout=10 [2021-06-10T22:57:42.832Z] Merge succeeded, producing 06ba5e407f602da93e1e19746dd61f3e1b404e7f [2021-06-10T22:57:42.832Z] Checking out Revision 06ba5e407f602da93e1e19746dd61f3e1b404e7f (PR-42445) [2021-06-10T22:57:43.045Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-10T22:57:43.045Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-10T22:57:43.045Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42445/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-06-10T22:57:43.045Z] + bash /home/ubuntu/workspace/moby_PR-42445/check-config.sh [2021-06-10T22:57:43.045Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-06-10T22:57:43.045Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-06-10T22:57:43.045Z] [2021-06-10T22:57:43.045Z] Generally Necessary: [2021-06-10T22:57:43.045Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-06-10T22:57:43.045Z] - apparmor: enabled and tools installed [2021-06-10T22:57:43.045Z] - CONFIG_NAMESPACES: enabled [2021-06-10T22:57:43.045Z] - CONFIG_NET_NS: enabled [2021-06-10T22:57:43.045Z] - CONFIG_PID_NS: enabled [2021-06-10T22:57:43.045Z] - CONFIG_IPC_NS: enabled [2021-06-10T22:57:43.045Z] - CONFIG_UTS_NS: enabled [2021-06-10T22:57:43.045Z] - CONFIG_CGROUPS: enabled [2021-06-10T22:57:43.045Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-06-10T22:57:43.045Z] - CONFIG_CGROUP_DEVICE: enabled [2021-06-10T22:57:43.045Z] - CONFIG_CGROUP_FREEZER: enabled [2021-06-10T22:57:43.045Z] - CONFIG_CGROUP_SCHED: enabled [2021-06-10T22:57:43.045Z] - CONFIG_CPUSETS: enabled [2021-06-10T22:57:43.045Z] - CONFIG_MEMCG: enabled [2021-06-10T22:57:43.045Z] - CONFIG_KEYS: enabled [2021-06-10T22:57:43.045Z] - CONFIG_VETH: enabled (as module) [2021-06-10T22:57:43.045Z] - CONFIG_BRIDGE: enabled (as module) [2021-06-10T22:57:43.045Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-06-10T22:57:43.045Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-06-10T22:57:43.045Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-06-10T22:57:43.045Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-06-10T22:57:43.045Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-06-10T22:57:43.045Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-06-10T22:57:43.045Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-06-10T22:57:43.045Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-06-10T22:57:43.045Z] - CONFIG_NF_NAT: enabled (as module) [2021-06-10T22:57:43.045Z] - CONFIG_POSIX_MQUEUE: enabled [2021-06-10T22:57:43.045Z] [2021-06-10T22:57:43.045Z] Optional Features: [2021-06-10T22:57:43.045Z] - CONFIG_USER_NS: enabled [2021-06-10T22:57:43.045Z] - CONFIG_SECCOMP: enabled [2021-06-10T22:57:43.045Z] - CONFIG_SECCOMP_FILTER: enabled [2021-06-10T22:57:43.045Z] - CONFIG_CGROUP_PIDS: enabled [2021-06-10T22:57:43.045Z] - CONFIG_MEMCG_SWAP: enabled [2021-06-10T22:57:43.045Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-06-10T22:57:43.045Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-06-10T22:57:43.045Z] - CONFIG_BLK_CGROUP: enabled [2021-06-10T22:57:43.045Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-06-10T22:57:43.045Z] - CONFIG_CGROUP_PERF: enabled [2021-06-10T22:57:43.045Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-06-10T22:57:43.082Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8a2b9c488598cf837d8fc098b30f49a782334bf4 . [2021-06-10T22:57:43.082Z] #1 [internal] load build definition from Dockerfile [2021-06-10T22:57:43.082Z] #1 sha256:1ae10133205c3e40dd43b8e14cbaa37a9a93378e9e4e87d85d635e35f4b13f12 [2021-06-10T22:57:43.082Z] #1 transferring dockerfile: 16.63kB done [2021-06-10T22:57:43.082Z] #1 DONE 0.0s [2021-06-10T22:57:43.082Z] [2021-06-10T22:57:43.082Z] #2 [internal] load .dockerignore [2021-06-10T22:57:43.082Z] #2 sha256:a88bacbe2730a1b7a6967fd45dcb526a25dc45bfce41ba0cfef9701884b9d3bb [2021-06-10T22:57:43.082Z] #2 transferring context: 87B done [2021-06-10T22:57:43.082Z] #2 DONE 0.0s [2021-06-10T22:57:43.082Z] [2021-06-10T22:57:43.082Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-10T22:57:43.082Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-10T22:57:42.006Z] > git remote # timeout=10 [2021-06-10T22:57:42.037Z] > git config --get remote.origin.url # timeout=10 [2021-06-10T22:57:42.084Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-10T22:57:42.084Z] > git merge b7b7571331f500c0164716dc22bcc54edfaa7119 # timeout=10 [2021-06-10T22:57:42.742Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-06-10T22:57:42.867Z] > git config core.sparsecheckout # timeout=10 [2021-06-10T22:57:42.898Z] > git checkout -f 06ba5e407f602da93e1e19746dd61f3e1b404e7f # timeout=10 [2021-06-10T22:57:43.129Z] Commit message: "Merge commit 'b7b7571331f500c0164716dc22bcc54edfaa7119' into HEAD" [2021-06-10T22:57:43.178Z] Client: [2021-06-10T22:57:43.178Z] Context: default [2021-06-10T22:57:43.178Z] Debug Mode: false [2021-06-10T22:57:43.178Z] Plugins: [2021-06-10T22:57:43.178Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-10T22:57:43.178Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-10T22:57:43.178Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-10T22:57:43.178Z] [2021-06-10T22:57:43.178Z] Server: [2021-06-10T22:57:43.178Z] Containers: 0 [2021-06-10T22:57:43.178Z] Running: 0 [2021-06-10T22:57:43.178Z] Paused: 0 [2021-06-10T22:57:43.178Z] Stopped: 0 [2021-06-10T22:57:43.178Z] Images: 2 [2021-06-10T22:57:43.178Z] Server Version: 20.10.6 [2021-06-10T22:57:43.178Z] Storage Driver: overlay2 [2021-06-10T22:57:43.178Z] Backing Filesystem: extfs [2021-06-10T22:57:43.178Z] Supports d_type: true [2021-06-10T22:57:43.178Z] Native Overlay Diff: true [2021-06-10T22:57:43.178Z] userxattr: false [2021-06-10T22:57:43.178Z] Logging Driver: json-file [2021-06-10T22:57:43.178Z] Cgroup Driver: cgroupfs [2021-06-10T22:57:43.178Z] Cgroup Version: 1 [2021-06-10T22:57:43.178Z] Plugins: [2021-06-10T22:57:43.178Z] Volume: local [2021-06-10T22:57:43.178Z] Network: bridge host ipvlan macvlan null overlay [2021-06-10T22:57:43.178Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-10T22:57:43.178Z] Swarm: inactive [2021-06-10T22:57:43.178Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-10T22:57:43.178Z] Default Runtime: runc [2021-06-10T22:57:43.178Z] Init Binary: docker-init [2021-06-10T22:57:43.178Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-10T22:57:43.178Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-10T22:57:43.178Z] init version: de40ad0 [2021-06-10T22:57:43.178Z] Security Options: [2021-06-10T22:57:43.178Z] apparmor [2021-06-10T22:57:43.178Z] seccomp [2021-06-10T22:57:43.178Z] Profile: default [2021-06-10T22:57:43.178Z] Kernel Version: 5.4.0-1048-aws [2021-06-10T22:57:43.178Z] Operating System: Ubuntu 18.04.5 LTS [2021-06-10T22:57:43.178Z] OSType: linux [2021-06-10T22:57:43.178Z] Architecture: x86_64 [2021-06-10T22:57:43.178Z] CPUs: 2 [2021-06-10T22:57:43.178Z] Total Memory: 7.487GiB [2021-06-10T22:57:43.178Z] Name: ip-10-100-37-20 [2021-06-10T22:57:43.178Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-06-10T22:57:43.178Z] Docker Root Dir: /var/lib/docker [2021-06-10T22:57:43.178Z] Debug Mode: false [2021-06-10T22:57:43.178Z] Registry: https://index.docker.io/v1/ [2021-06-10T22:57:43.178Z] Labels: [2021-06-10T22:57:43.178Z] Experimental: true [2021-06-10T22:57:43.178Z] Insecure Registries: [2021-06-10T22:57:43.178Z] 127.0.0.0/8 [2021-06-10T22:57:43.178Z] Live Restore Enabled: true [2021-06-10T22:57:43.178Z] [2021-06-10T22:57:43.178Z] WARNING: No swap limit support [Pipeline] sh [2021-06-10T22:57:43.244Z] First time build. Skipping changelog. [2021-06-10T22:57:43.300Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-06-10T22:57:43.301Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-06-10T22:57:43.301Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-06-10T22:57:43.301Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-06-10T22:57:43.301Z] - CONFIG_RT_GROUP_SCHED: missing [2021-06-10T22:57:43.301Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-06-10T22:57:43.301Z] - CONFIG_IP_VS: enabled (as module) [2021-06-10T22:57:43.301Z] - CONFIG_IP_VS_NFCT: enabled [2021-06-10T22:57:43.301Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-06-10T22:57:43.301Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-06-10T22:57:43.301Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-06-10T22:57:43.301Z] - CONFIG_SECURITY_SELINUX: enabled [2021-06-10T22:57:43.301Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-06-10T22:57:43.301Z] - CONFIG_EXT4_FS: enabled [2021-06-10T22:57:43.301Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-06-10T22:57:43.301Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-06-10T22:57:43.301Z] - Network Drivers: [2021-06-10T22:57:43.301Z] - "overlay": [2021-06-10T22:57:43.301Z] - CONFIG_VXLAN: enabled (as module) [2021-06-10T22:57:43.301Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-06-10T22:57:43.301Z] Optional (for encrypted networks): [2021-06-10T22:57:43.301Z] - CONFIG_CRYPTO: enabled [2021-06-10T22:57:43.301Z] - CONFIG_CRYPTO_AEAD: enabled [2021-06-10T22:57:43.301Z] - CONFIG_CRYPTO_GCM: enabled [2021-06-10T22:57:43.301Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-06-10T22:57:43.301Z] - CONFIG_CRYPTO_GHASH: enabled [2021-06-10T22:57:43.301Z] - CONFIG_XFRM: enabled [2021-06-10T22:57:43.301Z] - CONFIG_XFRM_USER: enabled (as module) [2021-06-10T22:57:43.301Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-06-10T22:57:43.301Z] - CONFIG_INET_ESP: enabled (as module) [2021-06-10T22:57:43.301Z] - "ipvlan": [2021-06-10T22:57:43.301Z] - CONFIG_IPVLAN: enabled (as module) [2021-06-10T22:57:43.301Z] - "macvlan": [2021-06-10T22:57:43.301Z] - CONFIG_MACVLAN: enabled (as module) [2021-06-10T22:57:43.301Z] - CONFIG_DUMMY: enabled (as module) [2021-06-10T22:57:43.301Z] - "ftp,tftp client in container": [2021-06-10T22:57:43.301Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-06-10T22:57:43.301Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-06-10T22:57:43.301Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-06-10T22:57:43.301Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-06-10T22:57:43.301Z] - Storage Drivers: [2021-06-10T22:57:43.301Z] - "aufs": [2021-06-10T22:57:43.301Z] - CONFIG_AUFS_FS: enabled (as module) [2021-06-10T22:57:43.301Z] - "btrfs": [2021-06-10T22:57:43.301Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-06-10T22:57:43.301Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-06-10T22:57:43.301Z] - "devicemapper": [2021-06-10T22:57:43.301Z] - CONFIG_BLK_DEV_DM: enabled [2021-06-10T22:57:43.301Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-06-10T22:57:43.301Z] - "overlay": [2021-06-10T22:57:43.301Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-06-10T22:57:43.301Z] - "zfs": [2021-06-10T22:57:43.301Z] - /dev/zfs: present [2021-06-10T22:57:43.301Z] - zfs command: missing [2021-06-10T22:57:43.301Z] - zpool command: missing [2021-06-10T22:57:43.301Z] [2021-06-10T22:57:43.301Z] Limits: [2021-06-10T22:57:43.301Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-06-10T22:57:43.301Z] [2021-06-10T22:57:43.301Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [2021-06-10T22:57:43.342Z] #3 DONE 0.1s [2021-06-10T22:57:43.342Z] [2021-06-10T22:57:43.342Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-10T22:57:43.342Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-10T22:57:43.342Z] #4 CACHED [Pipeline] sh [2021-06-10T22:57:43.461Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-10T22:57:43.461Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-10T22:57:43.461Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-42445/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-06-10T22:57:43.461Z] + bash /home/ubuntu/workspace/moby_PR-42445/check-config.sh [2021-06-10T22:57:43.461Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-06-10T22:57:43.461Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-06-10T22:57:43.461Z] [2021-06-10T22:57:43.461Z] Generally Necessary: [2021-06-10T22:57:43.461Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-06-10T22:57:43.461Z] - apparmor: enabled and tools installed [2021-06-10T22:57:43.461Z] - CONFIG_NAMESPACES: enabled [2021-06-10T22:57:43.461Z] - CONFIG_NET_NS: enabled [2021-06-10T22:57:43.461Z] - CONFIG_PID_NS: enabled [2021-06-10T22:57:43.461Z] - CONFIG_IPC_NS: enabled [2021-06-10T22:57:43.461Z] - CONFIG_UTS_NS: enabled [2021-06-10T22:57:43.461Z] - CONFIG_CGROUPS: enabled [2021-06-10T22:57:43.461Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-06-10T22:57:43.461Z] - CONFIG_CGROUP_DEVICE: enabled [2021-06-10T22:57:43.461Z] - CONFIG_CGROUP_FREEZER: enabled [2021-06-10T22:57:43.461Z] - CONFIG_CGROUP_SCHED: enabled [2021-06-10T22:57:43.461Z] - CONFIG_CPUSETS: enabled [2021-06-10T22:57:43.461Z] - CONFIG_MEMCG: enabled [2021-06-10T22:57:43.461Z] - CONFIG_KEYS: enabled [2021-06-10T22:57:43.461Z] - CONFIG_VETH: enabled (as module) [2021-06-10T22:57:43.461Z] - CONFIG_BRIDGE: enabled (as module) [2021-06-10T22:57:43.461Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-06-10T22:57:43.461Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-06-10T22:57:43.461Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-06-10T22:57:43.461Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-06-10T22:57:43.461Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-06-10T22:57:43.461Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-06-10T22:57:43.461Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-06-10T22:57:43.461Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-06-10T22:57:43.461Z] - CONFIG_NF_NAT: enabled (as module) [2021-06-10T22:57:43.461Z] - CONFIG_POSIX_MQUEUE: enabled [2021-06-10T22:57:43.461Z] [2021-06-10T22:57:43.461Z] Optional Features: [2021-06-10T22:57:43.461Z] - CONFIG_USER_NS: enabled [2021-06-10T22:57:43.461Z] - CONFIG_SECCOMP: enabled [2021-06-10T22:57:43.461Z] - CONFIG_SECCOMP_FILTER: enabled [2021-06-10T22:57:43.461Z] - CONFIG_CGROUP_PIDS: enabled [2021-06-10T22:57:43.461Z] - CONFIG_MEMCG_SWAP: enabled [2021-06-10T22:57:43.461Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-06-10T22:57:43.461Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-06-10T22:57:43.461Z] - CONFIG_BLK_CGROUP: enabled [2021-06-10T22:57:43.461Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-06-10T22:57:43.602Z] [2021-06-10T22:57:43.602Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-06-10T22:57:43.602Z] #5 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-06-10T22:57:43.602Z] #5 DONE 0.1s [2021-06-10T22:57:43.602Z] [2021-06-10T22:57:43.602Z] #8 [internal] load metadata for docker.io/library/debian:buster [2021-06-10T22:57:43.602Z] #8 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-10T22:57:43.602Z] #8 DONE 0.1s [2021-06-10T22:57:43.602Z] [2021-06-10T22:57:43.602Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-10T22:57:43.602Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-10T22:57:43.602Z] #7 DONE 0.1s [2021-06-10T22:57:43.602Z] [2021-06-10T22:57:43.602Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-10T22:57:43.602Z] #6 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-10T22:57:43.602Z] #6 DONE 0.1s [2021-06-10T22:57:43.617Z] + sudo modprobe ip_vs [2021-06-10T22:57:43.617Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8a2b9c488598cf837d8fc098b30f49a782334bf4 . [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-10T22:57:43.720Z] - CONFIG_CGROUP_PERF: enabled [2021-06-10T22:57:43.721Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-06-10T22:57:43.721Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-06-10T22:57:43.721Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-06-10T22:57:43.721Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-06-10T22:57:43.721Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-06-10T22:57:43.721Z] - CONFIG_RT_GROUP_SCHED: missing [2021-06-10T22:57:43.721Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-06-10T22:57:43.721Z] - CONFIG_IP_VS: enabled (as module) [2021-06-10T22:57:43.721Z] - CONFIG_IP_VS_NFCT: enabled [2021-06-10T22:57:43.721Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-06-10T22:57:43.721Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-06-10T22:57:43.721Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-06-10T22:57:43.721Z] - CONFIG_SECURITY_SELINUX: enabled [2021-06-10T22:57:43.721Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-06-10T22:57:43.721Z] - CONFIG_EXT4_FS: enabled [2021-06-10T22:57:43.721Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-06-10T22:57:43.721Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-06-10T22:57:43.721Z] - Network Drivers: [2021-06-10T22:57:43.721Z] - "overlay": [2021-06-10T22:57:43.721Z] - CONFIG_VXLAN: enabled (as module) [2021-06-10T22:57:43.721Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-06-10T22:57:43.721Z] Optional (for encrypted networks): [2021-06-10T22:57:43.721Z] - CONFIG_CRYPTO: enabled [2021-06-10T22:57:43.721Z] - CONFIG_CRYPTO_AEAD: enabled [2021-06-10T22:57:43.721Z] - CONFIG_CRYPTO_GCM: enabled [2021-06-10T22:57:43.721Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-06-10T22:57:43.721Z] - CONFIG_CRYPTO_GHASH: enabled [2021-06-10T22:57:43.721Z] - CONFIG_XFRM: enabled [2021-06-10T22:57:43.721Z] - CONFIG_XFRM_USER: enabled (as module) [2021-06-10T22:57:43.721Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-06-10T22:57:43.721Z] - CONFIG_INET_ESP: enabled (as module) [2021-06-10T22:57:43.721Z] - "ipvlan": [2021-06-10T22:57:43.721Z] - CONFIG_IPVLAN: enabled (as module) [2021-06-10T22:57:43.721Z] - "macvlan": [2021-06-10T22:57:43.721Z] - CONFIG_MACVLAN: enabled (as module) [2021-06-10T22:57:43.721Z] - CONFIG_DUMMY: enabled (as module) [2021-06-10T22:57:43.721Z] - "ftp,tftp client in container": [2021-06-10T22:57:43.721Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-06-10T22:57:43.721Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-06-10T22:57:43.721Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-06-10T22:57:43.721Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-06-10T22:57:43.721Z] - Storage Drivers: [2021-06-10T22:57:43.721Z] - "aufs": [2021-06-10T22:57:43.721Z] - CONFIG_AUFS_FS: enabled (as module) [2021-06-10T22:57:43.721Z] - "btrfs": [2021-06-10T22:57:43.721Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-06-10T22:57:43.721Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-06-10T22:57:43.721Z] - "devicemapper": [2021-06-10T22:57:43.721Z] - CONFIG_BLK_DEV_DM: enabled [2021-06-10T22:57:43.721Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-06-10T22:57:43.721Z] - "overlay": [2021-06-10T22:57:43.721Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-06-10T22:57:43.721Z] - "zfs": [2021-06-10T22:57:43.721Z] - /dev/zfs: present [2021-06-10T22:57:43.721Z] - zfs command: missing [2021-06-10T22:57:43.721Z] - zpool command: missing [2021-06-10T22:57:43.721Z] [2021-06-10T22:57:43.721Z] Limits: [2021-06-10T22:57:43.721Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-06-10T22:57:43.721Z] [2021-06-10T22:57:43.721Z] + true [2021-06-10T22:57:43.869Z] [2021-06-10T22:57:43.869Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-10T22:57:43.869Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-10T22:57:43.869Z] #65 DONE 0.0s [2021-06-10T22:57:43.869Z] [2021-06-10T22:57:43.869Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-10T22:57:43.869Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-10T22:57:43.869Z] #63 DONE 0.0s [2021-06-10T22:57:43.869Z] [2021-06-10T22:57:43.869Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-10T22:57:43.869Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-10T22:57:43.869Z] #9 DONE 0.0s [2021-06-10T22:57:43.869Z] [2021-06-10T22:57:43.869Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-10T22:57:43.869Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-10T22:57:43.869Z] #26 DONE 0.0s [2021-06-10T22:57:43.869Z] [2021-06-10T22:57:43.869Z] #23 [internal] load build context [2021-06-10T22:57:43.869Z] #23 sha256:07e246e3710fb002897f35bf14c6e324703bd635f7535a78943669e15dfb542f [2021-06-10T22:57:43.873Z] #1 [internal] load build definition from Dockerfile [2021-06-10T22:57:43.873Z] #1 sha256:9e4c38382de623a1d86a73d0160ed33ab1865bfb405a6c19aa3a8d3a7564bca8 [2021-06-10T22:57:43.873Z] #1 transferring dockerfile: 16.63kB done [2021-06-10T22:57:43.873Z] #1 DONE 0.0s [2021-06-10T22:57:43.873Z] [2021-06-10T22:57:43.873Z] #2 [internal] load .dockerignore [2021-06-10T22:57:43.873Z] #2 sha256:c55ba3bfbbe59e8bf2504e1aa38790b0ce048de4c90512553fc74ca223e290e1 [2021-06-10T22:57:43.873Z] #2 transferring context: 87B done [2021-06-10T22:57:43.873Z] #2 DONE 0.0s [2021-06-10T22:57:43.873Z] [2021-06-10T22:57:43.873Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-10T22:57:43.873Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-10T22:57:43.873Z] #3 DONE 0.2s [2021-06-10T22:57:43.873Z] [2021-06-10T22:57:43.873Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-10T22:57:43.873Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-10T22:57:43.873Z] #4 CACHED [2021-06-10T22:57:44.130Z] [2021-06-10T22:57:44.130Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-06-10T22:57:44.130Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-10T22:57:44.130Z] #5 DONE 0.1s [2021-06-10T22:57:44.130Z] [2021-06-10T22:57:44.130Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-10T22:57:44.130Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-10T22:57:44.130Z] #8 DONE 0.1s [2021-06-10T22:57:44.130Z] [2021-06-10T22:57:44.130Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-10T22:57:44.130Z] #6 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-10T22:57:44.130Z] #6 DONE 0.1s [2021-06-10T22:57:44.130Z] [2021-06-10T22:57:44.130Z] #7 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-06-10T22:57:44.130Z] #7 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-06-10T22:57:44.130Z] #7 DONE 0.1s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-10T22:57:44.386Z] [2021-06-10T22:57:44.386Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-10T22:57:44.386Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-10T22:57:44.386Z] #26 DONE 0.0s [2021-06-10T22:57:44.386Z] [2021-06-10T22:57:44.386Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-10T22:57:44.386Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-10T22:57:44.386Z] #65 DONE 0.0s [2021-06-10T22:57:44.386Z] [2021-06-10T22:57:44.386Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-10T22:57:44.386Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-10T22:57:44.386Z] #63 DONE 0.0s [2021-06-10T22:57:44.386Z] [2021-06-10T22:57:44.386Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-10T22:57:44.386Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-10T22:57:44.386Z] #9 DONE 0.0s [2021-06-10T22:57:44.386Z] [2021-06-10T22:57:44.386Z] #23 [internal] load build context [2021-06-10T22:57:44.386Z] #23 sha256:4a7664bc48625aa21ef3e514f08c2fb8a5d50a43b655e34b4c176eb029fe0d5f [2021-06-10T22:57:44.450Z] #23 ... [2021-06-10T22:57:44.450Z] [2021-06-10T22:57:44.450Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-10T22:57:44.450Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-10T22:57:44.450Z] #42 DONE 0.5s [2021-06-10T22:57:44.450Z] [2021-06-10T22:57:44.450Z] #23 [internal] load build context [2021-06-10T22:57:44.450Z] #23 sha256:07e246e3710fb002897f35bf14c6e324703bd635f7535a78943669e15dfb542f [2021-06-10T22:57:44.520Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:8a2b9c488598cf837d8fc098b30f49a782334bf4 . [2021-06-10T22:57:44.520Z] #2 [internal] load .dockerignore [2021-06-10T22:57:44.520Z] #2 sha256:ff75d2428fe9e3bd14eaaa0d934249360d81fe8c1c128f2febc8396c3c98def8 [2021-06-10T22:57:44.520Z] #2 transferring context: 87B done [2021-06-10T22:57:44.520Z] #2 DONE 0.0s [2021-06-10T22:57:44.520Z] [2021-06-10T22:57:44.520Z] #1 [internal] load build definition from Dockerfile [2021-06-10T22:57:44.520Z] #1 sha256:490298db25a123f9f0bff26050b56877bb1268e03c3020e4e0e516586ea3b8ff [2021-06-10T22:57:44.520Z] #1 transferring dockerfile: 16.63kB done [2021-06-10T22:57:44.520Z] #1 DONE 0.0s [2021-06-10T22:57:44.520Z] [2021-06-10T22:57:44.520Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-10T22:57:44.520Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-10T22:57:44.652Z] + docker version [2021-06-10T22:57:44.652Z] Client: Mirantis Container Runtime [2021-06-10T22:57:44.652Z] Version: 20.10.0 [2021-06-10T22:57:44.652Z] API version: 1.41 [2021-06-10T22:57:44.652Z] Go version: go1.13.15 [2021-06-10T22:57:44.652Z] Git commit: 6ee42dc [2021-06-10T22:57:44.652Z] Built: 03/11/2021 13:24:56 [2021-06-10T22:57:44.652Z] OS/Arch: windows/amd64 [2021-06-10T22:57:44.652Z] Context: default [2021-06-10T22:57:44.652Z] Experimental: true [2021-06-10T22:57:44.652Z] [2021-06-10T22:57:44.652Z] Server: Mirantis Container Runtime [2021-06-10T22:57:44.652Z] Engine: [2021-06-10T22:57:44.652Z] Version: 20.10.0 [2021-06-10T22:57:44.652Z] API version: 1.41 (minimum version 1.24) [2021-06-10T22:57:44.652Z] Go version: go1.13.15 [2021-06-10T22:57:44.652Z] Git commit: 1e08f21e79 [2021-06-10T22:57:44.652Z] Built: 03/11/2021 13:23:32 [2021-06-10T22:57:44.652Z] OS/Arch: windows/amd64 [2021-06-10T22:57:44.652Z] Experimental: true [2021-06-10T22:57:44.780Z] #3 DONE 0.1s [2021-06-10T22:57:44.780Z] [2021-06-10T22:57:44.780Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-10T22:57:44.780Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-10T22:57:44.780Z] #4 CACHED [Pipeline] sh [2021-06-10T22:57:44.949Z] #23 ... [2021-06-10T22:57:44.949Z] [2021-06-10T22:57:44.949Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-10T22:57:44.949Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-10T22:57:44.949Z] #42 DONE 0.4s [2021-06-10T22:57:44.949Z] [2021-06-10T22:57:44.949Z] #23 [internal] load build context [2021-06-10T22:57:44.949Z] #23 sha256:4a7664bc48625aa21ef3e514f08c2fb8a5d50a43b655e34b4c176eb029fe0d5f [2021-06-10T22:57:43.164Z] > git rev-list --no-walk 6c3871840311c3eb46bcaf7bae95ed72e05067f8 # timeout=10 [2021-06-10T22:57:45.041Z] [2021-06-10T22:57:45.041Z] #5 [internal] load metadata for docker.io/library/debian:buster [2021-06-10T22:57:45.041Z] #5 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-10T22:57:45.041Z] #5 DONE 0.1s [2021-06-10T22:57:45.041Z] [2021-06-10T22:57:45.041Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-10T22:57:45.041Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-10T22:57:45.041Z] #8 DONE 0.1s [2021-06-10T22:57:45.041Z] [2021-06-10T22:57:45.041Z] #7 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-10T22:57:45.041Z] #7 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-10T22:57:45.041Z] #7 DONE 0.1s [2021-06-10T22:57:45.041Z] [2021-06-10T22:57:45.041Z] #6 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-06-10T22:57:45.041Z] #6 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-06-10T22:57:45.041Z] #6 DONE 0.1s [2021-06-10T22:57:45.305Z] [2021-06-10T22:57:45.305Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-10T22:57:45.305Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-10T22:57:45.305Z] #9 DONE 0.0s [2021-06-10T22:57:45.305Z] [2021-06-10T22:57:45.305Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-10T22:57:45.305Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-10T22:57:45.305Z] #65 DONE 0.0s [2021-06-10T22:57:45.305Z] [2021-06-10T22:57:45.305Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-10T22:57:45.305Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-10T22:57:45.305Z] #63 DONE 0.0s [2021-06-10T22:57:45.305Z] [2021-06-10T22:57:45.305Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-10T22:57:45.305Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-10T22:57:45.305Z] #26 DONE 0.0s [2021-06-10T22:57:45.305Z] [2021-06-10T22:57:45.305Z] #23 [internal] load build context [2021-06-10T22:57:45.305Z] #23 sha256:5512823111b303ece6953d4fef8f82f2a3923898481c1320d270143dfe83e55e [2021-06-10T22:57:45.395Z] #23 transferring context: 55.90MB 1.4s done [2021-06-10T22:57:45.395Z] #23 DONE 1.5s [2021-06-10T22:57:45.395Z] [2021-06-10T22:57:45.395Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-10T22:57:45.395Z] #53 sha256:5dea2f20057cf8482b15afc1d4f79fe60d1ebbd5310d81a41f1db69cc4634ccc [2021-06-10T22:57:45.395Z] #53 CACHED [2021-06-10T22:57:45.395Z] [2021-06-10T22:57:45.395Z] #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-10T22:57:45.395Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-10T22:57:45.395Z] #20 CACHED [2021-06-10T22:57:45.395Z] [2021-06-10T22:57:45.395Z] #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-10T22:57:45.395Z] #59 sha256:baeeceb55dcf418c8cc75b0613fc03cad5ee83ebd3f939a1a8c4982ad291df32 [2021-06-10T22:57:45.395Z] #59 CACHED [2021-06-10T22:57:45.395Z] [2021-06-10T22:57:45.395Z] #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-10T22:57:45.395Z] #34 sha256:b57a26a9b31c584014f916bbc7a960a085febdc4c204780c9068da4fa98ab121 [2021-06-10T22:57:45.395Z] #34 CACHED [2021-06-10T22:57:45.395Z] [2021-06-10T22:57:45.395Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-06-10T22:57:45.395Z] #25 sha256:21da2c32cf9c130a99451d5bead5290bd38894080117ddd0fb3cc910e4e619c2 [2021-06-10T22:57:45.395Z] #25 CACHED [2021-06-10T22:57:45.395Z] [2021-06-10T22:57:45.395Z] #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-10T22:57:45.395Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-06-10T22:57:45.395Z] #11 CACHED [2021-06-10T22:57:45.395Z] [2021-06-10T22:57:45.395Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-06-10T22:57:45.395Z] #41 sha256:b92c829b1fac7bed664a7e9123ee27e231f1626e8bc1af9824807d875f7fc95c [2021-06-10T22:57:45.395Z] #41 CACHED [2021-06-10T22:57:45.395Z] [2021-06-10T22:57:45.395Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-06-10T22:57:45.395Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-06-10T22:57:45.395Z] #19 CACHED [2021-06-10T22:57:45.395Z] [2021-06-10T22:57:45.395Z] #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-10T22:57:45.395Z] #29 sha256:36022d54c328a1276dbbd5a667a13d923a7c4064cc5e6118bac443189429885e [2021-06-10T22:57:45.395Z] #29 CACHED [2021-06-10T22:57:45.395Z] [2021-06-10T22:57:45.395Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-10T22:57:45.395Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-06-10T22:57:45.395Z] #17 CACHED [2021-06-10T22:57:45.395Z] [2021-06-10T22:57:45.395Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-10T22:57:45.396Z] #58 sha256:c98418883cc34c32288afd8a850ca6be073724ff4eb08d576c88ee7fdd218633 [2021-06-10T22:57:45.396Z] #58 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-10T22:57:45.396Z] #33 sha256:920029dc4c0a26fbd1acf863bbe4001154b594294020f5d3ef36bb3a800f1c84 [2021-06-10T22:57:45.396Z] #33 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-10T22:57:45.396Z] #60 sha256:05214731b2bc65324c1be7a576753ff07aba14def12721ea4fe5895a0bd24996 [2021-06-10T22:57:45.396Z] #60 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-10T22:57:45.396Z] #49 sha256:e690966e7e06d509f8921b306d6365ec55c1164bdd55c5d166764fb20a004a0a [2021-06-10T22:57:45.396Z] #49 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-10T22:57:45.396Z] #35 sha256:dc1d5515ad7a2bf7817ae4386b180c8be0753483c3201450cbe703494f95690d [2021-06-10T22:57:45.396Z] #35 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #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-10T22:57:45.396Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-10T22:57:45.396Z] #44 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #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-10T22:57:45.396Z] #24 sha256:e76c0b798b550239f5bbf03023a14b428c5d7b9c20fa53ceaab8bd4e4d4bfa69 [2021-06-10T22:57:45.396Z] #24 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #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-10T22:57:45.396Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-10T22:57:45.396Z] #32 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-10T22:57:45.396Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-06-10T22:57:45.396Z] #18 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #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-10T22:57:45.396Z] #50 sha256:4efa7456797cf76b58f06a9da160c3d4593f86574c0a1241b3446931316b356a [2021-06-10T22:57:45.396Z] #50 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #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-10T22:57:45.396Z] #43 sha256:c7c4cb3e3d3f47a4ea920d843693274cc417140c28a241f9e22ca5d3704d889a [2021-06-10T22:57:45.396Z] #43 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #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-10T22:57:45.396Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-10T22:57:45.396Z] #27 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-10T22:57:45.396Z] #30 sha256:1036d73edcb14d67b6adc631b070d7d3ac5355946a1d6e0a2fbd5c0702802770 [2021-06-10T22:57:45.396Z] #30 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #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-10T22:57:45.396Z] #48 sha256:0e316b11bdedf9726bea80494b8483255b8f0af9fb42d5f96e10ab5ef81be856 [2021-06-10T22:57:45.396Z] #48 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-06-10T22:57:45.396Z] #45 sha256:9f2707c3dd23692078aa307df92c0a49181cb5cd6133b4e9bd533c8c81a59e4c [2021-06-10T22:57:45.396Z] #45 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-10T22:57:45.396Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-06-10T22:57:45.396Z] #10 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-10T22:57:45.396Z] #22 sha256:32ac77632a796242ca8c5cc1ebe3c3d38ab217810cb5e808ee916620c17e34e9 [2021-06-10T22:57:45.396Z] #22 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #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-10T22:57:45.396Z] #21 sha256:a41b2e45fcae4ebc28cb31bce642a55e5472a13c32e0131897c460812419c062 [2021-06-10T22:57:45.396Z] #21 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #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-10T22:57:45.396Z] #46 sha256:1d3f39409e461d9c0d077b930855a5aae8ba6e0175929245af578d8edd9972db [2021-06-10T22:57:45.396Z] #46 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-10T22:57:45.396Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-06-10T22:57:45.396Z] #14 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #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-10T22:57:45.396Z] #54 sha256:39af06cf1dc1a4ca6ac494682ad0b12f5ed3f1aa0b41f6124840887a76bc2b4d [2021-06-10T22:57:45.396Z] #54 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #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-10T22:57:45.396Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-06-10T22:57:45.396Z] #12 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-10T22:57:45.396Z] #47 sha256:c0b53fc1e902626bbd33e0f8f03ea7db53aa1c49af14d04fac795d9586d2a0aa [2021-06-10T22:57:45.396Z] #47 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-10T22:57:45.396Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-06-10T22:57:45.396Z] #31 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #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-10T22:57:45.396Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-10T22:57:45.396Z] #56 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #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-10T22:57:45.396Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-06-10T22:57:45.396Z] #15 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #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-10T22:57:45.396Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-10T22:57:45.396Z] #36 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-10T22:57:45.396Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-06-10T22:57:45.396Z] #16 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-06-10T22:57:45.396Z] #38 sha256:73dd394abc116b80598ba23191f39fe76114d70ccc3f6e808003c700007f6292 [2021-06-10T22:57:45.396Z] #38 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #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-10T22:57:45.396Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-10T22:57:45.396Z] #40 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-10T22:57:45.396Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-10T22:57:45.396Z] #66 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #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-10T22:57:45.396Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-10T22:57:45.396Z] #13 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-10T22:57:45.396Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-06-10T22:57:45.396Z] #39 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-10T22:57:45.396Z] #51 sha256:e0d36f5146bc577b5a417100bb6e8b354c7092a0c24384c00f9f0d485cc1ffba [2021-06-10T22:57:45.396Z] #51 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-10T22:57:45.396Z] #67 sha256:45ce881183037422b66da70f00cff813d8bcedb375cf4658ce09e3759d5f5745 [2021-06-10T22:57:45.396Z] #67 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #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-10T22:57:45.396Z] #37 sha256:e3e10483bd7612f7fa2b56b16d6dfb0bacc6721b72b7c111502774c308372e51 [2021-06-10T22:57:45.396Z] #37 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #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-10T22:57:45.396Z] #57 sha256:a3ae315368846ff1360e26b0fda7ff0aca8604229684af98482b7893732fd099 [2021-06-10T22:57:45.396Z] #57 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-10T22:57:45.396Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-10T22:57:45.396Z] #64 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-10T22:57:45.396Z] #62 sha256:cef5492cffdbdc6a6cde87edf4067d6130b6d2dc3c4389d8fbbad5e6be02e16d [2021-06-10T22:57:45.396Z] #62 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-10T22:57:45.396Z] #28 sha256:86c8e7ffe0422bbc11c76f77524dbeaadd86cd3dcf6e069c5d5c8ae8b586aca6 [2021-06-10T22:57:45.396Z] #28 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-10T22:57:45.396Z] #61 sha256:a57496991c069847616f3646ff9b318442209dd1907fd36531a384d944f3d591 [2021-06-10T22:57:45.396Z] #61 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #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-10T22:57:45.396Z] #52 sha256:f9be3c59967964dde9397ddb43498c180de65983d9459fcab5db9c05b31f4b8a [2021-06-10T22:57:45.396Z] #52 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-06-10T22:57:45.396Z] #55 sha256:1656be12305b1f7ba6e053509a4db623c4570daeb3f510a36eb83c34951eb350 [2021-06-10T22:57:45.396Z] #55 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-06-10T22:57:45.396Z] #68 sha256:77663433f2f13ab879a0c97223ce41cac604e5d799f1a4bac301d2542b6fec1f [2021-06-10T22:57:45.396Z] #68 CACHED [2021-06-10T22:57:45.396Z] [2021-06-10T22:57:45.396Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-10T22:57:45.396Z] #69 sha256:1b1e69bb9bf6a7c11fef983a930084f58a904ded7da4c92c55deefad30aca874 [2021-06-10T22:57:45.694Z] + docker info [2021-06-10T22:57:45.876Z] #23 ... [2021-06-10T22:57:45.877Z] [2021-06-10T22:57:45.877Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-10T22:57:45.877Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-10T22:57:45.877Z] #42 DONE 0.4s [2021-06-10T22:57:45.877Z] [2021-06-10T22:57:45.877Z] #23 [internal] load build context [2021-06-10T22:57:45.877Z] #23 sha256:5512823111b303ece6953d4fef8f82f2a3923898481c1320d270143dfe83e55e [2021-06-10T22:57:45.881Z] #23 transferring context: 55.90MB 1.3s done [2021-06-10T22:57:45.881Z] #23 DONE 1.4s [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-10T22:57:45.881Z] #47 sha256:9b7686eb8b34a4b0a4cddcdb5bee78f9c14611990f8fde62b858eab143178b63 [2021-06-10T22:57:45.881Z] #47 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #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-10T22:57:45.881Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-10T22:57:45.881Z] #32 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-10T22:57:45.881Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-10T22:57:45.881Z] #64 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-10T22:57:45.881Z] #61 sha256:70f2ccc6def9e7b58589a7a591e46b1bf7556c45568fbb0972e0d46348fe0c5e [2021-06-10T22:57:45.881Z] #61 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #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-10T22:57:45.881Z] #50 sha256:1aa0ca414fbeadda8132975d708fc7a1d32eb26495e6fc549aa1a1f0bcc47b60 [2021-06-10T22:57:45.881Z] #50 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #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-10T22:57:45.881Z] #29 sha256:24c3437dbcb4c38d5896d5946e750e7d5b542e6ebf4fd82429ed92b3b467cea4 [2021-06-10T22:57:45.881Z] #29 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-10T22:57:45.881Z] #35 sha256:551e9bcd2fde64728458da3a824687cced3bb3b7a0224f6b09b981c35aee459a [2021-06-10T22:57:45.881Z] #35 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #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-10T22:57:45.881Z] #46 sha256:adea3dbd3fba2abd040632d610a3ec60af7dd9b1fe9c0833df36bfd034be5b9d [2021-06-10T22:57:45.881Z] #46 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #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-10T22:57:45.881Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-06-10T22:57:45.881Z] #12 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-10T22:57:45.881Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-06-10T22:57:45.881Z] #17 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-06-10T22:57:45.881Z] #25 sha256:020fab9230cd36fa32f737401c539dc14b64eb6a0cfae53af2a0a493c51c803f [2021-06-10T22:57:45.881Z] #25 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #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-10T22:57:45.881Z] #21 sha256:a41b2e45fcae4ebc28cb31bce642a55e5472a13c32e0131897c460812419c062 [2021-06-10T22:57:45.881Z] #21 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-10T22:57:45.881Z] #67 sha256:cd43c5550a5b2e84b60029d8159a57fae6d8a021b0bf0308cf57d6424ab3b735 [2021-06-10T22:57:45.881Z] #67 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-10T22:57:45.881Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-10T22:57:45.881Z] #66 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #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-10T22:57:45.881Z] #52 sha256:6c2e493633391f244d71d93bd4219284582590b9872ef9a1ef16276abf20e04e [2021-06-10T22:57:45.881Z] #52 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #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-10T22:57:45.881Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-06-10T22:57:45.881Z] #15 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-10T22:57:45.881Z] #28 sha256:3481e6ead6eb5b7390ced991ebc384cdd59c0250ae4355a85d5e6c3bee88badf [2021-06-10T22:57:45.881Z] #28 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-10T22:57:45.881Z] #62 sha256:edebc5333026f216deff7f619692913893a163ca3d21a418a40b61356afd4dec [2021-06-10T22:57:45.881Z] #62 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #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-10T22:57:45.881Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-10T22:57:45.881Z] #27 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #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-10T22:57:45.881Z] #59 sha256:77d275e56a9518ec33bb20802f3c84ccaf4d4e12461a6e19cc7990d7e8e38fa7 [2021-06-10T22:57:45.881Z] #59 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #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-10T22:57:45.881Z] #57 sha256:b128c9cf0e29ba1c7b3f9309e18eb15740aa70965360ef25a6e1380e9ff0c6aa [2021-06-10T22:57:45.881Z] #57 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-10T22:57:45.881Z] #30 sha256:9ab4e98f8ff4770459511c2d10e04f3d8caf1610991c6fd1ab6e0520dfd99a40 [2021-06-10T22:57:45.881Z] #30 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-10T22:57:45.881Z] #33 sha256:aaa5239f9750234171d623d7623b1972283790520c1b06de9e7bfafe9e354c17 [2021-06-10T22:57:45.881Z] #33 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-10T22:57:45.881Z] #60 sha256:81682bd285c02bef7ae9d2c63aed43ff9b12d2e101aca8ed2c20f48e0960b07d [2021-06-10T22:57:45.881Z] #60 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-06-10T22:57:45.881Z] #41 sha256:b795010c231d9a5dc4cf753fcabc8f2f1cdf20cb620c175c4ed988aa5f8c9ff9 [2021-06-10T22:57:45.881Z] #41 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-06-10T22:57:45.881Z] #38 sha256:7194d16705ec3295207409a6126de3b88e71944214ebda4b6dd05df7308cf13b [2021-06-10T22:57:45.881Z] #38 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-06-10T22:57:45.881Z] #55 sha256:04c445169f14693a8d7cc63ad7b4b1ab931267400e16fd00b1f1003674a9e7fa [2021-06-10T22:57:45.881Z] #55 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #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-10T22:57:45.881Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-10T22:57:45.881Z] #20 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #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-10T22:57:45.881Z] #37 sha256:363ff3a0d3a064053ab46127a433dbe32fe6778ac67766360c69811d229e9e23 [2021-06-10T22:57:45.881Z] #37 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-10T22:57:45.881Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-06-10T22:57:45.881Z] #14 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #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-10T22:57:45.881Z] #54 sha256:4afacdc1d38839dae1a6a1ab8a86423fd35e4ba73877ad8ade150a95bec58ed9 [2021-06-10T22:57:45.881Z] #54 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #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-10T22:57:45.881Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-10T22:57:45.881Z] #13 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-10T22:57:45.881Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-06-10T22:57:45.881Z] #16 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #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-10T22:57:45.881Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-06-10T22:57:45.881Z] #11 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-10T22:57:45.881Z] #51 sha256:41d6dff1713e710f5d4f81d2c2e65dd3db865111f10b89ee855d57b305794876 [2021-06-10T22:57:45.881Z] #51 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-10T22:57:45.881Z] #53 sha256:35b1b7dae75c9cce0f26696ea3a2e5409689c75646f4b51f9c895d65c484b7bf [2021-06-10T22:57:45.881Z] #53 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #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-10T22:57:45.881Z] #43 sha256:c7c4cb3e3d3f47a4ea920d843693274cc417140c28a241f9e22ca5d3704d889a [2021-06-10T22:57:45.881Z] #43 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #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-10T22:57:45.881Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-10T22:57:45.881Z] #56 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #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-10T22:57:45.881Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-10T22:57:45.881Z] #36 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-10T22:57:45.881Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-06-10T22:57:45.881Z] #31 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #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-10T22:57:45.881Z] #24 sha256:5a34c832d42170b5cc0834781098065680f8e2dcc69fa25e3a58a0233d993989 [2021-06-10T22:57:45.881Z] #24 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-10T22:57:45.881Z] #58 sha256:8b6970364d882ad017480ada5fe4ebeb50833c106557c3454959fb915feb0fd9 [2021-06-10T22:57:45.881Z] #58 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-10T22:57:45.881Z] #49 sha256:feda46d19b4e86aedc6be1d60d7159ef8bd6fdaf6c09c36107df577d4497aea1 [2021-06-10T22:57:45.881Z] #49 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #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-10T22:57:45.881Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-10T22:57:45.881Z] #44 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-06-10T22:57:45.881Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-06-10T22:57:45.881Z] #19 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-10T22:57:45.881Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-06-10T22:57:45.881Z] #10 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #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-10T22:57:45.881Z] #48 sha256:d3986d013efea736b242a99ec2d52313725eddbb8e1fbe10cf26455afe07086f [2021-06-10T22:57:45.881Z] #48 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #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-10T22:57:45.881Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-10T22:57:45.881Z] #40 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-10T22:57:45.881Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-06-10T22:57:45.881Z] #18 CACHED [2021-06-10T22:57:45.881Z] [2021-06-10T22:57:45.881Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-06-10T22:57:45.881Z] #45 sha256:ad45aa0f8b737397f01e77d8226795f2703f9a8b1d38be48547eb0591fbdda0d [2021-06-10T22:57:45.882Z] #45 CACHED [2021-06-10T22:57:45.882Z] [2021-06-10T22:57:45.882Z] #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-10T22:57:45.882Z] #34 sha256:3ac5da0a19f95682f51c595f0ffd72cadeee80de9ff3e44cd806daddcf962a8f [2021-06-10T22:57:45.882Z] #34 CACHED [2021-06-10T22:57:45.882Z] [2021-06-10T22:57:45.882Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-10T22:57:45.882Z] #22 sha256:32ac77632a796242ca8c5cc1ebe3c3d38ab217810cb5e808ee916620c17e34e9 [2021-06-10T22:57:45.882Z] #22 CACHED [2021-06-10T22:57:45.882Z] [2021-06-10T22:57:45.882Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-10T22:57:45.882Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-06-10T22:57:45.882Z] #39 CACHED [2021-06-10T22:57:45.882Z] [2021-06-10T22:57:45.882Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-06-10T22:57:45.882Z] #68 sha256:870be08e0b9cba930b35bdb55271cfcf21db45b1289a86b7f0294bb81cb88f3d [2021-06-10T22:57:45.882Z] #68 CACHED [2021-06-10T22:57:45.882Z] [2021-06-10T22:57:45.882Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-10T22:57:45.882Z] #69 sha256:2a8ead8e4e303acf89f821c98de1c100d0f36afec927f09a3190bea32f4eddea [2021-06-10T22:57:46.342Z] #69 DONE 0.9s [2021-06-10T22:57:46.342Z] [2021-06-10T22:57:46.342Z] #70 exporting to image [2021-06-10T22:57:46.342Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-10T22:57:46.342Z] #70 exporting layers [2021-06-10T22:57:46.666Z] Client: [2021-06-10T22:57:46.666Z] Context: default [2021-06-10T22:57:46.666Z] Debug Mode: false [2021-06-10T22:57:46.666Z] Plugins: [2021-06-10T22:57:46.666Z] app: Docker Application (Docker Inc., v0.8.0) [2021-06-10T22:57:46.666Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-06-10T22:57:46.666Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-06-10T22:57:46.666Z] [2021-06-10T22:57:46.666Z] Server: [2021-06-10T22:57:46.666Z] Containers: 0 [2021-06-10T22:57:46.666Z] Running: 0 [2021-06-10T22:57:46.666Z] Paused: 0 [2021-06-10T22:57:46.666Z] Stopped: 0 [2021-06-10T22:57:46.666Z] Images: 10 [2021-06-10T22:57:46.666Z] Server Version: 20.10.0 [2021-06-10T22:57:46.666Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-06-10T22:57:46.666Z] Windows: [2021-06-10T22:57:46.666Z] LCOW: [2021-06-10T22:57:46.666Z] Logging Driver: json-file [2021-06-10T22:57:46.666Z] Plugins: [2021-06-10T22:57:46.666Z] Volume: local [2021-06-10T22:57:46.666Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-10T22:57:46.666Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-10T22:57:46.666Z] Swarm: inactive [2021-06-10T22:57:46.666Z] Default Isolation: process [2021-06-10T22:57:46.666Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-10T22:57:46.666Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-10T22:57:46.666Z] OSType: windows [2021-06-10T22:57:46.666Z] Architecture: x86_64 [2021-06-10T22:57:46.666Z] CPUs: 4 [2021-06-10T22:57:46.666Z] Total Memory: 32GiB [2021-06-10T22:57:46.666Z] Name: azwin-2-682220 [2021-06-10T22:57:46.666Z] ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6 [2021-06-10T22:57:46.666Z] Docker Root Dir: D:\docker [2021-06-10T22:57:46.666Z] Debug Mode: false [2021-06-10T22:57:46.666Z] Registry: https://index.docker.io/v1/ [2021-06-10T22:57:46.666Z] Labels: [2021-06-10T22:57:46.666Z] Experimental: true [2021-06-10T22:57:46.666Z] Insecure Registries: [2021-06-10T22:57:46.666Z] 10.0.0.4:5000 [2021-06-10T22:57:46.666Z] 127.0.0.0/8 [2021-06-10T22:57:46.666Z] Registry Mirrors: [2021-06-10T22:57:46.666Z] http://10.0.0.4:5000/ [2021-06-10T22:57:46.666Z] Live Restore Enabled: false [2021-06-10T22:57:46.666Z] [Pipeline] } [2021-06-10T22:57:46.815Z] #69 DONE 0.8s [2021-06-10T22:57:46.815Z] [2021-06-10T22:57:46.815Z] #70 exporting to image [2021-06-10T22:57:46.815Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-10T22:57:46.815Z] #70 exporting layers [Pipeline] // stage [2021-06-10T22:57:46.827Z] #23 transferring context: 55.90MB 1.5s done [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-06-10T22:57:47.088Z] #23 DONE 1.7s [2021-06-10T22:57:47.088Z] [2021-06-10T22:57:47.088Z] #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-10T22:57:47.088Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-06-10T22:57:47.088Z] #12 CACHED [2021-06-10T22:57:47.088Z] [2021-06-10T22:57:47.088Z] #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-10T22:57:47.088Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-10T22:57:47.088Z] #40 CACHED [2021-06-10T22:57:47.088Z] [2021-06-10T22:57:47.088Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-10T22:57:47.088Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-06-10T22:57:47.088Z] #10 CACHED [2021-06-10T22:57:47.088Z] [2021-06-10T22:57:47.088Z] #32 [swagger 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=tmpfs,target=/go/src/ set -x && git clone https://github.com/kolyshkin/go-swagger.git . && git checkout -q "5e6cb12f7c82ce78e45ba71fa6cb1928094db050" && go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-10T22:57:47.088Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-10T22:57:47.088Z] #32 CACHED [2021-06-10T22:57:47.088Z] [2021-06-10T22:57:47.088Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-06-10T22:57:47.088Z] #25 sha256:d5278ca0c381c4ef065681ab41f09e88286b3190d48170031ab1e9c22a857e7a [2021-06-10T22:57:47.088Z] #25 CACHED [2021-06-10T22:57:47.088Z] [2021-06-10T22:57:47.088Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-06-10T22:57:47.088Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-06-10T22:57:47.088Z] #19 CACHED [2021-06-10T22:57:47.088Z] [2021-06-10T22:57:47.088Z] #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-10T22:57:47.088Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-06-10T22:57:47.088Z] #15 CACHED [2021-06-10T22:57:47.088Z] [2021-06-10T22:57:47.088Z] #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-10T22:57:47.088Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-10T22:57:47.088Z] #27 CACHED [2021-06-10T22:57:47.088Z] [2021-06-10T22:57:47.088Z] #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-10T22:57:47.088Z] #37 sha256:18ff22121a0cc8372cca3c7f974c898be4acdbc0ddeb36460827374f6e2653ff [2021-06-10T22:57:47.088Z] #37 CACHED [2021-06-10T22:57:47.088Z] [2021-06-10T22:57:47.088Z] #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-10T22:57:47.088Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-10T22:57:47.088Z] #36 CACHED [2021-06-10T22:57:47.088Z] [2021-06-10T22:57:47.088Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-10T22:57:47.088Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-10T22:57:47.088Z] #66 CACHED [2021-06-10T22:57:47.088Z] [2021-06-10T22:57:47.088Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-10T22:57:47.088Z] #51 sha256:749bb70d14a9fff024bd42511fb883f9c9fd010fe25b3123f81e581b1b795552 [2021-06-10T22:57:47.088Z] #51 CACHED [2021-06-10T22:57:47.088Z] [2021-06-10T22:57:47.088Z] #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-10T22:57:47.088Z] #29 sha256:f4f58094ee95a69c231d807d11b4ce746a9ae14f9d36f63e48f4e922ef06eecb [2021-06-10T22:57:47.088Z] #29 CACHED [2021-06-10T22:57:47.088Z] [2021-06-10T22:57:47.088Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-06-10T22:57:47.088Z] #38 sha256:bfc7590a1ed07fbfe909f8a167a4ab25c0729651211048ab0276e3287dc2ec10 [2021-06-10T22:57:47.088Z] #38 CACHED [2021-06-10T22:57:47.088Z] [2021-06-10T22:57:47.088Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-10T22:57:47.088Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-06-10T22:57:47.088Z] #18 CACHED [2021-06-10T22:57:47.088Z] [2021-06-10T22:57:47.088Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-10T22:57:47.088Z] #30 sha256:a0e5cc6ac0d67cf0f251143b0138d3ec25f736ff5cc15c7722ed293ef4475278 [2021-06-10T22:57:47.088Z] #30 CACHED [2021-06-10T22:57:47.088Z] [2021-06-10T22:57:47.088Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-10T22:57:47.088Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-06-10T22:57:47.088Z] #17 CACHED [2021-06-10T22:57:47.088Z] [2021-06-10T22:57:47.088Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-10T22:57:47.088Z] #49 sha256:8f7d0bf26939356e22c5ecb9b3b979102248d039c675185f2da9e816fc66dfb8 [2021-06-10T22:57:47.088Z] #49 CACHED [2021-06-10T22:57:47.088Z] [2021-06-10T22:57:47.088Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-10T22:57:47.088Z] #53 sha256:56eed0656da002dbcc76b1f81a603e2123c61ddedda577ff508bafcc3d8c6065 [2021-06-10T22:57:47.088Z] #53 CACHED [2021-06-10T22:57:47.088Z] [2021-06-10T22:57:47.088Z] #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-10T22:57:47.088Z] #52 sha256:efaab19f3b06cf542376728835ebe06560c16fe722c4fdd581301c3fa6b1528c [2021-06-10T22:57:47.088Z] #52 CACHED [2021-06-10T22:57:47.088Z] [2021-06-10T22:57:47.088Z] #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-10T22:57:47.088Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-10T22:57:47.088Z] #56 CACHED [2021-06-10T22:57:47.088Z] [2021-06-10T22:57:47.088Z] #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-10T22:57:47.088Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-06-10T22:57:47.088Z] #11 CACHED [2021-06-10T22:57:47.088Z] [2021-06-10T22:57:47.088Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-10T22:57:47.088Z] #61 sha256:f278f5e0792f512f75e3384ff038040e74b76f0c682759919c471fad1cc0c903 [2021-06-10T22:57:47.089Z] #61 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-10T22:57:47.089Z] #58 sha256:cf657c022ff701814e33a337d63e7088599245780f1b6919bf038ff6046fb0f6 [2021-06-10T22:57:47.089Z] #58 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-10T22:57:47.089Z] #35 sha256:298ca1d6d58b339e173f95926001085b73d5993098ccc85430b59da2bd47a077 [2021-06-10T22:57:47.089Z] #35 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #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-10T22:57:47.089Z] #59 sha256:40b9e300b409258d83502f582941a52ccbb9157dadc82039395ad19abd7866ac [2021-06-10T22:57:47.089Z] #59 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-10T22:57:47.089Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-06-10T22:57:47.089Z] #31 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #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-10T22:57:47.089Z] #46 sha256:8b6d7b7be9571a43a0113a2c080e9bda6c482f868f394a29e2cbddfae451c143 [2021-06-10T22:57:47.089Z] #46 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-10T22:57:47.089Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-06-10T22:57:47.089Z] #16 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-10T22:57:47.089Z] #60 sha256:ae88525f9d0bd95066a7c2c8ecb263ef6aa487c12a2b6288f18dd869357e9d6e [2021-06-10T22:57:47.089Z] #60 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-10T22:57:47.089Z] #62 sha256:d442646ce6a235c6a16a735bdd4a007ba2d6c7cb6f52b12b3ff6097a9c164963 [2021-06-10T22:57:47.089Z] #62 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-10T22:57:47.089Z] #28 sha256:cd9aa0977ff7fd09a61eeaa720c384345b36d5cc1d29beb6356bb05c314f2fce [2021-06-10T22:57:47.089Z] #28 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #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-10T22:57:47.089Z] #50 sha256:3c6203e951e38d4fdef69e7d0a9c9a5dde1344aaf442694f784093306959e68c [2021-06-10T22:57:47.089Z] #50 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #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-10T22:57:47.089Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-10T22:57:47.089Z] #13 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-10T22:57:47.089Z] #33 sha256:b0f3f46ca04897738c37bcc00abd99c03b75020cdec2b72a598c4bd9c0b6373c [2021-06-10T22:57:47.089Z] #33 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #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-10T22:57:47.089Z] #54 sha256:0b4a40e2531a81d463019d8c7898e838699de3cba15053eeca69f2940564db14 [2021-06-10T22:57:47.089Z] #54 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-10T22:57:47.089Z] #67 sha256:28fce1b9b10a89d3ec2b1d3c932b709be855ccbd159a61fbab02314853670013 [2021-06-10T22:57:47.089Z] #67 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-10T22:57:47.089Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-06-10T22:57:47.089Z] #14 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-06-10T22:57:47.089Z] #68 sha256:f024517dc48e836e2ceb0907a88d8f5d9dbcbd0cf57e082c5a7c71d77e878842 [2021-06-10T22:57:47.089Z] #68 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #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-10T22:57:47.089Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-10T22:57:47.089Z] #20 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-10T22:57:47.089Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-10T22:57:47.089Z] #64 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-06-10T22:57:47.089Z] #55 sha256:15479ae023f5f6f908bc7c4cf9862e456c4360bd10291f62a0f6b77d228e1f22 [2021-06-10T22:57:47.089Z] #55 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #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-10T22:57:47.089Z] #24 sha256:8661df8debe878a83e715b5b5e21d9c5a615bf0f2497ea0fddbb0a785189c025 [2021-06-10T22:57:47.089Z] #24 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #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-10T22:57:47.089Z] #43 sha256:c7c4cb3e3d3f47a4ea920d843693274cc417140c28a241f9e22ca5d3704d889a [2021-06-10T22:57:47.089Z] #43 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #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-10T22:57:47.089Z] #21 sha256:a41b2e45fcae4ebc28cb31bce642a55e5472a13c32e0131897c460812419c062 [2021-06-10T22:57:47.089Z] #21 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-10T22:57:47.089Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-06-10T22:57:47.089Z] #39 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #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-10T22:57:47.089Z] #57 sha256:0fbfd1d4a40b1ce23bed8cd7f1235eb28e2a569c33e180e0f2af2110206f8e44 [2021-06-10T22:57:47.089Z] #57 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-10T22:57:47.089Z] #47 sha256:dfaa86c5952ce2c0a03159b09867d0e61d3d6d0144e64deebcc79c45f4caf281 [2021-06-10T22:57:47.089Z] #47 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-06-10T22:57:47.089Z] #41 sha256:de0e803493775e596cdbc95f557b4add0ae0def76c8d68d8e6b6365ec4a50d81 [2021-06-10T22:57:47.089Z] #41 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-06-10T22:57:47.089Z] #45 sha256:6718703aae7671df5fc68a23b15e490290580c9e0c9d3b0cdb89b1cf90975663 [2021-06-10T22:57:47.089Z] #45 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #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-10T22:57:47.089Z] #34 sha256:6850eca2588cf804ab51cbedcffbe407e1062ef5cbffc2664d8f68b17acb3c24 [2021-06-10T22:57:47.089Z] #34 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #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-10T22:57:47.089Z] #48 sha256:38e364e81aac1d8658941c5fb04696da89eaf868c1699111e025f58ff18292d2 [2021-06-10T22:57:47.089Z] #48 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #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-10T22:57:47.089Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-10T22:57:47.089Z] #44 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-10T22:57:47.089Z] #22 sha256:32ac77632a796242ca8c5cc1ebe3c3d38ab217810cb5e808ee916620c17e34e9 [2021-06-10T22:57:47.089Z] #22 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #69 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-10T22:57:47.089Z] #69 sha256:5e88d4469c2e42064ad4aea1c7f6948a38c46521bece1c85b45463b214e2a6c9 [2021-06-10T22:57:47.089Z] #69 CACHED [2021-06-10T22:57:47.089Z] [2021-06-10T22:57:47.089Z] #70 exporting to image [2021-06-10T22:57:47.089Z] #70 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-10T22:57:47.089Z] #70 exporting layers done [2021-06-10T22:57:47.089Z] #70 writing image sha256:47b7e18d88bdf828e7e7c8f63aa58845aac8853ee42b2aca7f20543fab261b93 [2021-06-10T22:57:47.089Z] #70 writing image sha256:47b7e18d88bdf828e7e7c8f63aa58845aac8853ee42b2aca7f20543fab261b93 done [2021-06-10T22:57:47.089Z] #70 naming to docker.io/library/docker:8a2b9c488598cf837d8fc098b30f49a782334bf4 done [2021-06-10T22:57:47.089Z] #70 DONE 0.1s [2021-06-10T22:57:47.281Z] #70 exporting layers 1.0s done [2021-06-10T22:57:47.281Z] #70 writing image sha256:b77920183336b155d625d6f2ed3fc09944cb22c20853b34c0fe49e8395b3efd0 done [2021-06-10T22:57:47.281Z] #70 naming to docker.io/library/docker:8a2b9c488598cf837d8fc098b30f49a782334bf4 done [2021-06-10T22:57:47.281Z] #70 DONE 1.1s [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-06-10T22:57:47.723Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42445/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42445/.git:/go/src/github.com/docker/docker/.git --name docker-pr15 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8a2b9c488598cf837d8fc098b30f49a782334bf4 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8a2b9c488598cf837d8fc098b30f49a782334bf4 hack/validate/default [2021-06-10T22:57:47.742Z] #70 exporting layers 1.0s done [2021-06-10T22:57:47.742Z] #70 writing image sha256:789eeeaf7e9f4e188ab3782a3306345858a2aa1f055430c7698121cc23537e19 done [2021-06-10T22:57:47.742Z] #70 naming to docker.io/library/docker:8a2b9c488598cf837d8fc098b30f49a782334bf4 done [2021-06-10T22:57:47.742Z] #70 DONE 1.0s [Pipeline] } [Pipeline] // stage [2021-06-10T22:57:47.766Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42445/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_GITCOMMIT=8a2b9c488598cf837d8fc098b30f49a782334bf4 -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:8a2b9c488598cf837d8fc098b30f49a782334bf4 hack/make.sh dynbinary test-integration [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-06-10T22:57:48.070Z] + trap exit INT TERM [2021-06-10T22:57:48.070Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-06-10T22:57:48.070Z] + CONTAINER_NAME=docker-pr15 [2021-06-10T22:57:48.070Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42445/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42445/.git:/go/src/github.com/docker/docker/.git --name docker-pr15-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8a2b9c488598cf837d8fc098b30f49a782334bf4 -e DOCKER_GRAPHDRIVER docker:8a2b9c488598cf837d8fc098b30f49a782334bf4 hack/make.sh dynbinary [2021-06-10T22:57:48.340Z] [2021-06-10T22:57:48.601Z] Removing bundles/ [2021-06-10T22:57:48.601Z] [2021-06-10T22:57:48.601Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-10T22:57:48.601Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-10T22:57:48.601Z] GOOS="" GOARCH="" GOARM="" [2021-06-10T22:57:48.632Z] [2021-06-10T22:57:48.632Z] Removing bundles/ [2021-06-10T22:57:48.632Z] [2021-06-10T22:57:48.632Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-10T22:57:48.632Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-10T22:57:48.632Z] GOOS="" GOARCH="" GOARM="" [2021-06-10T22:57:48.664Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-06-10T22:57:48.664Z] No api/types/ or api/swagger.yaml changes in diff. [2021-06-10T22:57:48.664Z] Congratulations! All TOML source files changed here have valid syntax. [2021-06-10T22:57:48.664Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-06-10T22:57:48.664Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-06-10T22:57:48.664Z] Congratulations! No new tests were added to integration-cli. [2021-06-10T22:57:48.664Z] [2021-06-10T22:57:48.664Z] INFO Start validation with golang-ci-lint [2021-06-10T22:57:48.924Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-06-10T22:57:48.924Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-06-10T22:57:48.924Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-06-10T22:57:55.949Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-06-10T22:57:55.949Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-00502430\powershellScript.ps1'; exit $LASTEXITCODE; [2021-06-10T22:57:55.949Z] ---------------------------------------------------------------------------- [2021-06-10T22:57:55.949Z] [2021-06-10T22:57:55.949Z] INFO: executeCI.ps1 starting at Thu Jun 10 22:57:55 CUT 2021 [2021-06-10T22:57:55.949Z] [2021-06-10T22:57:55.949Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-06-10T22:57:55.949Z] INFO: Running git version 2.24.1.windows.2 [2021-06-10T22:57:55.949Z] INFO: Branch:fe_release Build:20295.1.210212-1600 [2021-06-10T22:57:55.949Z] INFO: Environment variables: [2021-06-10T22:57:55.949Z] [2021-06-10T22:57:55.949Z] Name Value [2021-06-10T22:57:55.949Z] ---- ----- [2021-06-10T22:57:55.949Z] ALLUSERSPROFILE C:\ProgramData [2021-06-10T22:57:55.949Z] amd64 true [2021-06-10T22:57:55.949Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-06-10T22:57:55.949Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-06-10T22:57:55.949Z] arm64 false [2021-06-10T22:57:55.949Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-06-10T22:57:55.949Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-06-10T22:57:55.949Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-06-10T22:57:55.949Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-06-10T22:57:55.949Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-06-10T22:57:55.949Z] BRANCH_NAME PR-42445 [2021-06-10T22:57:55.949Z] BUILD_DISPLAY_NAME #15 [2021-06-10T22:57:55.949Z] BUILD_ID 15 [2021-06-10T22:57:55.949Z] BUILD_NUMBER 15 [2021-06-10T22:57:55.949Z] BUILD_TAG jenkins-moby-PR-42445-15 [2021-06-10T22:57:55.949Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-42445/15/ [2021-06-10T22:57:55.949Z] cgroup2 true [2021-06-10T22:57:55.949Z] CHANGE_AUTHOR thaJeztah [2021-06-10T22:57:55.949Z] CHANGE_AUTHOR_DISPLAY_NAME Sebastiaan van Stijn [2021-06-10T22:57:55.949Z] CHANGE_BRANCH bump_golang_ci [2021-06-10T22:57:55.949Z] CHANGE_FORK thaJeztah/docker [2021-06-10T22:57:55.949Z] CHANGE_ID 42445 [2021-06-10T22:57:55.949Z] CHANGE_TARGET master [2021-06-10T22:57:55.949Z] CHANGE_TITLE [testing] ~update~ fix linting issues found by golangci-lint v1.40.1 [2021-06-10T22:57:56.410Z] CHANGE_URL https://github.com/moby/moby/pull/42445 [2021-06-10T22:57:56.410Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-06-10T22:57:56.410Z] CommonProgramFiles C:\Program Files\Common Files [2021-06-10T22:57:56.410Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-06-10T22:57:56.410Z] CommonProgramW6432 C:\Program Files\Common Files [2021-06-10T22:57:56.410Z] COMPUTERNAME azwin-2-682220 [2021-06-10T22:57:56.410Z] ComSpec C:\Windows\system32\cmd.exe [2021-06-10T22:57:56.410Z] ConfigSequenceNumber 0 [2021-06-10T22:57:56.410Z] dco true [2021-06-10T22:57:56.410Z] DOCKER_BUILDKIT 0 [2021-06-10T22:57:56.410Z] DOCKER_DUT_DEBUG 1 [2021-06-10T22:57:56.410Z] DOCKER_EXPERIMENTAL 1 [2021-06-10T22:57:56.410Z] DOCKER_GRAPHDRIVER overlay2 [2021-06-10T22:57:56.410Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-06-10T22:57:56.410Z] EXECUTOR_NUMBER 0 [2021-06-10T22:57:56.410Z] FQDN azwin-2-682220.westus.cloudapp.azure.com [2021-06-10T22:57:56.410Z] GIT_BRANCH PR-42445 [2021-06-10T22:57:56.410Z] GIT_COMMIT 06ba5e407f602da93e1e19746dd61f3e1b404e7f [2021-06-10T22:57:56.410Z] GIT_PREVIOUS_COMMIT 6c3871840311c3eb46bcaf7bae95ed72e05067f8 [2021-06-10T22:57:56.410Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT d4bb785383abc9c6d909a2122997ef0124394c16 [2021-06-10T22:57:56.410Z] GIT_URL https://github.com/moby/moby.git [2021-06-10T22:57:56.410Z] HUDSON_COOKIE b20aa743-4abd-4780-b5eb-6fb019ad0051 [2021-06-10T22:57:56.410Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-06-10T22:57:56.410Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-06-10T22:57:56.410Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-06-10T22:57:56.410Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.282-1.b08.ojdkbuild.windows.x86_64 [2021-06-10T22:57:56.410Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-06-10T22:57:56.410Z] JENKINS_NODE_COOKIE e40fbfbd-44a8-4384-8568-af9b17656ed9 [2021-06-10T22:57:56.410Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-06-10T22:57:56.410Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-06-10T22:57:56.410Z] JOB_BASE_NAME PR-42445 [2021-06-10T22:57:56.410Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42445/display/redirect [2021-06-10T22:57:56.410Z] JOB_NAME moby/PR-42445 [2021-06-10T22:57:56.410Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-42445/ [2021-06-10T22:57:56.410Z] library.jps.version master [2021-06-10T22:57:56.410Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-06-10T22:57:56.410Z] NODE_LABELS amd64 azure azwin-2-682220 azwin-2022 docker west-us windows windows-2022 x86_64 [2021-06-10T22:57:56.410Z] NODE_NAME azwin-2-682220 [2021-06-10T22:57:56.410Z] NUMBER_OF_PROCESSORS 4 [2021-06-10T22:57:56.410Z] OS Windows_NT [2021-06-10T22:57:56.410Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-06-10T22:57:56.410Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-06-10T22:57:56.410Z] ppc64le false [2021-06-10T22:57:56.410Z] PROCESSOR_ARCHITECTURE AMD64 [2021-06-10T22:57:56.410Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 4, GenuineIntel [2021-06-10T22:57:56.410Z] PROCESSOR_LEVEL 6 [2021-06-10T22:57:56.410Z] PROCESSOR_REVISION 5504 [2021-06-10T22:57:56.410Z] ProgramData C:\ProgramData [2021-06-10T22:57:56.410Z] ProgramFiles C:\Program Files [2021-06-10T22:57:56.410Z] ProgramFiles(x86) C:\Program Files (x86) [2021-06-10T22:57:56.410Z] ProgramW6432 C:\Program Files [2021-06-10T22:57:56.410Z] PROMPT $P$G [2021-06-10T22:57:56.410Z] PSExecutionPolicyPreference Bypass [2021-06-10T22:57:56.410Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-06-10T22:57:56.410Z] PUBLIC C:\Users\Public [2021-06-10T22:57:56.410Z] rootless true [2021-06-10T22:57:56.410Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42445/15/display/redirect?page=arti... [2021-06-10T22:57:56.410Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42445/15/display/redirect?page=changes [2021-06-10T22:57:56.410Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42445/15/display/redirect [2021-06-10T22:57:56.410Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-42445/15/display/redirect?page=tests [2021-06-10T22:57:56.410Z] s390x false [2021-06-10T22:57:56.410Z] SKIP_VALIDATION_TESTS 1 [2021-06-10T22:57:56.410Z] SOURCES_DRIVE d [2021-06-10T22:57:56.410Z] SOURCES_SUBDIR gopath [2021-06-10T22:57:56.410Z] STAGE_NAME Run tests [2021-06-10T22:57:56.410Z] SystemDrive C: [2021-06-10T22:57:56.410Z] SystemRoot C:\Windows [2021-06-10T22:57:56.410Z] TEMP C:\Windows\TEMP [2021-06-10T22:57:56.410Z] TESTDEBUG 0 [2021-06-10T22:57:56.410Z] TESTRUN_DRIVE d [2021-06-10T22:57:56.410Z] TESTRUN_SUBDIR CI [2021-06-10T22:57:56.410Z] TIMEOUT 120m [2021-06-10T22:57:56.410Z] TMP C:\Windows\TEMP [2021-06-10T22:57:56.410Z] unit_validate true [2021-06-10T22:57:56.410Z] USERDOMAIN WORKGROUP [2021-06-10T22:57:56.410Z] USERNAME azwin-2-682220$ [2021-06-10T22:57:56.410Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-06-10T22:57:56.410Z] validate_force false [2021-06-10T22:57:56.410Z] windir C:\Windows [2021-06-10T22:57:56.410Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore/insider [2021-06-10T22:57:56.410Z] WINDOWS_BASE_IMAGE_TAG 10.0.20295.1 [2021-06-10T22:57:56.410Z] windows2022 true [2021-06-10T22:57:56.410Z] windowsRS1 false [2021-06-10T22:57:56.410Z] windowsRS5 false [2021-06-10T22:57:56.410Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-06-10T22:57:56.410Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-06-10T22:57:56.410Z] [2021-06-10T22:57:56.410Z] [2021-06-10T22:57:56.410Z] [2021-06-10T22:57:56.410Z] INFO: Sources under d:\gopath\... [2021-06-10T22:57:56.410Z] INFO: Test run under d:\CI\... [2021-06-10T22:57:56.871Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-06-10T22:57:56.871Z] INFO: docker/docker repository was found [2021-06-10T22:57:56.871Z] INFO: Image microsoft/windowsservercore:latest is already loaded in the control daemon [2021-06-10T22:57:56.871Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20295.1' [2021-06-10T22:57:56.871Z] INFO: Docker version of control daemon [2021-06-10T22:57:56.871Z] [2021-06-10T22:57:56.871Z] Client: Mirantis Container Runtime [2021-06-10T22:57:56.871Z] Version: 20.10.0 [2021-06-10T22:57:56.871Z] API version: 1.41 [2021-06-10T22:57:56.871Z] Go version: go1.13.15 [2021-06-10T22:57:56.871Z] Git commit: 6ee42dc [2021-06-10T22:57:56.871Z] Built: 03/11/2021 13:24:56 [2021-06-10T22:57:56.871Z] OS/Arch: windows/amd64 [2021-06-10T22:57:56.871Z] Context: default [2021-06-10T22:57:56.871Z] Experimental: true [2021-06-10T22:57:56.871Z] [2021-06-10T22:57:56.871Z] Server: Mirantis Container Runtime [2021-06-10T22:57:56.871Z] Engine: [2021-06-10T22:57:56.871Z] Version: 20.10.0 [2021-06-10T22:57:56.871Z] API version: 1.41 (minimum version 1.24) [2021-06-10T22:57:56.871Z] Go version: go1.13.15 [2021-06-10T22:57:56.871Z] Git commit: 1e08f21e79 [2021-06-10T22:57:56.871Z] Built: 03/11/2021 13:23:32 [2021-06-10T22:57:56.871Z] OS/Arch: windows/amd64 [2021-06-10T22:57:56.871Z] Experimental: true [2021-06-10T22:57:56.871Z] [2021-06-10T22:57:56.871Z] INFO: Docker info of control daemon [2021-06-10T22:57:56.871Z] [2021-06-10T22:57:57.332Z] Client: [2021-06-10T22:57:57.332Z] Context: default [2021-06-10T22:57:57.332Z] Debug Mode: false [2021-06-10T22:57:57.332Z] Plugins: [2021-06-10T22:57:57.332Z] app: Docker Application (Docker Inc., v0.8.0) [2021-06-10T22:57:57.332Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-06-10T22:57:57.332Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-06-10T22:57:57.332Z] [2021-06-10T22:57:57.332Z] Server: [2021-06-10T22:57:57.332Z] Containers: 0 [2021-06-10T22:57:57.332Z] Running: 0 [2021-06-10T22:57:57.332Z] Paused: 0 [2021-06-10T22:57:57.332Z] Stopped: 0 [2021-06-10T22:57:57.332Z] Images: 10 [2021-06-10T22:57:57.332Z] Server Version: 20.10.0 [2021-06-10T22:57:57.332Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-06-10T22:57:57.332Z] Windows: [2021-06-10T22:57:57.332Z] LCOW: [2021-06-10T22:57:57.332Z] Logging Driver: json-file [2021-06-10T22:57:57.332Z] Plugins: [2021-06-10T22:57:57.332Z] Volume: local [2021-06-10T22:57:57.332Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-10T22:57:57.332Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-10T22:57:57.332Z] Swarm: inactive [2021-06-10T22:57:57.332Z] Default Isolation: process [2021-06-10T22:57:57.332Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-10T22:57:57.332Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-10T22:57:57.332Z] OSType: windows [2021-06-10T22:57:57.332Z] Architecture: x86_64 [2021-06-10T22:57:57.332Z] CPUs: 4 [2021-06-10T22:57:57.332Z] Total Memory: 32GiB [2021-06-10T22:57:57.332Z] Name: azwin-2-682220 [2021-06-10T22:57:57.332Z] ID: HIW7:RJDB:LAOZ:BJYL:XAN5:UZSY:3HLA:IGW5:APOR:JIRV:4S77:NKO6 [2021-06-10T22:57:57.332Z] Docker Root Dir: D:\docker [2021-06-10T22:57:57.332Z] Debug Mode: false [2021-06-10T22:57:57.332Z] Registry: https://index.docker.io/v1/ [2021-06-10T22:57:57.332Z] Labels: [2021-06-10T22:57:57.332Z] Experimental: true [2021-06-10T22:57:57.332Z] Insecure Registries: [2021-06-10T22:57:57.332Z] 10.0.0.4:5000 [2021-06-10T22:57:57.332Z] 127.0.0.0/8 [2021-06-10T22:57:57.332Z] Registry Mirrors: [2021-06-10T22:57:57.332Z] http://10.0.0.4:5000/ [2021-06-10T22:57:57.332Z] Live Restore Enabled: false [2021-06-10T22:57:57.332Z] [2021-06-10T22:57:57.332Z] [2021-06-10T22:57:57.332Z] INFO: Commit hash is 06ba5e407f [2021-06-10T22:57:57.332Z] INFO: Nuke-Everything... [2021-06-10T22:57:57.793Z] INFO: Container count on control daemon to delete is 0 [2021-06-10T22:57:58.254Z] INFO: Nuking d:\CI [2021-06-10T22:57:58.254Z] INFO: Zapped successfully [2021-06-10T22:57:58.254Z] INFO: Location for testing is d:\CI\PR-42445\15 [2021-06-10T22:57:58.254Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-06-10T22:57:58.254Z] [2021-06-10T22:57:58.254Z] [2021-06-10T22:57:58.254Z] INFO: Building the image from Dockerfile.windows at 06/10/2021 22:57:57... [2021-06-10T22:57:58.254Z] [2021-06-10T22:58:02.960Z] Sending build context to Docker daemon 61.09MB [2021-06-10T22:58:02.960Z] [2021-06-10T22:58:02.960Z] Step 1/10 : FROM microsoft/windowsservercore [2021-06-10T22:58:02.960Z] ---> 39d157a84080 [2021-06-10T22:58:02.960Z] Step 2/10 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-06-10T22:58:02.960Z] ---> Using cache [2021-06-10T22:58:02.960Z] ---> a2af77c9cf5e [2021-06-10T22:58:02.960Z] Step 3/10 : ARG GO_VERSION=1.13.15 [2021-06-10T22:58:02.960Z] ---> Using cache [2021-06-10T22:58:02.960Z] ---> 3fe46108790b [2021-06-10T22:58:02.960Z] Step 4/10 : ARG GOTESTSUM_COMMIT=v0.5.3 [2021-06-10T22:58:02.960Z] ---> Using cache [2021-06-10T22:58:02.960Z] ---> 6968580cec46 [2021-06-10T22:58:02.960Z] 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-10T22:58:02.960Z] ---> Using cache [2021-06-10T22:58:02.960Z] ---> 92011ea4eca5 [2021-06-10T22:58:02.960Z] 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-10T22:58:02.960Z] ---> Using cache [2021-06-10T22:58:02.960Z] ---> 2bcc78a151e9 [2021-06-10T22:58:02.960Z] 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-10T22:58:02.960Z] ---> Using cache [2021-06-10T22:58:02.960Z] ---> cb054982a417 [2021-06-10T22:58:02.960Z] Step 8/10 : ENTRYPOINT ["powershell.exe"] [2021-06-10T22:58:02.960Z] ---> Using cache [2021-06-10T22:58:02.960Z] ---> 01c25932d400 [2021-06-10T22:58:02.960Z] Step 9/10 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-06-10T22:58:02.960Z] ---> Using cache [2021-06-10T22:58:02.960Z] ---> 8b3f221bec7c [2021-06-10T22:58:02.960Z] Step 10/10 : COPY . . [2021-06-10T22:58:04.504Z] ---> Using cache [2021-06-10T22:58:04.504Z] ---> a74d43c346b4 [2021-06-10T22:58:05.475Z] Successfully built a74d43c346b4 [2021-06-10T22:58:05.475Z] Successfully tagged docker:latest [2021-06-10T22:58:05.475Z] INFO: Image build ended at 06/10/2021 22:58:05. Duration:00:00:07.4210941 [2021-06-10T22:58:05.475Z] [2021-06-10T22:58:05.475Z] [2021-06-10T22:58:05.475Z] INFO: Building the test binaries at 06/10/2021 22:58:05... [2021-06-10T22:58:10.194Z] INFO: make.ps1 starting at 06/10/2021 22:58:09 [2021-06-10T22:58:10.195Z] INFO: Git commit (06ba5e407f) assumed from DOCKER_GITCOMMIT environment variable [2021-06-10T22:58:10.656Z] INFO: Invoking autogen... [2021-06-10T22:58:10.656Z] INFO: Building daemon... [2021-06-10T22:58:39.392Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-0d37db8998a4c03f4) in /home/ubuntu/workspace/moby_PR-42445 [Pipeline] { [Pipeline] checkout [2021-06-10T22:58:39.466Z] The recommended git tool is: git [2021-06-10T22:58:42.188Z] using credential docker-jenkins-github-credentials [2021-06-10T22:58:42.196Z] Cloning the remote Git repository [2021-06-10T22:58:42.196Z] Cloning with configured refspecs honoured and without tags [2021-06-10T22:58:42.216Z] Cloning repository https://github.com/moby/moby.git [2021-06-10T22:58:42.272Z] > git init /home/ubuntu/workspace/moby_PR-42445 # timeout=10 [2021-06-10T22:58:42.605Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-10T22:58:42.605Z] > git --version # timeout=10 [2021-06-10T22:58:42.626Z] > git --version # 'git version 2.25.1' [2021-06-10T22:58:42.626Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-10T22:58:42.627Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42445/head:refs/remotes/origin/PR-42445 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-10T22:58:59.954Z] Fetching without tags [2021-06-10T22:59:00.199Z] Merging remotes/origin/master commit b7b7571331f500c0164716dc22bcc54edfaa7119 into PR head commit 594c972fc541a6b179f4f47707bf70a7e420de7e [2021-06-10T22:58:59.878Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-10T22:58:59.893Z] > git config --add remote.origin.fetch +refs/pull/42445/head:refs/remotes/origin/PR-42445 # timeout=10 [2021-06-10T22:58:59.916Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-10T22:58:59.932Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-06-10T22:58:59.956Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-06-10T22:58:59.956Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-10T22:58:59.957Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/42445/head:refs/remotes/origin/PR-42445 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-10T22:59:00.217Z] > git config core.sparsecheckout # timeout=10 [2021-06-10T22:59:00.255Z] > git checkout -f 594c972fc541a6b179f4f47707bf70a7e420de7e # timeout=10 [2021-06-10T22:59:00.901Z] > git remote # timeout=10 [2021-06-10T22:59:00.909Z] > git config --get remote.origin.url # timeout=10 [2021-06-10T22:59:00.922Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-06-10T22:59:00.924Z] > git merge b7b7571331f500c0164716dc22bcc54edfaa7119 # timeout=10 [2021-06-10T22:59:01.747Z] Merge succeeded, producing dc40b3ff575a52496a53a59ef96d5165f05fb62a [2021-06-10T22:59:01.747Z] Checking out Revision dc40b3ff575a52496a53a59ef96d5165f05fb62a (PR-42445) [2021-06-10T22:59:01.740Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-10T22:59:01.749Z] > git config core.sparsecheckout # timeout=10 [2021-06-10T22:59:01.764Z] > git checkout -f dc40b3ff575a52496a53a59ef96d5165f05fb62a # timeout=10 [2021-06-10T22:59:05.383Z] Commit message: "Merge commit 'b7b7571331f500c0164716dc22bcc54edfaa7119' into HEAD" [2021-06-10T22:59:05.394Z] First time build. Skipping changelog. [2021-06-10T22:59:05.384Z] > git rev-list --no-walk 6c3871840311c3eb46bcaf7bae95ed72e05067f8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-06-10T22:59:06.328Z] + docker version [2021-06-10T22:59:14.433Z] Client: Docker Engine - Community [2021-06-10T22:59:14.433Z] Version: 20.10.6 [2021-06-10T22:59:14.433Z] API version: 1.41 [2021-06-10T22:59:14.433Z] Go version: go1.13.15 [2021-06-10T22:59:14.433Z] Git commit: 370c289 [2021-06-10T22:59:14.433Z] Built: Fri Apr 9 22:47:17 2021 [2021-06-10T22:59:14.433Z] OS/Arch: linux/amd64 [2021-06-10T22:59:14.433Z] Context: default [2021-06-10T22:59:14.433Z] Experimental: true [2021-06-10T22:59:14.433Z] [2021-06-10T22:59:14.433Z] Server: Docker Engine - Community [2021-06-10T22:59:14.433Z] Engine: [2021-06-10T22:59:14.433Z] Version: 20.10.6 [2021-06-10T22:59:14.433Z] API version: 1.41 (minimum version 1.12) [2021-06-10T22:59:14.433Z] Go version: go1.13.15 [2021-06-10T22:59:14.433Z] Git commit: 8728dd2 [2021-06-10T22:59:14.433Z] Built: Fri Apr 9 22:45:28 2021 [2021-06-10T22:59:14.433Z] OS/Arch: linux/amd64 [2021-06-10T22:59:14.433Z] Experimental: true [2021-06-10T22:59:14.433Z] containerd: [2021-06-10T22:59:14.433Z] Version: 1.4.6 [2021-06-10T22:59:14.433Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-10T22:59:14.433Z] runc: [2021-06-10T22:59:14.433Z] Version: 1.0.0-rc95 [2021-06-10T22:59:14.433Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-10T22:59:14.433Z] docker-init: [2021-06-10T22:59:14.433Z] Version: 0.19.0 [2021-06-10T22:59:14.433Z] GitCommit: de40ad0 [Pipeline] sh [2021-06-10T22:59:14.744Z] + docker info [2021-06-10T22:59:22.820Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-06-10T22:59:22.820Z] [2021-06-10T22:59:22.820Z] ________ ____ __. [2021-06-10T22:59:22.820Z] \_____ \ | |/ _| [2021-06-10T22:59:22.820Z] / | \| < [2021-06-10T22:59:22.820Z] / | \ | \ [2021-06-10T22:59:22.820Z] \_______ /____|__ \ [2021-06-10T22:59:22.820Z] \/ \/ [2021-06-10T22:59:22.820Z] [2021-06-10T22:59:22.820Z] INFO: make.ps1 ended at 06/10/2021 22:59:12 [2021-06-10T22:59:22.820Z] INFO: Binaries build ended at 06/10/2021 22:59:14. Duration:00:01:08.6668053 [2021-06-10T22:59:22.820Z] INFO: Copying the built daemon binary to d:\CI\PR-42445\15\binary\dockerd-06ba5e407f.exe... [2021-06-10T22:59:22.820Z] INFO: Copying the built client binary to d:\CI\PR-42445\15\binary\docker-06ba5e407f.exe... [2021-06-10T22:59:22.820Z] INFO: Copying dockerversion from the container... [2021-06-10T22:59:22.820Z] INFO: Copying the golang package from the container to d:\CI\PR-42445\15\installer\go.zip... [2021-06-10T22:59:22.820Z] INFO: Extracting go.zip to d:\CI\PR-42445\15\go [2021-06-10T22:59:25.038Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-10T22:59:25.038Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-10T22:59:25.038Z] GOOS="" GOARCH="" GOARM="" [2021-06-10T22:59:25.038Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-10T22:59:25.038Z] [2021-06-10T22:59:25.038Z] + c=0 [2021-06-10T22:59:25.038Z] + TEST_INTEGRATION_DEST=1 [2021-06-10T22:59:25.038Z] + CONTAINER_NAME=docker-pr15-1 [2021-06-10T22:59:25.038Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-06-10T22:59:25.038Z] + run_tests test-integration-flaky [2021-06-10T22:59:25.038Z] + TEST_INTEGRATION_DEST=2 [2021-06-10T22:59:25.038Z] + CONTAINER_NAME=docker-pr15-2 [2021-06-10T22:59:25.038Z] + TEST_SKIP_INTEGRATION=1 [2021-06-10T22:59:25.038Z] + '[' -n 0 ']' [2021-06-10T22:59:25.038Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-06-10T22:59:25.038Z] + run_tests [2021-06-10T22:59:25.038Z] + rm= [2021-06-10T22:59:25.038Z] + '[' -n 0 ']' [2021-06-10T22:59:25.038Z] + rm= [2021-06-10T22:59:25.038Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42445/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42445/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42445/.git:/go/src/github.com/docker/docker/.git --name docker-pr15-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=8a2b9c488598cf837d8fc098b30f49a782334bf4 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8a2b9c488598cf837d8fc098b30f49a782334bf4 hack/make.sh test-integration-flaky test-integration [2021-06-10T22:59:25.038Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42445/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42445/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42445/.git:/go/src/github.com/docker/docker/.git --name docker-pr15-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=8a2b9c488598cf837d8fc098b30f49a782334bf4 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8a2b9c488598cf837d8fc098b30f49a782334bf4 hack/make.sh '' test-integration [2021-06-10T22:59:25.038Z] + TEST_INTEGRATION_DEST=3 [2021-06-10T22:59:25.038Z] + CONTAINER_NAME=docker-pr15-3 [2021-06-10T22:59:25.038Z] + TEST_SKIP_INTEGRATION=1 [2021-06-10T22:59:25.038Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-06-10T22:59:25.038Z] + run_tests [2021-06-10T22:59:25.038Z] + '[' -n 0 ']' [2021-06-10T22:59:25.038Z] + rm= [2021-06-10T22:59:25.038Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-42445/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42445/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-42445/.git:/go/src/github.com/docker/docker/.git --name docker-pr15-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=8a2b9c488598cf837d8fc098b30f49a782334bf4 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8a2b9c488598cf837d8fc098b30f49a782334bf4 hack/make.sh '' test-integration [2021-06-10T22:59:25.038Z] ++ jobs -p [2021-06-10T22:59:25.038Z] + for job in $(jobs -p) [2021-06-10T22:59:25.038Z] + wait 8760 [2021-06-10T22:59:25.038Z] [2021-06-10T22:59:25.038Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-06-10T22:59:25.038Z] [2021-06-10T22:59:25.038Z] [2021-06-10T22:59:25.038Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-10T22:59:25.038Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-10T22:59:25.038Z] HOSTNAME=681dd2f60d14 [2021-06-10T22:59:25.038Z] TEST_SKIP_INTEGRATION=1 [2021-06-10T22:59:25.038Z] TESTDEBUG=0 [2021-06-10T22:59:25.038Z] DEST=bundles/test-integration [2021-06-10T22:59:25.038Z] PWD=/go/src/github.com/docker/docker [2021-06-10T22:59:25.038Z] KEEPBUNDLE=1 [2021-06-10T22:59:25.038Z] DOCKER_GITCOMMIT=8a2b9c488598cf837d8fc098b30f49a782334bf4 [2021-06-10T22:59:25.038Z] container=docker [2021-06-10T22:59:25.038Z] HOME=/root [2021-06-10T22:59:25.038Z] GOLANG_VERSION=1.13.15 [2021-06-10T22:59:25.038Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-10T22:59:25.038Z] VALIDATE_BRANCH=master [2021-06-10T22:59:25.038Z] TERM=xterm [2021-06-10T22:59:25.038Z] DOCKER_PKG=github.com/docker/docker [2021-06-10T22:59:25.038Z] SHLVL=1 [2021-06-10T22:59:25.038Z] TIMEOUT=120m [2021-06-10T22:59:25.038Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-10T22:59:25.038Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-10T22:59:25.038Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-06-10T22:59:25.038Z] GO111MODULE=off [2021-06-10T22:59:25.038Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-10T22:59:25.038Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-10T22:59:25.038Z] GOPATH=/go [2021-06-10T22:59:25.038Z] PKG_CONFIG=pkg-config [2021-06-10T22:59:25.038Z] _=/usr/bin/env [2021-06-10T22:59:25.038Z] Building test suite binary ./integration-cli/test.main [2021-06-10T22:59:25.038Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-10T22:59:25.038Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-10T22:59:25.038Z] HOSTNAME=968ca19ebe31 [2021-06-10T22:59:25.038Z] TEST_SKIP_INTEGRATION=1 [2021-06-10T22:59:25.038Z] TESTDEBUG=0 [2021-06-10T22:59:25.038Z] DEST=bundles/test-integration [2021-06-10T22:59:25.038Z] PWD=/go/src/github.com/docker/docker [2021-06-10T22:59:25.038Z] KEEPBUNDLE=1 [2021-06-10T22:59:25.038Z] DOCKER_GITCOMMIT=8a2b9c488598cf837d8fc098b30f49a782334bf4 [2021-06-10T22:59:25.038Z] container=docker [2021-06-10T22:59:25.038Z] HOME=/root [2021-06-10T22:59:25.038Z] GOLANG_VERSION=1.13.15 [2021-06-10T22:59:25.038Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-10T22:59:25.038Z] VALIDATE_BRANCH=master [2021-06-10T22:59:25.038Z] TERM=xterm [2021-06-10T22:59:25.038Z] DOCKER_PKG=github.com/docker/docker [2021-06-10T22:59:25.038Z] SHLVL=1 [2021-06-10T22:59:25.038Z] TIMEOUT=120m [2021-06-10T22:59:25.038Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-10T22:59:25.038Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-10T22:59:25.038Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-06-10T22:59:25.038Z] GO111MODULE=off [2021-06-10T22:59:25.038Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-10T22:59:25.038Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-10T22:59:25.038Z] GOPATH=/go [2021-06-10T22:59:25.038Z] PKG_CONFIG=pkg-config [2021-06-10T22:59:25.038Z] _=/usr/bin/env [2021-06-10T22:59:25.038Z] Building test suite binary ./integration-cli/test.main [2021-06-10T22:59:25.038Z] No new tests added to integration. [2021-06-10T22:59:25.038Z] [2021-06-10T22:59:25.038Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-10T22:59:25.038Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-10T22:59:25.038Z] HOSTNAME=7525e4a4822c [2021-06-10T22:59:25.038Z] TESTDEBUG=0 [2021-06-10T22:59:25.038Z] DEST=bundles/test-integration [2021-06-10T22:59:25.038Z] PWD=/go/src/github.com/docker/docker [2021-06-10T22:59:25.038Z] KEEPBUNDLE=1 [2021-06-10T22:59:25.038Z] DOCKER_GITCOMMIT=8a2b9c488598cf837d8fc098b30f49a782334bf4 [2021-06-10T22:59:25.038Z] container=docker [2021-06-10T22:59:25.038Z] HOME=/root [2021-06-10T22:59:25.038Z] GOLANG_VERSION=1.13.15 [2021-06-10T22:59:25.038Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-10T22:59:25.038Z] VALIDATE_BRANCH=master [2021-06-10T22:59:25.038Z] TERM=xterm [2021-06-10T22:59:25.038Z] DOCKER_PKG=github.com/docker/docker [2021-06-10T22:59:25.038Z] SHLVL=1 [2021-06-10T22:59:25.038Z] TIMEOUT=120m [2021-06-10T22:59:25.038Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-10T22:59:25.038Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-10T22:59:25.038Z] GO111MODULE=off [2021-06-10T22:59:25.038Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-06-10T22:59:25.038Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-10T22:59:25.038Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-10T22:59:25.038Z] GOPATH=/go [2021-06-10T22:59:25.038Z] PKG_CONFIG=pkg-config [2021-06-10T22:59:25.038Z] _=/usr/bin/env [2021-06-10T22:59:25.038Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-06-10T22:59:25.082Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-10T22:59:25.082Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-10T22:59:25.082Z] GOOS="" GOARCH="" GOARM="" [2021-06-10T22:59:25.082Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-10T22:59:25.082Z] [2021-06-10T22:59:25.082Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-10T22:59:25.082Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-10T22:59:25.082Z] HOSTNAME=ec7d31a63c48 [2021-06-10T22:59:25.082Z] DEST=bundles/test-integration [2021-06-10T22:59:25.082Z] PWD=/go/src/github.com/docker/docker [2021-06-10T22:59:25.082Z] DOCKER_ROOTLESS=1 [2021-06-10T22:59:25.082Z] DOCKER_GITCOMMIT=8a2b9c488598cf837d8fc098b30f49a782334bf4 [2021-06-10T22:59:25.082Z] container=docker [2021-06-10T22:59:25.082Z] HOME=/root [2021-06-10T22:59:25.082Z] GOLANG_VERSION=1.13.15 [2021-06-10T22:59:25.082Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-10T22:59:25.082Z] VALIDATE_BRANCH=master [2021-06-10T22:59:25.082Z] TERM=xterm [2021-06-10T22:59:25.082Z] DOCKER_PKG=github.com/docker/docker [2021-06-10T22:59:25.082Z] SHLVL=1 [2021-06-10T22:59:25.082Z] TIMEOUT=120m [2021-06-10T22:59:25.082Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-10T22:59:25.082Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-10T22:59:25.082Z] GO111MODULE=off [2021-06-10T22:59:25.082Z] DOCKER_EXPERIMENTAL=1 [2021-06-10T22:59:25.082Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-06-10T22:59:25.082Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-10T22:59:25.082Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-10T22:59:25.082Z] GOPATH=/go [2021-06-10T22:59:25.082Z] PKG_CONFIG=pkg-config [2021-06-10T22:59:25.082Z] _=/usr/bin/env [2021-06-10T22:59:25.082Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-06-10T22:59:29.597Z] Client: [2021-06-10T22:59:29.597Z] Context: default [2021-06-10T22:59:29.597Z] Debug Mode: false [2021-06-10T22:59:29.597Z] Plugins: [2021-06-10T22:59:29.597Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-06-10T22:59:29.597Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-06-10T22:59:29.597Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-06-10T22:59:29.597Z] [2021-06-10T22:59:29.597Z] Server: [2021-06-10T22:59:29.597Z] Containers: 0 [2021-06-10T22:59:29.597Z] Running: 0 [2021-06-10T22:59:29.597Z] Paused: 0 [2021-06-10T22:59:29.597Z] Stopped: 0 [2021-06-10T22:59:29.597Z] Images: 0 [2021-06-10T22:59:29.597Z] Server Version: 20.10.6 [2021-06-10T22:59:29.597Z] Storage Driver: overlay2 [2021-06-10T22:59:29.597Z] Backing Filesystem: extfs [2021-06-10T22:59:29.597Z] Supports d_type: true [2021-06-10T22:59:29.597Z] Native Overlay Diff: true [2021-06-10T22:59:29.597Z] userxattr: false [2021-06-10T22:59:29.597Z] Logging Driver: json-file [2021-06-10T22:59:29.597Z] Cgroup Driver: systemd [2021-06-10T22:59:29.597Z] Cgroup Version: 2 [2021-06-10T22:59:29.597Z] Plugins: [2021-06-10T22:59:29.597Z] Volume: local [2021-06-10T22:59:29.597Z] Network: bridge host ipvlan macvlan null overlay [2021-06-10T22:59:29.597Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-06-10T22:59:29.597Z] Swarm: inactive [2021-06-10T22:59:29.597Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-06-10T22:59:29.597Z] Default Runtime: runc [2021-06-10T22:59:29.597Z] Init Binary: docker-init [2021-06-10T22:59:29.597Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-06-10T22:59:29.597Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-10T22:59:29.597Z] init version: de40ad0 [2021-06-10T22:59:29.597Z] Security Options: [2021-06-10T22:59:29.597Z] apparmor [2021-06-10T22:59:29.597Z] seccomp [2021-06-10T22:59:29.597Z] Profile: default [2021-06-10T22:59:29.597Z] cgroupns [2021-06-10T22:59:29.597Z] Kernel Version: 5.4.0-1048-aws [2021-06-10T22:59:29.597Z] Operating System: Ubuntu 20.04.2 LTS [2021-06-10T22:59:29.597Z] OSType: linux [2021-06-10T22:59:29.597Z] Architecture: x86_64 [2021-06-10T22:59:29.597Z] CPUs: 2 [2021-06-10T22:59:29.597Z] Total Memory: 7.487GiB [2021-06-10T22:59:29.597Z] Name: ip-10-100-68-175 [2021-06-10T22:59:29.597Z] ID: BPI2:DJ3J:2BX4:S6D2:XUGC:3EVF:YTII:HJPT:TJU6:HPWF:P5M7:CUDP [2021-06-10T22:59:29.597Z] Docker Root Dir: /var/lib/docker [2021-06-10T22:59:29.597Z] Debug Mode: false [2021-06-10T22:59:29.597Z] Registry: https://index.docker.io/v1/ [2021-06-10T22:59:29.597Z] Labels: [2021-06-10T22:59:29.597Z] Experimental: true [2021-06-10T22:59:29.597Z] Insecure Registries: [2021-06-10T22:59:29.597Z] 127.0.0.0/8 [2021-06-10T22:59:29.597Z] Live Restore Enabled: true [2021-06-10T22:59:29.597Z] [2021-06-10T22:59:29.597Z] WARNING: No kernel memory limit support [2021-06-10T22:59:29.597Z] WARNING: No oom kill disable support [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-06-10T22:59:29.989Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:dc40b3ff575a52496a53a59ef96d5165f05fb62a . [2021-06-10T22:59:29.989Z] #1 [internal] load build definition from Dockerfile [2021-06-10T22:59:29.989Z] #1 sha256:c9221752c71a94cfcaa650899c3756fc637d1f3391d49c80cbd5e97331009607 [2021-06-10T22:59:29.989Z] #1 transferring dockerfile: 16.63kB 0.0s done [2021-06-10T22:59:29.989Z] #1 DONE 0.1s [2021-06-10T22:59:29.989Z] [2021-06-10T22:59:29.989Z] #2 [internal] load .dockerignore [2021-06-10T22:59:29.989Z] #2 sha256:4d4b67fc0c413d79e44e5d0bcddd6bda6debc9eaee9fb49b2f71e70364164131 [2021-06-10T22:59:30.249Z] #2 transferring context: 87B done [2021-06-10T22:59:30.249Z] #2 DONE 0.0s [2021-06-10T22:59:30.249Z] [2021-06-10T22:59:30.249Z] #3 resolve image config for docker.io/docker/dockerfile:1.2 [2021-06-10T22:59:30.249Z] #3 sha256:b239a20f31d7f1e5744984df3d652780f1a82c37554dd73e1ad47c8eb05b0d69 [2021-06-10T22:59:30.812Z] #3 DONE 0.4s [2021-06-10T22:59:30.812Z] [2021-06-10T22:59:30.812Z] #4 docker-image://docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc [2021-06-10T22:59:30.812Z] #4 sha256:37e0c519b0431ef5446f4dd0a4588ba695f961e9b0e800cd8c7f5ba6165af727 [2021-06-10T22:59:30.812Z] #4 resolve docker.io/docker/dockerfile:1.2@sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc done [2021-06-10T22:59:30.812Z] #4 sha256:e2a8561e419ab1ba6b2fe6cbdf49fd92b95912df1cf7d313c3e2230a333fdbcc 1.69kB / 1.69kB done [2021-06-10T22:59:30.812Z] #4 sha256:e3ee2e6b536452d876b1c5aa12db9bca51b8f52b2505178cae6d13e33daeed2b 528B / 528B done [2021-06-10T22:59:30.812Z] #4 sha256:86e43bba076d67c1a890cbc07813806b11eca53843dc643202d939b986c8c332 1.21kB / 1.21kB done [2021-06-10T22:59:30.812Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.2s [2021-06-10T22:59:31.069Z] #4 sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 9.64MB / 9.64MB 0.3s done [2021-06-10T22:59:31.069Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.1s [2021-06-10T22:59:31.326Z] #4 extracting sha256:3cc8e449ce9f6e0752ede8f50a7334bf0c7b2d24d76da2ffae7aa6a729dd1da4 0.2s done [2021-06-10T22:59:31.326Z] #4 DONE 0.7s [2021-06-10T22:59:31.585Z] [2021-06-10T22:59:31.585Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-10T22:59:31.585Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-10T22:59:32.148Z] #8 ... [2021-06-10T22:59:32.148Z] [2021-06-10T22:59:32.148Z] #5 [internal] load metadata for docker.io/library/golang:1.13.15-buster [2021-06-10T22:59:32.148Z] #5 sha256:18002fdb0ebc16a609f25586e9ff8f370353d561700dc81af391aa52f6767bf7 [2021-06-10T22:59:32.148Z] #5 DONE 0.4s [2021-06-10T22:59:32.148Z] [2021-06-10T22:59:32.148Z] #6 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-10T22:59:32.148Z] #6 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-06-10T22:59:32.148Z] #6 DONE 0.5s [2021-06-10T22:59:32.148Z] [2021-06-10T22:59:32.148Z] #7 [internal] load metadata for docker.io/library/debian:buster [2021-06-10T22:59:32.148Z] #7 sha256:869e615717577e2577a82febe56912ed153c2ef97b7d10c3395543fe03888a34 [2021-06-10T22:59:32.148Z] #7 DONE 0.5s [2021-06-10T22:59:32.148Z] [2021-06-10T22:59:32.148Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-06-10T22:59:32.148Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-06-10T22:59:32.148Z] #8 DONE 0.6s [2021-06-10T22:59:34.675Z] [2021-06-10T22:59:34.675Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-10T22:59:34.675Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-10T22:59:34.675Z] #26 resolve docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 0.0s done [2021-06-10T22:59:34.675Z] #26 sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 1.85kB / 1.85kB done [2021-06-10T22:59:34.675Z] #26 sha256:3e24baa60967d085b95a45129f82af4eb9d1e33aff9559173542ebb15c5d9cb5 529B / 529B done [2021-06-10T22:59:34.675Z] #26 sha256:4a7a1f4017349067a21bd2de060dcf8b41e49fabf61b0dc3cf86a87e1f6dba9d 1.46kB / 1.46kB done [2021-06-10T22:59:34.675Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 0B / 50.43MB 0.2s [2021-06-10T22:59:34.937Z] #26 ... [2021-06-10T22:59:34.937Z] [2021-06-10T22:59:34.937Z] #42 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-06-10T22:59:34.937Z] #42 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-06-10T22:59:34.937Z] #42 DONE 0.0s [2021-06-10T22:59:34.937Z] [2021-06-10T22:59:34.937Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-10T22:59:34.937Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-10T22:59:34.937Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 5.24MB / 50.43MB 0.4s [2021-06-10T22:59:35.196Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 13.70MB / 50.43MB 0.5s [2021-06-10T22:59:35.196Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 27.26MB / 50.43MB 0.7s [2021-06-10T22:59:35.196Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 33.55MB / 50.43MB 0.8s [2021-06-10T22:59:35.232Z] INFO: Extraction ended at 06/10/2021 22:59:34. Duration:00:00:18.3623741 [2021-06-10T22:59:35.232Z] INFO: Updating the golang and path environment variables [2021-06-10T22:59:35.232Z] INFO: GOPATH=d:\gopath [2021-06-10T22:59:35.232Z] INFO: go version go1.13.15 windows/amd64 [2021-06-10T22:59:35.233Z] INFO: Running the daemon under test in debug mode [2021-06-10T22:59:35.233Z] INFO: Starting a daemon under test... [2021-06-10T22:59:35.233Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-42445\15\daemon --pidfile d:\CI\PR-42445\15\docker.pid -D [2021-06-10T22:59:35.233Z] INFO: Process started successfully. [2021-06-10T22:59:35.233Z] INFO: Start tailing logs of the daemon under tests [2021-06-10T22:59:35.233Z] INFO: Waiting for the daemon under test to start... [2021-06-10T22:59:35.462Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 40.89MB / 50.43MB 0.9s [2021-06-10T22:59:35.462Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 44.04MB / 50.43MB 1.0s [2021-06-10T22:59:35.724Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 1.2s [2021-06-10T22:59:36.669Z] #26 sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 50.43MB / 50.43MB 2.0s done [2021-06-10T22:59:36.669Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 [2021-06-10T22:59:39.194Z] #26 ... [2021-06-10T22:59:39.194Z] [2021-06-10T22:59:39.194Z] #63 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-10T22:59:39.194Z] #63 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-06-10T22:59:39.194Z] #63 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.2s done [2021-06-10T22:59:39.194Z] #63 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-10T22:59:39.194Z] #63 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-06-10T22:59:39.194Z] #63 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-06-10T22:59:39.194Z] #63 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 1.0s done [2021-06-10T22:59:39.194Z] #63 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.0s done [2021-06-10T22:59:39.194Z] #63 DONE 4.2s [2021-06-10T22:59:39.194Z] [2021-06-10T22:59:39.194Z] #65 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-06-10T22:59:39.194Z] #65 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-06-10T22:59:39.194Z] #65 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-06-10T22:59:39.194Z] #65 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-06-10T22:59:39.194Z] #65 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-06-10T22:59:39.194Z] #65 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-06-10T22:59:39.194Z] #65 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.8s done [2021-06-10T22:59:39.194Z] #65 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 2.3s done [2021-06-10T22:59:39.194Z] #65 DONE 4.3s [2021-06-10T22:59:39.194Z] [2021-06-10T22:59:39.194Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-10T22:59:39.194Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-10T22:59:39.194Z] #26 ... [2021-06-10T22:59:39.194Z] [2021-06-10T22:59:39.194Z] #23 [internal] load build context [2021-06-10T22:59:39.194Z] #23 sha256:4cfd4840d6a4dc5b7aaf6b65175ba3bed9d3c51e73e1ac67b18fffc55da7afc3 [2021-06-10T22:59:39.194Z] #23 transferring context: 55.89MB 4.0s done [2021-06-10T22:59:39.194Z] #23 DONE 4.7s [2021-06-10T22:59:39.194Z] [2021-06-10T22:59:39.194Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-10T22:59:39.194Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-10T22:59:41.724Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 5.0s [2021-06-10T22:59:43.621Z] #26 extracting sha256:d960726af2bec62a87ceb07182f7b94c47be03909077e23d8226658f80b47f87 6.4s done [2021-06-10T22:59:44.551Z] #26 ... [2021-06-10T22:59:44.551Z] [2021-06-10T22:59:44.551Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-10T22:59:44.551Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-10T22:59:44.551Z] #9 resolve docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 0.2s done [2021-06-10T22:59:44.551Z] #9 sha256:24bd48a274920bf47ead96c5a2db8e6a3fbe26e8ae27557c2caa9aeae562a998 1.79kB / 1.79kB done [2021-06-10T22:59:44.551Z] #9 sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 1.86kB / 1.86kB done [2021-06-10T22:59:44.551Z] #9 sha256:d6f3656320fe38f736f0ebae2556d09bf3bde9d663ffc69b153494558aec9a79 6.19kB / 6.19kB done [2021-06-10T22:59:44.551Z] #9 sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 50.40MB / 50.40MB 2.9s done [2021-06-10T22:59:44.551Z] #9 sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 7.81MB / 7.81MB 3.1s done [2021-06-10T22:59:44.551Z] #9 sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 10.00MB / 10.00MB 3.4s done [2021-06-10T22:59:44.551Z] #9 extracting sha256:d6ff36c9ec4822c9ff8953560f7ba41653b348a9c1136755e653575f58fbded7 5.8s done [2021-06-10T22:59:44.551Z] #9 sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 68.67MB / 68.67MB 8.6s done [2021-06-10T22:59:44.551Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 9.7s [2021-06-10T22:59:44.551Z] #9 sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 51.83MB / 51.83MB 5.9s done [2021-06-10T22:59:44.551Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 9.7s [2021-06-10T22:59:44.810Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 [2021-06-10T22:59:45.069Z] #9 sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 120.17MB / 120.17MB 10.4s done [2021-06-10T22:59:45.327Z] #9 ... [2021-06-10T22:59:45.327Z] [2021-06-10T22:59:45.327Z] #26 [frozen-images 1/4] FROM docker.io/library/debian:buster@sha256:acf7795dc91df17e10effee064bd229580a9c34213b4dba578d64768af5d8c51 [2021-06-10T22:59:45.327Z] #26 sha256:a382aa3e1e82c1c00074bc5d989ac559cc932f8743dbe5314bca35931e04d19b [2021-06-10T22:59:45.327Z] #26 DONE 10.8s [2021-06-10T22:59:45.327Z] [2021-06-10T22:59:45.327Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-10T22:59:45.327Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-10T22:59:45.327Z] #9 sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a 126B / 126B 10.4s done [2021-06-10T22:59:45.327Z] #9 ... [2021-06-10T22:59:45.327Z] [2021-06-10T22:59:45.327Z] #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-10T22:59:45.328Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-10T22:59:46.258Z] #27 ... [2021-06-10T22:59:46.258Z] [2021-06-10T22:59:46.258Z] #64 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-06-10T22:59:46.258Z] #64 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-06-10T22:59:46.258Z] #64 DONE 0.7s [2021-06-10T22:59:46.258Z] [2021-06-10T22:59:46.258Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-10T22:59:46.258Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-10T22:59:46.258Z] #9 extracting sha256:c958d65b3090aefea91284d018b2a86530a3c8174b72616c4e76993c696a5797 0.5s done [2021-06-10T22:59:46.258Z] #9 extracting sha256:edaf0a6b092f5673ec05b40edb606ce58881b2f40494251117d31805225ef064 0.3s done [2021-06-10T22:59:46.258Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab [2021-06-10T22:59:47.192Z] #9 ... [2021-06-10T22:59:47.192Z] [2021-06-10T22:59:47.192Z] #66 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-06-10T22:59:47.192Z] #66 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-06-10T22:59:47.192Z] #66 DONE 0.9s [2021-06-10T22:59:47.192Z] [2021-06-10T22:59:47.192Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-10T22:59:47.192Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-10T22:59:50.480Z] #9 extracting sha256:80931cf6881673fd161a3fd73e8971fe4a569fd7fbb44e956d261ca58d97dfab 4.1s done [2021-06-10T22:59:50.737Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 [2021-06-10T22:59:54.022Z] #9 extracting sha256:813643441356759e9202aeebde31d45192b5e5e6218cd8d2ad216304bf415551 3.4s done [2021-06-10T22:59:54.279Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e [2021-06-10T22:59:55.210Z] #9 ... [2021-06-10T22:59:55.210Z] [2021-06-10T22:59:55.210Z] #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-10T22:59:55.210Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-10T22:59:55.210Z] #27 1.847 Get:1 http://security.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-10T22:59:55.210Z] #27 1.861 Get:2 http://deb.debian.org/debian buster InRelease [121 kB] [2021-06-10T22:59:55.210Z] #27 1.861 Get:3 http://deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-10T22:59:55.210Z] #27 1.986 Get:4 http://security.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-10T22:59:55.210Z] #27 2.212 Get:5 http://deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-10T22:59:55.210Z] #27 2.496 Get:6 http://deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-10T22:59:55.210Z] #27 4.179 Fetched 8449 kB in 3s (3285 kB/s) [2021-06-10T22:59:55.210Z] #27 4.179 Reading package lists... [2021-06-10T22:59:55.210Z] #27 5.119 Reading package lists... [2021-06-10T22:59:55.210Z] #27 6.099 Building dependency tree... [2021-06-10T22:59:55.210Z] #27 6.483 The following additional packages will be installed: [2021-06-10T22:59:55.210Z] #27 6.484 libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 libkeyutils1 libkrb5-3 [2021-06-10T22:59:55.210Z] #27 6.484 libkrb5support0 libldap-2.4-2 libldap-common libnghttp2-14 libonig5 libpsl5 [2021-06-10T22:59:55.210Z] #27 6.484 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 libssl1.1 openssl [2021-06-10T22:59:55.210Z] #27 6.485 Suggested packages: [2021-06-10T22:59:55.210Z] #27 6.485 krb5-doc krb5-user [2021-06-10T22:59:55.210Z] #27 6.485 Recommended packages: [2021-06-10T22:59:55.210Z] #27 6.485 krb5-locales publicsuffix libsasl2-modules [2021-06-10T22:59:55.210Z] #27 6.715 The following NEW packages will be installed: [2021-06-10T22:59:55.210Z] #27 6.716 ca-certificates curl jq libcurl4 libgssapi-krb5-2 libjq1 libk5crypto3 [2021-06-10T22:59:55.210Z] #27 6.716 libkeyutils1 libkrb5-3 libkrb5support0 libldap-2.4-2 libldap-common [2021-06-10T22:59:55.210Z] #27 6.716 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-06-10T22:59:55.210Z] #27 6.717 libssh2-1 libssl1.1 openssl [2021-06-10T22:59:55.210Z] #27 7.005 0 upgraded, 21 newly installed, 0 to remove and 1 not upgraded. [2021-06-10T22:59:55.210Z] #27 7.005 Need to get 5059 kB of archives. [2021-06-10T22:59:55.210Z] #27 7.005 After this operation, 12.1 MB of additional disk space will be used. [2021-06-10T22:59:55.210Z] #27 7.005 Get:1 http://deb.debian.org/debian buster/main amd64 ca-certificates all 20200601~deb10u2 [166 kB] [2021-06-10T22:59:55.210Z] #27 7.005 Get:2 http://security.debian.org/debian-security buster/updates/main amd64 libssl1.1 amd64 1.1.1d-0+deb10u6 [1539 kB] [2021-06-10T22:59:55.210Z] #27 7.005 Get:3 http://deb.debian.org/debian buster/main amd64 libkeyutils1 amd64 1.6-6 [15.0 kB] [2021-06-10T22:59:55.210Z] #27 7.005 Get:4 http://deb.debian.org/debian buster/main amd64 libkrb5support0 amd64 1.17-3+deb10u1 [65.8 kB] [2021-06-10T22:59:55.210Z] #27 7.005 Get:5 http://deb.debian.org/debian buster/main amd64 libk5crypto3 amd64 1.17-3+deb10u1 [122 kB] [2021-06-10T22:59:55.210Z] #27 7.010 Get:6 http://deb.debian.org/debian buster/main amd64 libkrb5-3 amd64 1.17-3+deb10u1 [369 kB] [2021-06-10T22:59:55.210Z] #27 7.016 Get:7 http://deb.debian.org/debian buster/main amd64 libgssapi-krb5-2 amd64 1.17-3+deb10u1 [158 kB] [2021-06-10T22:59:55.210Z] #27 7.019 Get:8 http://deb.debian.org/debian buster/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-1+deb10u1 [69.1 kB] [2021-06-10T22:59:55.210Z] #27 7.020 Get:9 http://deb.debian.org/debian buster/main amd64 libsasl2-2 amd64 2.1.27+dfsg-1+deb10u1 [106 kB] [2021-06-10T22:59:55.210Z] #27 7.023 Get:10 http://deb.debian.org/debian buster/main amd64 libldap-common all 2.4.47+dfsg-3+deb10u6 [90.0 kB] [2021-06-10T22:59:55.210Z] #27 7.028 Get:11 http://deb.debian.org/debian buster/main amd64 libldap-2.4-2 amd64 2.4.47+dfsg-3+deb10u6 [224 kB] [2021-06-10T22:59:55.210Z] #27 7.032 Get:12 http://deb.debian.org/debian buster/main amd64 libnghttp2-14 amd64 1.36.0-2+deb10u1 [85.0 kB] [2021-06-10T22:59:55.210Z] #27 7.034 Get:13 http://deb.debian.org/debian buster/main amd64 libpsl5 amd64 0.20.2-2 [53.7 kB] [2021-06-10T22:59:55.210Z] #27 7.036 Get:14 http://deb.debian.org/debian buster/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2 [60.5 kB] [2021-06-10T22:59:55.210Z] #27 7.040 Get:15 http://deb.debian.org/debian buster/main amd64 libssh2-1 amd64 1.8.0-2.1 [140 kB] [2021-06-10T22:59:55.210Z] #27 7.040 Get:16 http://deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-10T22:59:55.210Z] #27 7.041 Get:17 http://security.debian.org/debian-security buster/updates/main amd64 openssl amd64 1.1.1d-0+deb10u6 [844 kB] [2021-06-10T22:59:55.210Z] #27 7.047 Get:18 http://deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-10T22:59:55.210Z] #27 7.050 Get:19 http://deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-10T22:59:55.210Z] #27 7.058 Get:20 http://security.debian.org/debian-security buster/updates/main amd64 libcurl4 amd64 7.64.0-4+deb10u2 [332 kB] [2021-06-10T22:59:55.210Z] #27 7.062 Get:21 http://security.debian.org/debian-security buster/updates/main amd64 curl amd64 7.64.0-4+deb10u2 [265 kB] [2021-06-10T22:59:55.210Z] #27 7.233 debconf: delaying package configuration, since apt-utils is not installed [2021-06-10T22:59:55.210Z] #27 7.256 Fetched 5059 kB in 0s (15.6 MB/s) [2021-06-10T22:59:55.210Z] #27 7.305 Selecting previously unselected package libssl1.1:amd64. [2021-06-10T22:59:55.210Z] #27 7.305 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 6677 files and directories currently installed.) [2021-06-10T22:59:55.210Z] #27 7.305 Preparing to unpack .../00-libssl1.1_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-10T22:59:55.210Z] #27 7.314 Unpacking libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-10T22:59:55.210Z] #27 7.514 Selecting previously unselected package openssl. [2021-06-10T22:59:55.210Z] #27 7.514 Preparing to unpack .../01-openssl_1.1.1d-0+deb10u6_amd64.deb ... [2021-06-10T22:59:55.210Z] #27 7.519 Unpacking openssl (1.1.1d-0+deb10u6) ... [2021-06-10T22:59:55.210Z] #27 7.664 Selecting previously unselected package ca-certificates. [2021-06-10T22:59:55.210Z] #27 7.664 Preparing to unpack .../02-ca-certificates_20200601~deb10u2_all.deb ... [2021-06-10T22:59:55.210Z] #27 7.668 Unpacking ca-certificates (20200601~deb10u2) ... [2021-06-10T22:59:55.210Z] #27 7.744 Selecting previously unselected package libkeyutils1:amd64. [2021-06-10T22:59:55.210Z] #27 7.744 Preparing to unpack .../03-libkeyutils1_1.6-6_amd64.deb ... [2021-06-10T22:59:55.210Z] #27 7.749 Unpacking libkeyutils1:amd64 (1.6-6) ... [2021-06-10T22:59:55.210Z] #27 7.787 Selecting previously unselected package libkrb5support0:amd64. [2021-06-10T22:59:55.210Z] #27 7.787 Preparing to unpack .../04-libkrb5support0_1.17-3+deb10u1_amd64.deb ... [2021-06-10T22:59:55.210Z] #27 7.815 Unpacking libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-10T22:59:55.210Z] #27 7.862 Selecting previously unselected package libk5crypto3:amd64. [2021-06-10T22:59:55.210Z] #27 7.863 Preparing to unpack .../05-libk5crypto3_1.17-3+deb10u1_amd64.deb ... [2021-06-10T22:59:55.210Z] #27 7.868 Unpacking libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-10T22:59:55.210Z] #27 7.926 Selecting previously unselected package libkrb5-3:amd64. [2021-06-10T22:59:55.210Z] #27 7.926 Preparing to unpack .../06-libkrb5-3_1.17-3+deb10u1_amd64.deb ... [2021-06-10T22:59:55.210Z] #27 7.930 Unpacking libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-10T22:59:55.210Z] #27 8.025 Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-06-10T22:59:55.210Z] #27 8.025 Preparing to unpack .../07-libgssapi-krb5-2_1.17-3+deb10u1_amd64.deb ... [2021-06-10T22:59:55.210Z] #27 8.028 Unpacking libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-10T22:59:55.210Z] #27 8.077 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-06-10T22:59:55.210Z] #27 8.077 Preparing to unpack .../08-libsasl2-modules-db_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-10T22:59:55.210Z] #27 8.081 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-10T22:59:55.210Z] #27 8.125 Selecting previously unselected package libsasl2-2:amd64. [2021-06-10T22:59:55.210Z] #27 8.125 Preparing to unpack .../09-libsasl2-2_2.1.27+dfsg-1+deb10u1_amd64.deb ... [2021-06-10T22:59:55.210Z] #27 8.129 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-10T22:59:55.210Z] #27 8.174 Selecting previously unselected package libldap-common. [2021-06-10T22:59:55.210Z] #27 8.174 Preparing to unpack .../10-libldap-common_2.4.47+dfsg-3+deb10u6_all.deb ... [2021-06-10T22:59:55.210Z] #27 8.178 Unpacking libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-10T22:59:55.210Z] #27 8.226 Selecting previously unselected package libldap-2.4-2:amd64. [2021-06-10T22:59:55.210Z] #27 8.228 Preparing to unpack .../11-libldap-2.4-2_2.4.47+dfsg-3+deb10u6_amd64.deb ... [2021-06-10T22:59:55.210Z] #27 8.233 Unpacking libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-10T22:59:55.210Z] #27 8.302 Selecting previously unselected package libnghttp2-14:amd64. [2021-06-10T22:59:55.210Z] #27 8.302 Preparing to unpack .../12-libnghttp2-14_1.36.0-2+deb10u1_amd64.deb ... [2021-06-10T22:59:55.210Z] #27 8.311 Unpacking libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-10T22:59:55.210Z] #27 8.365 Selecting previously unselected package libpsl5:amd64. [2021-06-10T22:59:55.210Z] #27 8.365 Preparing to unpack .../13-libpsl5_0.20.2-2_amd64.deb ... [2021-06-10T22:59:55.210Z] #27 8.370 Unpacking libpsl5:amd64 (0.20.2-2) ... [2021-06-10T22:59:55.210Z] #27 8.418 Selecting previously unselected package librtmp1:amd64. [2021-06-10T22:59:55.210Z] #27 8.418 Preparing to unpack .../14-librtmp1_2.4+20151223.gitfa8646d.1-2_amd64.deb ... [2021-06-10T22:59:55.210Z] #27 8.422 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-10T22:59:55.210Z] #27 8.474 Selecting previously unselected package libssh2-1:amd64. [2021-06-10T22:59:55.210Z] #27 8.474 Preparing to unpack .../15-libssh2-1_1.8.0-2.1_amd64.deb ... [2021-06-10T22:59:55.210Z] #27 8.480 Unpacking libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-10T22:59:55.210Z] #27 8.571 Selecting previously unselected package libcurl4:amd64. [2021-06-10T22:59:55.210Z] #27 8.571 Preparing to unpack .../16-libcurl4_7.64.0-4+deb10u2_amd64.deb ... [2021-06-10T22:59:55.210Z] #27 8.576 Unpacking libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-10T22:59:55.210Z] #27 8.712 Selecting previously unselected package curl. [2021-06-10T22:59:55.210Z] #27 8.713 Preparing to unpack .../17-curl_7.64.0-4+deb10u2_amd64.deb ... [2021-06-10T22:59:55.210Z] #27 8.724 Unpacking curl (7.64.0-4+deb10u2) ... [2021-06-10T22:59:55.210Z] #27 8.807 Selecting previously unselected package libonig5:amd64. [2021-06-10T22:59:55.210Z] #27 8.807 Preparing to unpack .../18-libonig5_6.9.1-1_amd64.deb ... [2021-06-10T22:59:55.210Z] #27 8.811 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-10T22:59:55.210Z] #27 8.882 Selecting previously unselected package libjq1:amd64. [2021-06-10T22:59:55.210Z] #27 8.884 Preparing to unpack .../19-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-10T22:59:55.210Z] #27 8.889 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-10T22:59:55.210Z] #27 8.940 Selecting previously unselected package jq. [2021-06-10T22:59:55.210Z] #27 8.940 Preparing to unpack .../20-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-10T22:59:55.210Z] #27 8.945 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-10T22:59:55.210Z] #27 8.987 Setting up libkeyutils1:amd64 (1.6-6) ... [2021-06-10T22:59:55.210Z] #27 9.002 Setting up libpsl5:amd64 (0.20.2-2) ... [2021-06-10T22:59:55.210Z] #27 9.017 Setting up libssl1.1:amd64 (1.1.1d-0+deb10u6) ... [2021-06-10T22:59:55.210Z] #27 9.124 Setting up libnghttp2-14:amd64 (1.36.0-2+deb10u1) ... [2021-06-10T22:59:55.210Z] #27 9.140 Setting up libldap-common (2.4.47+dfsg-3+deb10u6) ... [2021-06-10T22:59:55.210Z] #27 9.160 Setting up libkrb5support0:amd64 (1.17-3+deb10u1) ... [2021-06-10T22:59:55.210Z] #27 9.173 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-10T22:59:55.210Z] #27 9.187 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2) ... [2021-06-10T22:59:55.210Z] #27 9.200 Setting up libk5crypto3:amd64 (1.17-3+deb10u1) ... [2021-06-10T22:59:55.210Z] #27 9.215 Setting up libsasl2-2:amd64 (2.1.27+dfsg-1+deb10u1) ... [2021-06-10T22:59:55.210Z] #27 9.228 Setting up libssh2-1:amd64 (1.8.0-2.1) ... [2021-06-10T22:59:55.210Z] #27 9.240 Setting up libkrb5-3:amd64 (1.17-3+deb10u1) ... [2021-06-10T22:59:55.210Z] #27 9.255 Setting up openssl (1.1.1d-0+deb10u6) ... [2021-06-10T22:59:55.210Z] #27 9.275 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-10T22:59:55.210Z] #27 9.287 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-10T22:59:55.210Z] #27 9.307 Setting up libldap-2.4-2:amd64 (2.4.47+dfsg-3+deb10u6) ... [2021-06-10T22:59:55.210Z] #27 9.315 Setting up ca-certificates (20200601~deb10u2) ... [2021-06-10T22:59:55.210Z] #27 9.872 Updating certificates in /etc/ssl/certs... [2021-06-10T22:59:55.467Z] #27 ... [2021-06-10T22:59:55.467Z] [2021-06-10T22:59:55.467Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-10T22:59:55.467Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-10T22:59:56.371Z] ...INFO: Daemon under test started and replied! [2021-06-10T22:59:56.371Z] INFO: Docker version of the daemon under test [2021-06-10T22:59:56.371Z] [2021-06-10T22:59:56.371Z] Client: [2021-06-10T22:59:56.371Z] Version: 17.06.2-ce [2021-06-10T22:59:56.371Z] API version: 1.30 [2021-06-10T22:59:56.371Z] Go version: go1.8.3 [2021-06-10T22:59:56.371Z] Git commit: cec0b72 [2021-06-10T22:59:56.371Z] Built: Tue Sep 5 19:57:19 2017 [2021-06-10T22:59:56.371Z] OS/Arch: windows/amd64 [2021-06-10T22:59:56.371Z] [2021-06-10T22:59:56.371Z] Server: [2021-06-10T22:59:56.371Z] Version: 0.0.0-dev [2021-06-10T22:59:56.371Z] API version: 1.41 (minimum version 1.24) [2021-06-10T22:59:56.371Z] Go version: go1.13.15 [2021-06-10T22:59:56.371Z] Git commit: 06ba5e407f [2021-06-10T22:59:56.371Z] Built: 06/10/2021 22:58:10 [2021-06-10T22:59:56.371Z] OS/Arch: windows/amd64 [2021-06-10T22:59:56.371Z] Experimental: false [2021-06-10T22:59:56.371Z] [2021-06-10T22:59:56.371Z] INFO: Docker info of the daemon under test [2021-06-10T22:59:56.371Z] [2021-06-10T22:59:56.371Z] Containers: 0 [2021-06-10T22:59:56.371Z] Running: 0 [2021-06-10T22:59:56.371Z] Paused: 0 [2021-06-10T22:59:56.371Z] Stopped: 0 [2021-06-10T22:59:56.371Z] Images: 0 [2021-06-10T22:59:56.371Z] Server Version: 0.0.0-dev [2021-06-10T22:59:56.371Z] Storage Driver: windowsfilter [2021-06-10T22:59:56.371Z] Windows: [2021-06-10T22:59:56.371Z] Logging Driver: json-file [2021-06-10T22:59:56.371Z] Plugins: [2021-06-10T22:59:56.371Z] Volume: local [2021-06-10T22:59:56.371Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-10T22:59:56.371Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-10T22:59:56.371Z] Swarm: inactive [2021-06-10T22:59:56.371Z] Default Isolation: process [2021-06-10T22:59:56.371Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-10T22:59:56.371Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-10T22:59:56.371Z] OSType: windows [2021-06-10T22:59:56.371Z] Architecture: x86_64 [2021-06-10T22:59:56.371Z] CPUs: 4 [2021-06-10T22:59:56.371Z] Total Memory: 32GiB [2021-06-10T22:59:56.371Z] Name: azwin-2-682220 [2021-06-10T22:59:56.371Z] ID: CX4F:3JJK:DBGG:TM2S:OB3L:PTMM:OPW5:CMOY:5R4W:GIIM:TYND:2ZOB [2021-06-10T22:59:56.371Z] Docker Root Dir: D:\CI\PR-42445\15\daemon [2021-06-10T22:59:56.371Z] Debug Mode (client): false [2021-06-10T22:59:56.371Z] Debug Mode (server): true [2021-06-10T22:59:56.371Z] File Descriptors: -1 [2021-06-10T22:59:56.371Z] Goroutines: 16 [2021-06-10T22:59:56.371Z] System Time: 2021-06-10T22:59:54.3479449Z [2021-06-10T22:59:56.371Z] EventsListeners: 0 [2021-06-10T22:59:56.371Z] Registry: https://index.docker.io/v1/ [2021-06-10T22:59:56.371Z] Labels: [2021-06-10T22:59:56.371Z] Experimental: false [2021-06-10T22:59:56.371Z] Insecure Registries: [2021-06-10T22:59:56.371Z] 127.0.0.0/8 [2021-06-10T22:59:56.371Z] Live Restore Enabled: false [2021-06-10T22:59:56.371Z] [2021-06-10T22:59:56.371Z] [2021-06-10T22:59:56.371Z] INFO: Docker images of the daemon under test [2021-06-10T22:59:56.371Z] [2021-06-10T22:59:56.371Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-10T22:59:56.371Z] [2021-06-10T22:59:56.371Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore/insider [2021-06-10T22:59:56.371Z] 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-10T22:59:56.371Z] 10.0.20295.1: Pulling from windows/servercore/insider [2021-06-10T22:59:56.371Z] 29d5b6a226d2: Pulling fs layer [2021-06-10T22:59:57.194Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-06-10T22:59:57.194Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-06-10T22:59:58.760Z] #9 ... [2021-06-10T22:59:58.760Z] [2021-06-10T22:59:58.760Z] #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-10T22:59:58.760Z] #27 sha256:39f7219a138fd291fe8dabdc41ab50d922be795eaaa2ec38f63f788b4d15142f [2021-06-10T22:59:58.760Z] #27 10.55 137 added, 0 removed; done. [2021-06-10T22:59:58.760Z] #27 10.66 Setting up libgssapi-krb5-2:amd64 (1.17-3+deb10u1) ... [2021-06-10T22:59:58.760Z] #27 10.67 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-10T22:59:58.760Z] #27 10.68 Setting up libcurl4:amd64 (7.64.0-4+deb10u2) ... [2021-06-10T22:59:58.760Z] #27 10.70 Setting up curl (7.64.0-4+deb10u2) ... [2021-06-10T22:59:58.760Z] #27 10.71 Processing triggers for libc-bin (2.28-10) ... [2021-06-10T22:59:58.760Z] #27 10.74 Processing triggers for ca-certificates (20200601~deb10u2) ... [2021-06-10T22:59:58.760Z] #27 10.76 Updating certificates in /etc/ssl/certs... [2021-06-10T22:59:58.760Z] #27 11.34 0 added, 0 removed; done. [2021-06-10T22:59:58.760Z] #27 11.34 Running hooks in /etc/ca-certificates/update.d... [2021-06-10T22:59:58.760Z] #27 11.34 done. [2021-06-10T22:59:58.760Z] #27 DONE 13.6s [2021-06-10T22:59:59.017Z] [2021-06-10T22:59:59.017Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-10T22:59:59.017Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-10T22:59:59.274Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.1s [2021-06-10T23:00:00.210Z] #9 ... [2021-06-10T23:00:00.210Z] [2021-06-10T23:00:00.210Z] #28 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-06-10T23:00:00.210Z] #28 sha256:da9a79b9444b526eebeb0183ed5a5a8f1fef2c425eb6d710746e5294e530a6b7 [2021-06-10T23:00:00.210Z] #28 DONE 1.0s [2021-06-10T23:00:00.210Z] [2021-06-10T23:00:00.210Z] #9 [base 1/3] FROM docker.io/library/golang:1.13.15-buster@sha256:66a3f6817c129f48c9cc9b96816a1c0b6dcb399393196e3581d9367b55ab29f2 [2021-06-10T23:00:00.210Z] #9 sha256:4a66e7fcfac5fc92db618035154692356dd65f14be90935717f8c30085be66be [2021-06-10T23:00:00.210Z] #9 extracting sha256:799f41bb59c9731aba2de07a7b3d49d5bc5e3a57ac053779fc0e405d3aed0b9e 5.7s done [2021-06-10T23:00:00.210Z] #9 extracting sha256:16b5038bccc853e96f534bc85f4f737109ef37ad92d877b54f080a3c86b3cb3a done [2021-06-10T23:00:00.467Z] #9 DONE 25.9s [2021-06-10T23:00:00.467Z] [2021-06-10T23:00:00.467Z] #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-10T23:00:00.467Z] #29 sha256:e9c7527927b63e59cac0fba5a4eec53dc53cedef919db0de071f5edabd834db0 [2021-06-10T23:00:00.727Z] #29 0.800 Downloading 'library/buildpack-deps:buster@sha256:d0abb4b1e5c664828b93e8b6ac84d10bce45ee469999bef88304be04a2709491' (5 layers)... [2021-06-10T23:00:00.727Z] #29 0.882 [2021-06-10T23:00:01.498Z] #29 0.999 ####### 10.8% ########################### 37.5% ######################################### 57.5% ####################################################### 77.4% ###################################################################### 97.3% ######################################################################## 100.0% [2021-06-10T23:00:01.498Z] #29 1.475 [2021-06-10T23:00:01.754Z] #29 1.616 0.0% ######################################################################## 100.0% [2021-06-10T23:00:01.754Z] #29 1.749 [2021-06-10T23:00:01.754Z] #29 1.862 ################################################################## 92.2% ######################################################################## 100.0% [2021-06-10T23:00:01.754Z] #29 1.927 [2021-06-10T23:00:02.533Z] #29 2.041 ###### 8.5% ########################## 36.6% ######################################## 56.1% ##################################################### 73.8% ################################################################# 90.9% ######################################################################## 100.0% [2021-06-10T23:00:02.533Z] #29 2.592 [2021-06-10T23:00:03.049Z] #29 2.704 ### 4.6% ###### 9.5% ########## 15.1% ############## 20.4% [2021-06-10T23:00:03.049Z] #29 ... [2021-06-10T23:00:03.049Z] [2021-06-10T23:00:03.049Z] #10 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-06-10T23:00:03.049Z] #10 sha256:9f4f2b323ea5e52fd3249b81060291ec8f783fabea2afe0be139febb8be2892f [2021-06-10T23:00:03.049Z] #10 DONE 2.5s [2021-06-10T23:00:03.049Z] [2021-06-10T23:00:03.049Z] #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-10T23:00:03.049Z] #29 sha256:e9c7527927b63e59cac0fba5a4eec53dc53cedef919db0de071f5edabd834db0 [2021-06-10T23:00:04.593Z] #29 2.704 ### 4.6% ###### 9.5% ########## 15.1% ############## 20.4% ################## 25.5% ###################### 30.6% ######################### 35.9% ############################# 41.2% ################################# 46.4% ##################################### 51.6% ######################################## 56.8% ############################################ 62.0% ################################################ 67.2% #################################################### 72.5% ####################################################### 77.6% ########################################################### 82.9% ############################################################### 88.1% ################################################################### 93.3% ###################################################################### 98.5% ######################################################################## 100.0% [2021-06-10T23:00:04.593Z] #29 4.556 [2021-06-10T23:00:04.850Z] #29 4.856 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-06-10T23:00:04.850Z] #29 4.913 [2021-06-10T23:00:04.850Z] #29 4.960 ######################################################################## 100.0% [2021-06-10T23:00:04.850Z] #29 4.998 [2021-06-10T23:00:05.106Z] #29 5.210 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-06-10T23:00:05.364Z] #29 5.274 [2021-06-10T23:00:05.621Z] #29 5.416 0.1% ######################################################################## 100.0% [2021-06-10T23:00:05.621Z] #29 5.510 [2021-06-10T23:00:05.621Z] #29 5.784 Downloading 'library/debian:bullseye@sha256:7190e972ab16aefea4d758ebe42a293f4e5c5be63595f4d03a5b9bf6839a4344' (1 layers)... [2021-06-10T23:00:05.878Z] #29 5.845 [2021-06-10T23:00:06.391Z] #29 5.980 0.0% ########################### 37.7% ######################################## 55.8% ########################################### 60.4% ################################################################### 94.0% ######################################################################## 100.0% [2021-06-10T23:00:06.391Z] #29 6.441 [2021-06-10T23:00:06.647Z] #29 6.704 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-06-10T23:00:06.647Z] #29 6.760 [2021-06-10T23:00:06.647Z] #29 6.828 ######################################################################## 100.0% [2021-06-10T23:00:06.904Z] #29 6.853 [2021-06-10T23:00:06.904Z] #29 6.999 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-06-10T23:00:06.904Z] #29 7.062 [2021-06-10T23:00:07.160Z] #29 7.112 ######################################################################## 100.0% [2021-06-10T23:00:07.160Z] #29 7.167 [2021-06-10T23:00:07.160Z] #29 7.176 Download of images into '/build' complete. [2021-06-10T23:00:07.160Z] #29 7.177 Use something like the following to load the result into a Docker daemon: [2021-06-10T23:00:07.160Z] #29 7.177 tar -cC '/build' . | docker load [2021-06-10T23:00:08.090Z] #29 DONE 7.9s [2021-06-10T23:00:08.090Z] [2021-06-10T23:00:08.090Z] #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-10T23:00:08.090Z] #11 sha256:4dded22ae8e041202113925494619c3ed7d22f3a2aaf54c846546432c0805f42 [2021-06-10T23:00:08.090Z] #11 DONE 4.8s [2021-06-10T23:00:08.090Z] [2021-06-10T23:00:08.090Z] #36 [tini 1/2] RUN --mount=type=cache,sharing=locked,id=moby-tini-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-tini-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends cmake vim-common [2021-06-10T23:00:08.090Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-10T23:00:08.090Z] #36 ... [2021-06-10T23:00:08.090Z] [2021-06-10T23:00:08.090Z] #31 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-06-10T23:00:08.090Z] #31 sha256:5d3765aabffff51e04021486b99a767ea8ceff82e175b9a0ef4c3cfb4f5fd415 [2021-06-10T23:00:08.090Z] #31 DONE 0.1s [2021-06-10T23:00:08.090Z] [2021-06-10T23:00:08.090Z] #39 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-06-10T23:00:08.090Z] #39 sha256:81785dfd5de79ef4770f863c3bf29bec9dfc379f9752d69770a3ec1e547a6bc2 [2021-06-10T23:00:08.090Z] #39 DONE 0.3s [2021-06-10T23:00:08.090Z] [2021-06-10T23:00:08.090Z] #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-10T23:00:08.090Z] #43 sha256:c7c4cb3e3d3f47a4ea920d843693274cc417140c28a241f9e22ca5d3704d889a [2021-06-10T23:00:08.090Z] #43 DONE 0.4s [2021-06-10T23:00:08.090Z] [2021-06-10T23:00:08.090Z] #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-10T23:00:08.090Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-10T23:00:10.449Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|name|compiled_files|deps|imports|types_sizes) took 2m10.939593713s [2021-06-10T23:00:10.449Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 594.937943ms [2021-06-10T23:00:11.374Z] #40 ... [2021-06-10T23:00:11.374Z] [2021-06-10T23:00:11.374Z] #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-10T23:00:11.374Z] #12 sha256:8704e75c09163b26895c288555eb4661f133eb23dd99bf7203397df4d742c0a9 [2021-06-10T23:00:11.374Z] #12 DONE 2.9s [2021-06-10T23:00:11.374Z] [2021-06-10T23:00:11.374Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-10T23:00:11.374Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-10T23:00:16.647Z] #13 ... [2021-06-10T23:00:16.647Z] [2021-06-10T23:00:16.647Z] #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-10T23:00:16.647Z] #48 sha256:6c6b73e687087eb22de38ebfc076de970b595ce07858b1326ed147d90a6b2d76 [2021-06-10T23:00:16.647Z] #48 5.009 + RM_GOPATH=0 [2021-06-10T23:00:16.647Z] #48 5.009 + TMP_GOPATH= [2021-06-10T23:00:16.647Z] #48 5.009 + : /build [2021-06-10T23:00:16.647Z] #48 5.009 + '[' -z '' ']' [2021-06-10T23:00:16.647Z] #48 5.009 ++ mktemp -d [2021-06-10T23:00:16.647Z] #48 5.015 + export GOPATH=/tmp/tmp.vBJ3XhCwSd [2021-06-10T23:00:16.647Z] #48 5.015 + GOPATH=/tmp/tmp.vBJ3XhCwSd [2021-06-10T23:00:16.647Z] #48 5.015 + RM_GOPATH=1 [2021-06-10T23:00:16.647Z] #48 5.015 + case "$(go env GOARCH)" in [2021-06-10T23:00:16.647Z] #48 5.015 ++ go env GOARCH [2021-06-10T23:00:16.647Z] #48 5.020 + export GO_BUILDMODE=-buildmode=pie [2021-06-10T23:00:16.647Z] #48 5.020 + GO_BUILDMODE=-buildmode=pie [2021-06-10T23:00:16.647Z] #48 5.020 ++ dirname /tmp/install/install.sh [2021-06-10T23:00:16.647Z] #48 5.021 + dir=/tmp/install [2021-06-10T23:00:16.647Z] #48 5.021 + bin=gotestsum [2021-06-10T23:00:16.647Z] #48 5.022 + shift [2021-06-10T23:00:16.647Z] #48 5.022 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-06-10T23:00:16.647Z] #48 5.022 + . /tmp/install/gotestsum.installer [2021-06-10T23:00:16.647Z] #48 5.022 ++ : v0.5.3 [2021-06-10T23:00:16.647Z] #48 5.022 + install_gotestsum [2021-06-10T23:00:16.647Z] #48 5.026 + set -e [2021-06-10T23:00:16.647Z] #48 5.026 + export GO111MODULE=on [2021-06-10T23:00:16.647Z] #48 5.026 + GO111MODULE=on [2021-06-10T23:00:16.647Z] #48 5.026 + GOBIN=/build [2021-06-10T23:00:16.647Z] #48 5.026 + go get gotest.tools/gotestsum@v0.5.3 [2021-06-10T23:00:16.647Z] #48 5.031 go: finding gotest.tools v0.5.3 [2021-06-10T23:00:16.647Z] #48 5.052 go: finding gotest.tools/gotestsum v0.5.3 [2021-06-10T23:00:16.647Z] #48 5.872 go: downloading gotest.tools/gotestsum v0.5.3 [2021-06-10T23:00:16.647Z] #48 6.360 go: extracting gotest.tools/gotestsum v0.5.3 [2021-06-10T23:00:16.647Z] #48 7.174 go: downloading golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-10T23:00:16.647Z] #48 7.180 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-10T23:00:16.647Z] #48 7.292 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-10T23:00:16.647Z] #48 7.416 go: downloading github.com/jonboulle/clockwork v0.1.0 [2021-06-10T23:00:16.647Z] #48 7.439 go: downloading github.com/spf13/pflag v1.0.3 [2021-06-10T23:00:16.647Z] #48 7.559 go: downloading github.com/pkg/errors v0.9.1 [2021-06-10T23:00:16.647Z] #48 7.586 go: downloading golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-10T23:00:16.647Z] #48 7.603 go: downloading golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-10T23:00:16.647Z] #48 7.681 go: downloading github.com/fatih/color v1.9.0 [2021-06-10T23:00:16.647Z] #48 7.903 go: extracting golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-10T23:00:16.647Z] #48 7.915 go: extracting github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-10T23:00:16.647Z] #48 7.948 go: extracting github.com/jonboulle/clockwork v0.1.0 [2021-06-10T23:00:16.647Z] #48 7.948 go: extracting github.com/pkg/errors v0.9.1 [2021-06-10T23:00:16.647Z] #48 8.063 go: extracting github.com/fatih/color v1.9.0 [2021-06-10T23:00:16.647Z] #48 8.267 go: downloading github.com/mattn/go-colorable v0.1.6 [2021-06-10T23:00:16.647Z] #48 8.304 go: extracting github.com/spf13/pflag v1.0.3 [2021-06-10T23:00:16.647Z] #48 8.585 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-06-10T23:00:16.647Z] #48 8.757 go: extracting github.com/mattn/go-colorable v0.1.6 [2021-06-10T23:00:16.909Z] #48 9.148 go: extracting github.com/mattn/go-isatty v0.0.12 [2021-06-10T23:00:16.909Z] #48 ... [2021-06-10T23:00:16.909Z] [2021-06-10T23:00:16.909Z] #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-10T23:00:16.909Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-10T23:00:16.909Z] #13 6.099 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-10T23:00:17.166Z] #13 6.198 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-10T23:00:17.166Z] #13 6.198 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-10T23:00:17.166Z] #13 6.202 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-10T23:00:18.098Z] #13 ... [2021-06-10T23:00:18.098Z] [2021-06-10T23:00:18.098Z] #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-10T23:00:18.098Z] #50 sha256:a97476e35aa9ced832c66332099bb5ea1f0677a8a2946e5dc590cf5e8e1157ee [2021-06-10T23:00:18.098Z] #50 4.235 + RM_GOPATH=0 [2021-06-10T23:00:18.098Z] #50 4.235 + TMP_GOPATH= [2021-06-10T23:00:18.098Z] #50 4.235 + : /build [2021-06-10T23:00:18.098Z] #50 4.235 + '[' -z '' ']' [2021-06-10T23:00:18.098Z] #50 4.235 ++ mktemp -d [2021-06-10T23:00:18.098Z] #50 4.238 + export GOPATH=/tmp/tmp.m44KWW0a7G [2021-06-10T23:00:18.098Z] #50 4.238 + GOPATH=/tmp/tmp.m44KWW0a7G [2021-06-10T23:00:18.098Z] #50 4.238 + RM_GOPATH=1 [2021-06-10T23:00:18.098Z] #50 4.238 + case "$(go env GOARCH)" in [2021-06-10T23:00:18.098Z] #50 4.238 ++ go env GOARCH [2021-06-10T23:00:18.098Z] #50 4.249 + export GO_BUILDMODE=-buildmode=pie [2021-06-10T23:00:18.098Z] #50 4.249 + GO_BUILDMODE=-buildmode=pie [2021-06-10T23:00:18.098Z] #50 4.250 ++ dirname /tmp/install/install.sh [2021-06-10T23:00:18.098Z] #50 4.250 + dir=/tmp/install [2021-06-10T23:00:18.098Z] #50 4.251 + bin=golangci_lint [2021-06-10T23:00:18.098Z] #50 4.251 + shift [2021-06-10T23:00:18.098Z] #50 4.251 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-06-10T23:00:18.098Z] #50 4.251 + . /tmp/install/golangci_lint.installer [2021-06-10T23:00:18.098Z] #50 4.251 ++ : v1.23.8 [2021-06-10T23:00:18.098Z] #50 4.251 + install_golangci_lint [2021-06-10T23:00:18.098Z] #50 4.251 + set -e [2021-06-10T23:00:18.098Z] #50 4.251 + export GO111MODULE=on [2021-06-10T23:00:18.098Z] #50 4.251 + GO111MODULE=on [2021-06-10T23:00:18.098Z] #50 4.251 + GOBIN=/build [2021-06-10T23:00:18.098Z] #50 4.251 + go get github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-06-10T23:00:18.098Z] #50 4.272 go: finding github.com v1.23.8 [2021-06-10T23:00:18.098Z] #50 4.272 go: finding github.com/golangci/golangci-lint/cmd v1.23.8 [2021-06-10T23:00:18.098Z] #50 4.272 go: finding github.com/golangci/golangci-lint/cmd/golangci-lint v1.23.8 [2021-06-10T23:00:18.098Z] #50 4.272 go: finding github.com/golangci/golangci-lint v1.23.8 [2021-06-10T23:00:18.098Z] #50 4.273 go: finding github.com/golangci v1.23.8 [2021-06-10T23:00:18.098Z] #50 4.806 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-06-10T23:00:18.098Z] #50 5.398 go: extracting github.com/golangci/golangci-lint v1.23.8 [2021-06-10T23:00:18.098Z] #50 ... [2021-06-10T23:00:18.098Z] [2021-06-10T23:00:18.098Z] #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-10T23:00:18.098Z] #46 sha256:7370ff09fcd154ed5de7101c682966d102ad8b02f98dd1f71b7d12f9a3ad5f8e [2021-06-10T23:00:18.098Z] #46 4.378 Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-10T23:00:18.098Z] #46 4.378 + RM_GOPATH=0 [2021-06-10T23:00:18.098Z] #46 4.378 + TMP_GOPATH= [2021-06-10T23:00:18.098Z] #46 4.378 + : /build [2021-06-10T23:00:18.098Z] #46 4.378 + '[' -z '' ']' [2021-06-10T23:00:18.098Z] #46 4.378 ++ mktemp -d [2021-06-10T23:00:18.098Z] #46 4.378 + export GOPATH=/tmp/tmp.jKhnr6Wl9T [2021-06-10T23:00:18.098Z] #46 4.378 + GOPATH=/tmp/tmp.jKhnr6Wl9T [2021-06-10T23:00:18.098Z] #46 4.378 + RM_GOPATH=1 [2021-06-10T23:00:18.098Z] #46 4.378 + case "$(go env GOARCH)" in [2021-06-10T23:00:18.098Z] #46 4.378 ++ go env GOARCH [2021-06-10T23:00:18.098Z] #46 4.378 + export GO_BUILDMODE=-buildmode=pie [2021-06-10T23:00:18.098Z] #46 4.378 + GO_BUILDMODE=-buildmode=pie [2021-06-10T23:00:18.098Z] #46 4.378 ++ dirname /tmp/install/install.sh [2021-06-10T23:00:18.098Z] #46 4.378 + dir=/tmp/install [2021-06-10T23:00:18.098Z] #46 4.378 + bin=vndr [2021-06-10T23:00:18.098Z] #46 4.378 + shift [2021-06-10T23:00:18.098Z] #46 4.378 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-06-10T23:00:18.098Z] #46 4.378 + . /tmp/install/vndr.installer [2021-06-10T23:00:18.098Z] #46 4.378 ++ : f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-10T23:00:18.098Z] #46 4.378 + install_vndr [2021-06-10T23:00:18.098Z] #46 4.378 + echo 'Install vndr version f12b881cb8f081a5058408a58f429b9014833fc6' [2021-06-10T23:00:18.098Z] #46 4.378 + git clone https://github.com/LK4D4/vndr.git /tmp/tmp.jKhnr6Wl9T/src/github.com/LK4D4/vndr [2021-06-10T23:00:18.098Z] #46 4.378 Cloning into '/tmp/tmp.jKhnr6Wl9T/src/github.com/LK4D4/vndr'... [2021-06-10T23:00:18.098Z] #46 4.700 + cd /tmp/tmp.jKhnr6Wl9T/src/github.com/LK4D4/vndr [2021-06-10T23:00:18.098Z] #46 4.700 + git checkout -q f12b881cb8f081a5058408a58f429b9014833fc6 [2021-06-10T23:00:18.098Z] #46 4.708 + go build -buildmode=pie -v -o /build/vndr . [2021-06-10T23:00:18.098Z] #46 5.121 internal/cpu [2021-06-10T23:00:18.098Z] #46 5.129 runtime/internal/atomic [2021-06-10T23:00:18.098Z] #46 5.198 runtime/internal/sys [2021-06-10T23:00:18.098Z] #46 5.280 internal/bytealg [2021-06-10T23:00:18.098Z] #46 5.280 runtime/internal/math [2021-06-10T23:00:18.098Z] #46 5.340 internal/race [2021-06-10T23:00:18.098Z] #46 5.396 sync/atomic [2021-06-10T23:00:18.098Z] #46 5.596 unicode [2021-06-10T23:00:18.098Z] #46 5.676 runtime [2021-06-10T23:00:18.098Z] #46 9.381 unicode/utf8 [2021-06-10T23:00:18.098Z] #46 9.990 math/bits [2021-06-10T23:00:18.098Z] #46 ... [2021-06-10T23:00:18.098Z] [2021-06-10T23:00:18.098Z] #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-10T23:00:18.098Z] #59 sha256:f0283d405dc79e4c63a13a8f946af2e0ce78e359d616322400b9f9d8a1604bd9 [2021-06-10T23:00:18.098Z] #59 4.453 + RM_GOPATH=0 [2021-06-10T23:00:18.098Z] #59 4.453 + TMP_GOPATH= [2021-06-10T23:00:18.098Z] #59 4.453 + : /build [2021-06-10T23:00:18.098Z] #59 4.453 + '[' -z '' ']' [2021-06-10T23:00:18.098Z] #59 4.457 ++ mktemp -d [2021-06-10T23:00:18.098Z] #59 4.458 + export GOPATH=/tmp/tmp.srBtOPpczz [2021-06-10T23:00:18.098Z] #59 4.458 + GOPATH=/tmp/tmp.srBtOPpczz [2021-06-10T23:00:18.098Z] #59 4.458 + RM_GOPATH=1 [2021-06-10T23:00:18.098Z] #59 4.458 + case "$(go env GOARCH)" in [2021-06-10T23:00:18.098Z] #59 4.458 ++ go env GOARCH [2021-06-10T23:00:18.098Z] #59 4.462 + export GO_BUILDMODE=-buildmode=pie [2021-06-10T23:00:18.098Z] #59 4.462 + GO_BUILDMODE=-buildmode=pie [2021-06-10T23:00:18.098Z] #59 4.464 ++ dirname /tmp/install/install.sh [2021-06-10T23:00:18.098Z] #59 4.464 + dir=/tmp/install [2021-06-10T23:00:18.098Z] #59 4.464 + bin=rootlesskit [2021-06-10T23:00:18.098Z] #59 4.464 + shift [2021-06-10T23:00:18.098Z] #59 4.464 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-06-10T23:00:18.098Z] #59 4.464 + . /tmp/install/rootlesskit.installer [2021-06-10T23:00:18.098Z] #59 4.464 ++ : 4cd567642273d369adaadcbadca00880552c1778 [2021-06-10T23:00:18.098Z] #59 4.464 + install_rootlesskit [2021-06-10T23:00:18.098Z] #59 4.464 + case "$1" in [2021-06-10T23:00:18.098Z] #59 4.464 + export CGO_ENABLED=0 [2021-06-10T23:00:18.098Z] #59 4.464 + CGO_ENABLED=0 [2021-06-10T23:00:18.098Z] #59 4.464 + _install_rootlesskit [2021-06-10T23:00:18.098Z] #59 4.464 + echo 'Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778' [2021-06-10T23:00:18.098Z] #59 4.464 + git clone https://github.com/rootless-containers/rootlesskit.git /tmp/tmp.srBtOPpczz/src/github.com/rootless-containers/rootlesskit [2021-06-10T23:00:18.098Z] #59 4.464 Install rootlesskit version 4cd567642273d369adaadcbadca00880552c1778 [2021-06-10T23:00:18.098Z] #59 4.467 Cloning into '/tmp/tmp.srBtOPpczz/src/github.com/rootless-containers/rootlesskit'... [2021-06-10T23:00:18.098Z] #59 7.224 + cd /tmp/tmp.srBtOPpczz/src/github.com/rootless-containers/rootlesskit [2021-06-10T23:00:18.098Z] #59 7.224 + git checkout -q 4cd567642273d369adaadcbadca00880552c1778 [2021-06-10T23:00:18.098Z] #59 7.292 + export GO111MODULE=on [2021-06-10T23:00:18.098Z] #59 7.292 + GO111MODULE=on [2021-06-10T23:00:18.098Z] #59 7.292 + export GOPROXY=https://proxy.golang.org [2021-06-10T23:00:18.098Z] #59 7.292 + GOPROXY=https://proxy.golang.org [2021-06-10T23:00:18.098Z] #59 7.292 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-10T23:00:18.098Z] #59 7.292 + go build -ldflags= -o /build/rootlesskit github.com/rootless-containers/rootlesskit/cmd/rootlesskit [2021-06-10T23:00:18.098Z] #59 9.384 go: downloading github.com/pkg/errors v0.9.1 [2021-06-10T23:00:18.098Z] #59 9.398 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-06-10T23:00:18.098Z] #59 9.408 go: downloading github.com/gorilla/mux v1.8.0 [2021-06-10T23:00:18.098Z] #59 9.484 go: downloading github.com/gofrs/flock v0.8.0 [2021-06-10T23:00:18.098Z] #59 9.484 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-06-10T23:00:18.098Z] #59 9.535 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-10T23:00:18.098Z] #59 9.620 go: downloading github.com/google/uuid v1.2.0 [2021-06-10T23:00:18.098Z] #59 9.620 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-10T23:00:18.098Z] #59 9.620 go: downloading github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-10T23:00:18.098Z] #59 9.647 go: extracting github.com/gofrs/flock v0.8.0 [2021-06-10T23:00:18.098Z] #59 9.788 go: extracting github.com/pkg/errors v0.9.1 [2021-06-10T23:00:18.098Z] #59 10.24 go: extracting github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-10T23:00:18.098Z] #59 10.27 go: extracting github.com/gorilla/mux v1.8.0 [2021-06-10T23:00:18.098Z] #59 10.36 go: extracting github.com/moby/sys/mountinfo v0.4.1 [2021-06-10T23:00:18.356Z] #59 10.40 go: extracting github.com/sirupsen/logrus v1.8.1 [2021-06-10T23:00:18.356Z] #59 10.49 go: downloading github.com/moby/vpnkit v0.5.0 [2021-06-10T23:00:18.356Z] #59 ... [2021-06-10T23:00:18.356Z] [2021-06-10T23:00:18.356Z] #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-10T23:00:18.356Z] #34 sha256:3a36a84c20ad8bbcba0e4c03353e137087427a859aa9c293b4b4dce15cf4d04c [2021-06-10T23:00:18.356Z] #34 4.950 Install go-toml version v1.8.1 [2021-06-10T23:00:18.356Z] #34 4.960 go: finding github.com v1.8.1 [2021-06-10T23:00:18.356Z] #34 4.960 go: finding github.com/pelletier/go-toml/cmd/tomll v1.8.1 [2021-06-10T23:00:18.357Z] #34 4.960 go: finding github.com/pelletier/go-toml v1.8.1 [2021-06-10T23:00:18.357Z] #34 4.960 go: finding github.com/pelletier/go-toml/cmd v1.8.1 [2021-06-10T23:00:18.357Z] #34 4.961 go: finding github.com/pelletier v1.8.1 [2021-06-10T23:00:18.357Z] #34 5.790 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-06-10T23:00:18.357Z] #34 6.205 go: extracting github.com/pelletier/go-toml v1.8.1 [2021-06-10T23:00:18.357Z] #34 8.179 github.com/pelletier/go-toml [2021-06-10T23:00:18.357Z] #34 ... [2021-06-10T23:00:18.357Z] [2021-06-10T23:00:18.357Z] #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-10T23:00:18.357Z] #24 sha256:22f7abfe6cbd13b7afc64c6e46636e7627def7edcc374b03a939d9b49165855c [2021-06-10T23:00:18.357Z] #24 5.823 + RM_GOPATH=0 [2021-06-10T23:00:18.357Z] #24 5.823 + TMP_GOPATH= [2021-06-10T23:00:18.357Z] #24 5.823 + : /build [2021-06-10T23:00:18.357Z] #24 5.823 + '[' -z '' ']' [2021-06-10T23:00:18.357Z] #24 5.823 ++ mktemp -d [2021-06-10T23:00:18.357Z] #24 5.823 + export GOPATH=/tmp/tmp.UyZqba5NKi [2021-06-10T23:00:18.357Z] #24 5.823 + GOPATH=/tmp/tmp.UyZqba5NKi [2021-06-10T23:00:18.357Z] #24 5.823 + RM_GOPATH=1 [2021-06-10T23:00:18.357Z] #24 5.823 + case "$(go env GOARCH)" in [2021-06-10T23:00:18.357Z] #24 5.823 ++ go env GOARCH [2021-06-10T23:00:18.357Z] #24 5.823 + export GO_BUILDMODE=-buildmode=pie [2021-06-10T23:00:18.357Z] #24 5.823 + GO_BUILDMODE=-buildmode=pie [2021-06-10T23:00:18.357Z] #24 5.823 ++ dirname /tmp/install/install.sh [2021-06-10T23:00:18.357Z] #24 5.823 + dir=/tmp/install [2021-06-10T23:00:18.357Z] #24 5.823 + bin=dockercli [2021-06-10T23:00:18.357Z] #24 5.823 + shift [2021-06-10T23:00:18.357Z] #24 5.823 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-06-10T23:00:18.357Z] #24 5.823 + . /tmp/install/dockercli.installer [2021-06-10T23:00:18.357Z] #24 5.823 ++ : stable [2021-06-10T23:00:18.357Z] #24 5.823 ++ : 17.06.2-ce [2021-06-10T23:00:18.357Z] #24 5.823 + install_dockercli [2021-06-10T23:00:18.357Z] #24 5.823 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-06-10T23:00:18.357Z] #24 5.823 ++ uname -m [2021-06-10T23:00:18.357Z] #24 5.823 Install docker/cli version 17.06.2-ce from stable [2021-06-10T23:00:18.357Z] #24 5.833 + arch=x86_64 [2021-06-10T23:00:18.357Z] #24 5.833 + '[' x86_64 '!=' x86_64 ']' [2021-06-10T23:00:18.357Z] #24 5.833 + url=https://download.docker.com/linux/static [2021-06-10T23:00:18.357Z] #24 5.833 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-06-10T23:00:18.357Z] #24 5.833 + tar -xz docker/docker [2021-06-10T23:00:18.614Z] #24 ... [2021-06-10T23:00:18.614Z] [2021-06-10T23:00:18.614Z] #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-10T23:00:18.614Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-10T23:00:18.614Z] #44 6.439 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-10T23:00:18.614Z] #44 6.486 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-10T23:00:18.614Z] #44 6.486 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-10T23:00:18.614Z] #44 6.980 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-06-10T23:00:18.614Z] #44 7.613 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-10T23:00:18.614Z] #44 9.483 Get:6 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-10T23:00:18.614Z] #44 ... [2021-06-10T23:00:18.614Z] [2021-06-10T23:00:18.614Z] #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-10T23:00:18.614Z] #52 sha256:dad46f147e3cfbe8c67ec9776ae395b86dad9f33352689d8b256a351e0bdb441 [2021-06-10T23:00:18.614Z] #52 4.810 + RM_GOPATH=0 [2021-06-10T23:00:18.614Z] #52 4.810 + TMP_GOPATH= [2021-06-10T23:00:18.614Z] #52 4.810 + : /build [2021-06-10T23:00:18.614Z] #52 4.810 + '[' -z '' ']' [2021-06-10T23:00:18.614Z] #52 4.815 ++ mktemp -d [2021-06-10T23:00:18.614Z] #52 4.818 + export GOPATH=/tmp/tmp.wMPRlxPdBu [2021-06-10T23:00:18.614Z] #52 4.818 + GOPATH=/tmp/tmp.wMPRlxPdBu [2021-06-10T23:00:18.614Z] #52 4.818 + RM_GOPATH=1 [2021-06-10T23:00:18.614Z] #52 4.818 + case "$(go env GOARCH)" in [2021-06-10T23:00:18.614Z] #52 4.818 ++ go env GOARCH [2021-06-10T23:00:18.614Z] #52 4.828 + export GO_BUILDMODE=-buildmode=pie [2021-06-10T23:00:18.614Z] #52 4.834 Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-10T23:00:18.614Z] #52 4.846 + GO_BUILDMODE=-buildmode=pie [2021-06-10T23:00:18.614Z] #52 4.846 ++ dirname /tmp/install/install.sh [2021-06-10T23:00:18.614Z] #52 4.846 + dir=/tmp/install [2021-06-10T23:00:18.614Z] #52 4.846 + bin=shfmt [2021-06-10T23:00:18.614Z] #52 4.846 + shift [2021-06-10T23:00:18.614Z] #52 4.846 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-06-10T23:00:18.614Z] #52 4.846 + . /tmp/install/shfmt.installer [2021-06-10T23:00:18.614Z] #52 4.846 ++ : 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-10T23:00:18.614Z] #52 4.846 + install_shfmt [2021-06-10T23:00:18.614Z] #52 4.846 + echo 'Install shfmt version 01725bdd30658db1fe1b9e02173c3060061fe86f' [2021-06-10T23:00:18.614Z] #52 4.846 + git clone https://github.com/mvdan/sh.git /tmp/tmp.wMPRlxPdBu/src/github.com/mvdan/sh [2021-06-10T23:00:18.614Z] #52 4.846 Cloning into '/tmp/tmp.wMPRlxPdBu/src/github.com/mvdan/sh'... [2021-06-10T23:00:18.871Z] #52 ... [2021-06-10T23:00:18.871Z] [2021-06-10T23:00:18.871Z] #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-10T23:00:18.871Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-10T23:00:18.871Z] #32 5.457 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-06-10T23:00:18.871Z] #32 5.458 Cloning into '.'... [2021-06-10T23:00:19.155Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-06-10T23:00:19.190Z] #32 ... [2021-06-10T23:00:19.190Z] [2021-06-10T23:00:19.190Z] #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-10T23:00:19.190Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-10T23:00:19.190Z] #56 5.790 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-10T23:00:19.190Z] #56 5.833 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-10T23:00:19.190Z] #56 5.910 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-10T23:00:19.190Z] #56 6.800 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-10T23:00:19.190Z] #56 8.660 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-10T23:00:19.190Z] #56 10.83 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-10T23:00:19.190Z] #56 ... [2021-06-10T23:00:19.190Z] [2021-06-10T23:00:19.190Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-06-10T23:00:19.190Z] #59 sha256:f0283d405dc79e4c63a13a8f946af2e0ce78e359d616322400b9f9d8a1604bd9 [2021-06-10T23:00:19.190Z] #59 10.53 go: extracting github.com/google/uuid v1.2.0 [2021-06-10T23:00:19.190Z] #59 10.56 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-06-10T23:00:19.190Z] #59 11.16 go: extracting github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-10T23:00:20.124Z] #59 12.18 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-10T23:00:20.124Z] #59 12.19 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-06-10T23:00:21.507Z] #59 13.57 go: extracting github.com/moby/vpnkit v0.5.0 [2021-06-10T23:00:22.440Z] #59 ... [2021-06-10T23:00:22.440Z] [2021-06-10T23:00:22.440Z] #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-10T23:00:22.440Z] #24 sha256:22f7abfe6cbd13b7afc64c6e46636e7627def7edcc374b03a939d9b49165855c [2021-06-10T23:00:22.440Z] #24 14.05 + mkdir -p /build [2021-06-10T23:00:22.440Z] #24 14.05 + mv docker/docker /build/ [2021-06-10T23:00:22.440Z] #24 14.05 + rmdir docker [2021-06-10T23:00:22.440Z] #24 DONE 14.6s [2021-06-10T23:00:22.697Z] [2021-06-10T23:00:22.697Z] #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-10T23:00:22.697Z] #50 sha256:a97476e35aa9ced832c66332099bb5ea1f0677a8a2946e5dc590cf5e8e1157ee [2021-06-10T23:00:22.697Z] #50 12.74 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-10T23:00:22.697Z] #50 12.74 go: downloading github.com/pkg/errors v0.8.1 [2021-06-10T23:00:22.697Z] #50 12.79 go: downloading github.com/fatih/color v1.7.0 [2021-06-10T23:00:22.697Z] #50 12.85 go: downloading github.com/spf13/pflag v1.0.5 [2021-06-10T23:00:22.697Z] #50 12.89 go: downloading github.com/spf13/cobra v0.0.5 [2021-06-10T23:00:22.697Z] #50 12.97 go: downloading github.com/spf13/viper v1.6.1 [2021-06-10T23:00:22.697Z] #50 13.15 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-06-10T23:00:22.697Z] #50 13.15 go: extracting github.com/pkg/errors v0.8.1 [2021-06-10T23:00:22.697Z] #50 13.23 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-10T23:00:22.697Z] #50 13.32 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-06-10T23:00:22.697Z] #50 13.32 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-06-10T23:00:22.697Z] #50 13.42 go: extracting github.com/fatih/color v1.7.0 [2021-06-10T23:00:22.697Z] #50 13.45 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-06-10T23:00:22.697Z] #50 13.49 go: downloading github.com/stretchr/testify v1.4.0 [2021-06-10T23:00:22.697Z] #50 13.84 go: extracting github.com/spf13/pflag v1.0.5 [2021-06-10T23:00:22.697Z] #50 13.92 go: extracting github.com/spf13/cobra v0.0.5 [2021-06-10T23:00:22.697Z] #50 14.01 go: extracting github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-10T23:00:22.697Z] #50 14.01 go: extracting github.com/spf13/viper v1.6.1 [2021-06-10T23:00:22.697Z] #50 14.05 go: extracting github.com/stretchr/testify v1.4.0 [2021-06-10T23:00:22.697Z] #50 14.08 go: extracting github.com/mattn/go-colorable v0.1.4 [2021-06-10T23:00:22.697Z] #50 14.08 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-06-10T23:00:22.697Z] #50 14.12 go: extracting github.com/sirupsen/logrus v1.4.2 [2021-06-10T23:00:22.697Z] #50 14.31 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-10T23:00:22.697Z] #50 14.37 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-06-10T23:00:22.697Z] #50 14.53 go: extracting github.com/go-lintpack/lintpack v0.5.2 [2021-06-10T23:00:22.697Z] #50 14.69 go: extracting github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2021-06-10T23:00:22.697Z] #50 14.69 go: downloading github.com/magiconair/properties v1.8.1 [2021-06-10T23:00:22.697Z] #50 14.69 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-10T23:00:22.697Z] #50 14.74 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-06-10T23:00:22.697Z] #50 14.74 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-06-10T23:00:22.697Z] #50 14.84 go: extracting github.com/mattn/go-isatty v0.0.8 [2021-06-10T23:00:22.697Z] #50 14.84 go: extracting github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-10T23:00:22.697Z] #50 14.94 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-06-10T23:00:22.954Z] #50 15.06 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-06-10T23:00:23.211Z] #50 15.15 go: extracting github.com/go-critic/go-critic v0.4.1 [2021-06-10T23:00:23.211Z] #50 15.15 go: downloading github.com/spf13/afero v1.1.2 [2021-06-10T23:00:23.211Z] #50 15.15 go: extracting github.com/mitchellh/go-homedir v1.1.0 [2021-06-10T23:00:23.211Z] #50 15.23 go: extracting github.com/magiconair/properties v1.8.1 [2021-06-10T23:00:23.211Z] #50 15.41 go: extracting github.com/spf13/jwalterweatherman v1.0.0 [2021-06-10T23:00:23.211Z] #50 15.41 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-06-10T23:00:23.468Z] #50 ... [2021-06-10T23:00:23.468Z] [2021-06-10T23:00:23.468Z] #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-10T23:00:23.468Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-10T23:00:23.468Z] #40 5.126 + git clone https://github.com/docker/distribution.git . [2021-06-10T23:00:23.468Z] #40 5.126 Cloning into '.'... [2021-06-10T23:00:23.468Z] #40 ... [2021-06-10T23:00:23.468Z] [2021-06-10T23:00:23.468Z] #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-10T23:00:23.468Z] #50 sha256:a97476e35aa9ced832c66332099bb5ea1f0677a8a2946e5dc590cf5e8e1157ee [2021-06-10T23:00:23.468Z] #50 15.49 go: extracting github.com/pmezard/go-difflib v1.0.0 [2021-06-10T23:00:23.468Z] #50 15.49 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-10T23:00:23.724Z] #50 15.72 go: extracting github.com/hashicorp/hcl v1.0.0 [2021-06-10T23:00:23.725Z] #50 16.00 go: extracting github.com/spf13/afero v1.1.2 [2021-06-10T23:00:23.725Z] #50 16.00 go: extracting github.com/mitchellh/mapstructure v1.1.2 [2021-06-10T23:00:23.725Z] #50 16.00 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-10T23:00:23.981Z] #50 16.18 go: extracting github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-10T23:00:23.981Z] #50 16.18 go: extracting gopkg.in/yaml.v2 v2.2.7 [2021-06-10T23:00:23.981Z] #50 16.18 go: extracting github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-10T23:00:23.981Z] #50 16.18 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-10T23:00:24.912Z] #50 17.03 go: extracting honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-10T23:00:24.912Z] #50 ... [2021-06-10T23:00:24.912Z] [2021-06-10T23:00:24.912Z] #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-10T23:00:24.912Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-10T23:00:24.912Z] #36 6.975 Get:1 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-10T23:00:24.912Z] #36 7.045 Get:2 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-10T23:00:24.912Z] #36 7.045 Get:3 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-10T23:00:24.912Z] #36 8.073 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-10T23:00:24.912Z] #36 9.911 Get:5 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-10T23:00:24.912Z] #36 12.14 Get:6 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-10T23:00:24.912Z] #36 ... [2021-06-10T23:00:24.912Z] [2021-06-10T23:00:24.912Z] #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-10T23:00:24.912Z] #52 sha256:dad46f147e3cfbe8c67ec9776ae395b86dad9f33352689d8b256a351e0bdb441 [2021-06-10T23:00:24.912Z] #52 14.94 + cd /tmp/tmp.wMPRlxPdBu/src/github.com/mvdan/sh [2021-06-10T23:00:24.912Z] #52 15.00 + git checkout -q 01725bdd30658db1fe1b9e02173c3060061fe86f [2021-06-10T23:00:24.912Z] #52 15.06 + GO111MODULE=on [2021-06-10T23:00:24.912Z] #52 15.07 + go build -buildmode=pie -v -o /build/shfmt ./cmd/shfmt [2021-06-10T23:00:24.912Z] #52 16.62 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-10T23:00:24.912Z] #52 16.67 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-10T23:00:24.912Z] #52 16.76 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-10T23:00:24.912Z] #52 16.88 go: extracting github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-10T23:00:24.912Z] #52 17.07 go: extracting mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-10T23:00:25.846Z] #52 17.85 go: extracting golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-10T23:00:26.787Z] #52 18.77 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-10T23:00:28.163Z] #52 20.10 go: extracting golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-10T23:00:28.163Z] #52 ... [2021-06-10T23:00:28.163Z] [2021-06-10T23:00:28.163Z] #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-10T23:00:28.163Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-10T23:00:28.163Z] #13 7.159 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB] [2021-06-10T23:00:28.163Z] #13 9.097 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-10T23:00:28.163Z] #13 11.24 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-10T23:00:28.163Z] #13 13.54 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-10T23:00:28.163Z] #13 ... [2021-06-10T23:00:28.163Z] [2021-06-10T23:00:28.163Z] #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-10T23:00:28.163Z] #50 sha256:a97476e35aa9ced832c66332099bb5ea1f0677a8a2946e5dc590cf5e8e1157ee [2021-06-10T23:00:28.163Z] #50 18.18 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-10T23:00:28.163Z] #50 18.18 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-06-10T23:00:28.163Z] #50 18.29 go: extracting github.com/go-toolsmith/typep v1.0.0 [2021-06-10T23:00:28.163Z] #50 18.29 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-10T23:00:28.163Z] #50 18.33 go: extracting github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-10T23:00:28.163Z] #50 18.33 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-10T23:00:28.163Z] #50 18.52 go: extracting github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-10T23:00:28.163Z] #50 18.68 go: extracting golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-10T23:00:28.163Z] #50 19.41 go: extracting github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-10T23:00:28.163Z] #50 19.93 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-10T23:00:28.163Z] #50 20.12 go: extracting mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-10T23:00:28.422Z] #50 ... [2021-06-10T23:00:28.422Z] [2021-06-10T23:00:28.422Z] #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-10T23:00:28.422Z] #48 sha256:6c6b73e687087eb22de38ebfc076de970b595ce07858b1326ed147d90a6b2d76 [2021-06-10T23:00:28.422Z] #48 10.50 go: extracting golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-10T23:00:28.422Z] #48 11.64 go: extracting golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-10T23:00:28.422Z] #48 13.10 go: extracting golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-10T23:00:28.422Z] #48 16.82 go: finding github.com/fatih/color v1.9.0 [2021-06-10T23:00:28.422Z] #48 16.85 go: finding github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-06-10T23:00:28.422Z] #48 16.97 go: finding github.com/pkg/errors v0.9.1 [2021-06-10T23:00:28.422Z] #48 16.97 go: finding github.com/mattn/go-colorable v0.1.6 [2021-06-10T23:00:28.422Z] #48 17.07 go: finding github.com/spf13/pflag v1.0.3 [2021-06-10T23:00:28.422Z] #48 17.18 go: finding github.com/mattn/go-isatty v0.0.12 [2021-06-10T23:00:28.422Z] #48 17.39 go: finding golang.org/x/sys v0.0.0-20200515095857-1151b9dac4a9 [2021-06-10T23:00:28.422Z] #48 17.54 go: finding github.com/jonboulle/clockwork v0.1.0 [2021-06-10T23:00:28.422Z] #48 17.60 go: finding golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-06-10T23:00:28.422Z] #48 17.63 go: finding golang.org/x/tools v0.0.0-20190624222133-a101b041ded4 [2021-06-10T23:00:28.422Z] #48 17.63 go: finding golang.org/x/sync v0.0.0-20190423024810-112230192c58 [2021-06-10T23:00:28.564Z] INFO [runner/unused/goanalysis] analyzers took 37.13559184s with top 10 stages: buildssa: 31.516480604s, U1000: 5.619111236s [2021-06-10T23:00:28.714Z] #48 ... [2021-06-10T23:00:28.714Z] [2021-06-10T23:00:28.714Z] #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-10T23:00:28.714Z] #46 sha256:7370ff09fcd154ed5de7101c682966d102ad8b02f98dd1f71b7d12f9a3ad5f8e [2021-06-10T23:00:28.714Z] #46 10.70 math [2021-06-10T23:00:28.714Z] #46 14.53 internal/testlog [2021-06-10T23:00:28.714Z] #46 15.06 encoding [2021-06-10T23:00:28.714Z] #46 15.23 unicode/utf16 [2021-06-10T23:00:28.714Z] #46 15.30 container/list [2021-06-10T23:00:28.714Z] #46 15.88 crypto/internal/subtle [2021-06-10T23:00:28.714Z] #46 16.00 crypto/subtle [2021-06-10T23:00:28.714Z] #46 16.18 vendor/golang.org/x/crypto/cryptobyte/asn1 [2021-06-10T23:00:28.714Z] #46 16.29 internal/nettrace [2021-06-10T23:00:28.714Z] #46 16.55 runtime/cgo [2021-06-10T23:00:29.152Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-06-10T23:00:29.284Z] #46 ... [2021-06-10T23:00:29.284Z] [2021-06-10T23:00:29.284Z] #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-10T23:00:29.284Z] #52 sha256:dad46f147e3cfbe8c67ec9776ae395b86dad9f33352689d8b256a351e0bdb441 [2021-06-10T23:00:29.284Z] #52 21.37 go: finding github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-06-10T23:00:29.561Z] #52 21.57 go: finding golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-06-10T23:00:29.821Z] #52 ... [2021-06-10T23:00:29.821Z] [2021-06-10T23:00:29.821Z] #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-10T23:00:29.821Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-10T23:00:29.821Z] #44 11.65 Get:7 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-10T23:00:29.821Z] #44 13.96 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-06-10T23:00:30.092Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-06-10T23:00:30.103Z] #44 ... [2021-06-10T23:00:30.103Z] [2021-06-10T23:00:30.104Z] #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-10T23:00:30.104Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-10T23:00:30.104Z] #40 21.53 Checking out files: 84% (1427/1694) Checking out files: 85% (1440/1694) Checking out files: 86% (1457/1694) Checking out files: 87% (1474/1694) Checking out files: 88% (1491/1694) Checking out files: 89% (1508/1694) Checking out files: 90% (1525/1694) Checking out files: 91% (1542/1694) Checking out files: 92% (1559/1694) Checking out files: 93% (1576/1694) Checking out files: 94% (1593/1694) Checking out files: 95% (1610/1694) Checking out files: 96% (1627/1694) Checking out files: 97% (1644/1694) Checking out files: 98% (1661/1694) Checking out files: 99% (1678/1694) Checking out files: 100% (1694/1694) Checking out files: 100% (1694/1694), done. [2021-06-10T23:00:30.104Z] #40 21.78 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-06-10T23:00:31.476Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-06-10T23:00:32.035Z] #40 ... [2021-06-10T23:00:32.035Z] [2021-06-10T23:00:32.035Z] #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-10T23:00:32.035Z] #34 sha256:3a36a84c20ad8bbcba0e4c03353e137087427a859aa9c293b4b4dce15cf4d04c [2021-06-10T23:00:32.035Z] #34 15.88 github.com/pelletier/go-toml/cmd/tomll [2021-06-10T23:00:32.035Z] #34 DONE 23.8s [2021-06-10T23:00:32.035Z] [2021-06-10T23:00:32.035Z] #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-10T23:00:32.035Z] #50 sha256:a97476e35aa9ced832c66332099bb5ea1f0677a8a2946e5dc590cf5e8e1157ee [2021-06-10T23:00:32.035Z] #50 21.66 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-10T23:00:32.035Z] #50 21.66 go: downloading github.com/ultraware/funlen v0.0.2 [2021-06-10T23:00:32.035Z] #50 21.66 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-06-10T23:00:32.035Z] #50 21.66 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-10T23:00:32.035Z] #50 21.66 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-10T23:00:32.035Z] #50 21.66 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-10T23:00:32.035Z] #50 21.70 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-10T23:00:32.035Z] #50 21.70 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-10T23:00:32.035Z] #50 21.70 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-10T23:00:32.035Z] #50 21.70 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-06-10T23:00:32.035Z] #50 23.28 go: extracting github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-10T23:00:32.035Z] #50 23.37 go: extracting github.com/ultraware/funlen v0.0.2 [2021-06-10T23:00:32.035Z] #50 23.37 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-06-10T23:00:32.035Z] #50 23.37 go: extracting github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-10T23:00:32.035Z] #50 23.58 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-06-10T23:00:32.035Z] #50 23.58 go: extracting github.com/go-toolsmith/astcopy v1.0.0 [2021-06-10T23:00:32.035Z] #50 23.58 go: downloading golang.org/x/text v0.3.2 [2021-06-10T23:00:32.035Z] #50 23.58 go: extracting github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-10T23:00:32.035Z] #50 23.58 go: extracting github.com/davecgh/go-spew v1.1.1 [2021-06-10T23:00:32.035Z] #50 23.58 go: extracting github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-10T23:00:32.035Z] #50 23.58 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-10T23:00:32.035Z] #50 23.58 go: extracting github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-10T23:00:32.035Z] #50 23.65 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-06-10T23:00:32.035Z] #50 23.65 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-10T23:00:32.035Z] #50 23.87 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-06-10T23:00:32.035Z] #50 23.87 go: extracting mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-10T23:00:32.035Z] #50 23.89 go: extracting github.com/go-toolsmith/astequal v1.0.0 [2021-06-10T23:00:32.035Z] #50 23.99 go: downloading github.com/spf13/cast v1.3.0 [2021-06-10T23:00:32.035Z] #50 24.10 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-06-10T23:00:32.292Z] #50 24.34 go: extracting github.com/fsnotify/fsnotify v1.4.7 [2021-06-10T23:00:32.292Z] #50 24.34 go: downloading github.com/stretchr/objx v0.2.0 [2021-06-10T23:00:32.292Z] #50 24.34 go: extracting github.com/pelletier/go-toml v1.2.0 [2021-06-10T23:00:32.417Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-06-10T23:00:32.549Z] #50 24.51 go: downloading github.com/subosito/gotenv v1.2.0 [2021-06-10T23:00:32.549Z] #50 24.51 go: extracting github.com/spf13/cast v1.3.0 [2021-06-10T23:00:32.549Z] #50 24.51 go: extracting github.com/go-toolsmith/astcast v1.0.0 [2021-06-10T23:00:32.549Z] #50 24.52 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-10T23:00:32.549Z] #50 24.61 go: downloading github.com/gobwas/glob v0.2.3 [2021-06-10T23:00:32.678Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-06-10T23:00:32.807Z] #50 24.86 go: extracting github.com/stretchr/objx v0.2.0 [2021-06-10T23:00:32.807Z] #50 24.86 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-10T23:00:32.807Z] #50 24.86 go: extracting github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-10T23:00:32.807Z] #50 24.86 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-06-10T23:00:32.807Z] #50 24.96 go: extracting github.com/sourcegraph/go-diff v0.5.1 [2021-06-10T23:00:32.807Z] #50 25.02 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-06-10T23:00:32.807Z] #50 25.02 go: extracting github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-10T23:00:32.807Z] #50 25.02 go: extracting github.com/gobwas/glob v0.2.3 [2021-06-10T23:00:33.064Z] #50 25.10 go: extracting github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-10T23:00:33.064Z] #50 25.23 go: extracting github.com/subosito/gotenv v1.2.0 [2021-06-10T23:00:33.064Z] #50 25.30 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-06-10T23:00:33.321Z] #50 25.33 go: extracting github.com/go-toolsmith/astp v1.0.0 [2021-06-10T23:00:33.321Z] #50 25.33 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-06-10T23:00:33.321Z] #50 25.33 go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2021-06-10T23:00:33.321Z] #50 ... [2021-06-10T23:00:33.321Z] [2021-06-10T23:00:33.321Z] #59 [rootlesskit 1/3] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh rootlesskit [2021-06-10T23:00:33.321Z] #59 sha256:f0283d405dc79e4c63a13a8f946af2e0ce78e359d616322400b9f9d8a1604bd9 [2021-06-10T23:00:33.321Z] #59 15.41 go: extracting golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-10T23:00:33.321Z] #59 16.97 go: extracting github.com/urfave/cli/v2 v2.3.0 [2021-06-10T23:00:33.321Z] #59 17.65 go: extracting golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-10T23:00:33.321Z] #59 20.19 go: extracting github.com/u-root/u-root v7.0.0+incompatible [2021-06-10T23:00:33.321Z] #59 20.59 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-10T23:00:33.321Z] #59 23.22 go: extracting github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-10T23:00:33.321Z] #59 23.23 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-06-10T23:00:33.321Z] #59 23.65 go: extracting github.com/russross/blackfriday/v2 v2.1.0 [2021-06-10T23:00:33.321Z] #59 23.91 go: finding github.com/pkg/errors v0.9.1 [2021-06-10T23:00:33.321Z] #59 23.96 go: finding github.com/sirupsen/logrus v1.8.1 [2021-06-10T23:00:33.321Z] #59 24.14 go: finding github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-06-10T23:00:33.321Z] #59 24.43 go: finding golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-06-10T23:00:33.321Z] #59 24.43 go: finding github.com/google/uuid v1.2.0 [2021-06-10T23:00:33.321Z] #59 24.43 go: finding github.com/jamescun/tuntap v0.0.0-20190712092105-cb1fb277045c [2021-06-10T23:00:33.321Z] #59 24.57 go: finding github.com/moby/vpnkit v0.5.0 [2021-06-10T23:00:33.321Z] #59 24.57 go: finding github.com/gofrs/flock v0.8.0 [2021-06-10T23:00:33.321Z] #59 24.61 go: finding github.com/gorilla/mux v1.8.0 [2021-06-10T23:00:33.321Z] #59 24.66 go: finding github.com/moby/sys/mountinfo v0.4.1 [2021-06-10T23:00:33.321Z] #59 24.86 go: finding github.com/urfave/cli/v2 v2.3.0 [2021-06-10T23:00:33.321Z] #59 24.86 go: finding golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-06-10T23:00:33.321Z] #59 24.86 go: finding github.com/u-root/u-root v7.0.0+incompatible [2021-06-10T23:00:33.321Z] #59 25.04 go: finding github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-06-10T23:00:33.321Z] #59 25.04 go: finding github.com/russross/blackfriday/v2 v2.1.0 [2021-06-10T23:00:33.321Z] #59 ... [2021-06-10T23:00:33.321Z] [2021-06-10T23:00:33.321Z] #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-10T23:00:33.321Z] #50 sha256:a97476e35aa9ced832c66332099bb5ea1f0677a8a2946e5dc590cf5e8e1157ee [2021-06-10T23:00:33.321Z] #50 25.45 go: extracting github.com/go-toolsmith/strparse v1.0.0 [2021-06-10T23:00:33.322Z] #50 25.45 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-10T23:00:33.322Z] #50 25.45 go: extracting github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-10T23:00:33.322Z] #50 25.56 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-06-10T23:00:33.322Z] #50 25.56 go: extracting github.com/inconshreveable/mousetrap v1.0.0 [2021-06-10T23:00:33.816Z] #50 25.67 go: extracting github.com/ultraware/whitespace v0.0.4 [2021-06-10T23:00:33.816Z] #50 25.67 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-10T23:00:33.816Z] #50 25.67 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-10T23:00:33.816Z] #50 25.67 go: extracting github.com/go-toolsmith/astfmt v1.0.0 [2021-06-10T23:00:34.061Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-06-10T23:00:34.073Z] #50 26.17 go: downloading github.com/kisielk/gotool v1.0.0 [2021-06-10T23:00:34.073Z] #50 26.18 go: extracting mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-10T23:00:34.073Z] #50 26.19 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-06-10T23:00:34.073Z] #50 26.23 go: extracting github.com/uudashr/gocognit v1.0.1 [2021-06-10T23:00:34.073Z] #50 26.36 go: extracting github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-10T23:00:34.073Z] #50 26.36 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-10T23:00:34.073Z] #50 26.36 go: extracting github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-10T23:00:34.330Z] #50 26.51 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-10T23:00:34.587Z] #50 26.67 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-06-10T23:00:34.587Z] #50 26.67 go: extracting github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-10T23:00:34.587Z] #50 26.67 go: downloading github.com/gogo/protobuf v1.2.1 [2021-06-10T23:00:34.587Z] #50 26.73 go: extracting gopkg.in/ini.v1 v1.51.0 [2021-06-10T23:00:34.587Z] #50 26.73 go: extracting sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-10T23:00:34.587Z] #50 26.73 go: extracting github.com/kisielk/gotool v1.0.0 [2021-06-10T23:00:34.587Z] #50 26.81 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-10T23:00:34.844Z] #50 26.97 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-10T23:00:34.844Z] #50 27.01 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-10T23:00:34.844Z] #50 27.01 go: extracting github.com/BurntSushi/toml v0.3.1 [2021-06-10T23:00:35.101Z] #50 27.17 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-10T23:00:35.357Z] #50 27.30 go: extracting github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-10T23:00:35.357Z] #50 27.40 go: extracting github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-10T23:00:35.357Z] #50 27.45 go: extracting github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-10T23:00:35.357Z] #50 27.50 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-10T23:00:35.357Z] #50 27.53 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-10T23:00:35.615Z] #50 27.82 go: extracting github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-10T23:00:35.871Z] #50 27.92 go: extracting github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-10T23:00:35.871Z] #50 27.92 go: extracting github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-10T23:00:35.871Z] #50 28.18 go: extracting golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-10T23:00:37.360Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-06-10T23:00:38.794Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-06-10T23:00:40.053Z] #50 32.03 go: extracting github.com/gogo/protobuf v1.2.1 [2021-06-10T23:00:40.186Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-06-10T23:00:40.312Z] #50 ... [2021-06-10T23:00:40.312Z] [2021-06-10T23:00:40.312Z] #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-10T23:00:40.312Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-10T23:00:40.312Z] #56 22.53 Fetched 8449 kB in 17s (495 kB/s) [2021-06-10T23:00:40.312Z] #56 22.53 Reading package lists... [2021-06-10T23:00:40.569Z] #56 29.39 Reading package lists... [2021-06-10T23:00:40.569Z] #56 ... [2021-06-10T23:00:40.569Z] [2021-06-10T23:00:40.569Z] #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-10T23:00:40.569Z] #46 sha256:7370ff09fcd154ed5de7101c682966d102ad8b02f98dd1f71b7d12f9a3ad5f8e [2021-06-10T23:00:40.569Z] #46 27.13 vendor/golang.org/x/crypto/internal/subtle [2021-06-10T23:00:40.569Z] #46 27.27 vendor/golang.org/x/crypto/curve25519 [2021-06-10T23:00:40.756Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-06-10T23:00:41.133Z] #46 ... [2021-06-10T23:00:41.133Z] [2021-06-10T23:00:41.133Z] #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-10T23:00:41.133Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-10T23:00:41.133Z] #36 23.16 Fetched 8449 kB in 16s (515 kB/s) [2021-06-10T23:00:41.133Z] #36 23.16 Reading package lists... [2021-06-10T23:00:41.133Z] #36 29.59 Reading package lists... [2021-06-10T23:00:41.133Z] #36 ... [2021-06-10T23:00:41.133Z] [2021-06-10T23:00:41.133Z] #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-10T23:00:41.133Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-10T23:00:41.133Z] #13 23.62 Fetched 8974 kB in 18s (508 kB/s) [2021-06-10T23:00:41.133Z] #13 23.62 Reading package lists... [2021-06-10T23:00:41.389Z] #13 30.12 Reading package lists... [2021-06-10T23:00:41.389Z] #13 ... [2021-06-10T23:00:41.389Z] [2021-06-10T23:00:41.389Z] #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-10T23:00:41.389Z] #52 sha256:dad46f147e3cfbe8c67ec9776ae395b86dad9f33352689d8b256a351e0bdb441 [2021-06-10T23:00:41.389Z] #52 23.36 go: finding mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-06-10T23:00:41.389Z] #52 23.36 go: finding golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-06-10T23:00:41.389Z] #52 24.28 runtime [2021-06-10T23:00:41.389Z] #52 24.28 runtime/cgo [2021-06-10T23:00:41.389Z] #52 ... [2021-06-10T23:00:41.389Z] [2021-06-10T23:00:41.389Z] #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-10T23:00:41.389Z] #50 sha256:a97476e35aa9ced832c66332099bb5ea1f0677a8a2946e5dc590cf5e8e1157ee [2021-06-10T23:00:41.389Z] #50 33.64 go: extracting golang.org/x/text v0.3.2 [2021-06-10T23:00:41.647Z] #50 ... [2021-06-10T23:00:41.647Z] [2021-06-10T23:00:41.647Z] #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-10T23:00:41.647Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-10T23:00:41.647Z] #44 23.15 Fetched 8452 kB in 17s (499 kB/s) [2021-06-10T23:00:41.647Z] #44 23.15 Reading package lists... [2021-06-10T23:00:42.138Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-06-10T23:00:42.578Z] #44 29.55 Reading package lists... [2021-06-10T23:00:42.578Z] #44 ... [2021-06-10T23:00:42.578Z] [2021-06-10T23:00:42.578Z] #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-10T23:00:42.578Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-10T23:00:42.578Z] #40 24.20 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go go build -buildmode=pie -o /build/registry-v2 github.com/docker/distribution/cmd/registry [2021-06-10T23:00:42.836Z] #40 ... [2021-06-10T23:00:42.836Z] [2021-06-10T23:00:42.836Z] #56 [containerd 1/2] RUN --mount=type=cache,sharing=locked,id=moby-containerd-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-containerd-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends libbtrfs-dev [2021-06-10T23:00:42.836Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-10T23:00:42.836Z] #56 29.39 Reading package lists... [2021-06-10T23:00:43.521Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-06-10T23:00:44.772Z] #56 35.33 Building dependency tree... [2021-06-10T23:00:44.905Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-06-10T23:00:45.845Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-06-10T23:00:46.668Z] #56 38.39 The following additional packages will be installed: [2021-06-10T23:00:46.669Z] #56 38.41 libbtrfs0 [2021-06-10T23:00:46.669Z] #56 38.61 The following NEW packages will be installed: [2021-06-10T23:00:46.669Z] #56 38.64 libbtrfs-dev libbtrfs0 [2021-06-10T23:00:46.927Z] #56 39.07 0 upgraded, 2 newly installed, 0 to remove and 30 not upgraded. [2021-06-10T23:00:46.927Z] #56 39.07 Need to get 119 kB of archives. [2021-06-10T23:00:46.927Z] #56 39.07 After this operation, 387 kB of additional disk space will be used. [2021-06-10T23:00:46.927Z] #56 39.07 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-10T23:00:46.927Z] #56 39.13 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-10T23:00:47.229Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-06-10T23:00:47.864Z] #56 40.08 debconf: delaying package configuration, since apt-utils is not installed [2021-06-10T23:00:48.122Z] #56 40.23 Fetched 119 kB in 0s (353 kB/s) [2021-06-10T23:00:48.122Z] #56 40.33 Selecting previously unselected package libbtrfs0. [2021-06-10T23:00:48.122Z] #56 40.33 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-10T23:00:48.122Z] #56 40.39 Preparing to unpack .../libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-10T23:00:48.122Z] #56 40.40 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-10T23:00:48.169Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-10T23:00:48.169Z] Using test binary docker [2021-06-10T23:00:48.169Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-06-10T23:00:48.169Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-10T23:00:48.169Z] INFO: Waiting for daemon to start... [2021-06-10T23:00:48.169Z] Starting dockerd [2021-06-10T23:00:48.387Z] #56 40.56 Selecting previously unselected package libbtrfs-dev. [2021-06-10T23:00:48.387Z] #56 40.57 Preparing to unpack .../libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-10T23:00:48.387Z] #56 40.58 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-10T23:00:48.645Z] #56 ... [2021-06-10T23:00:48.645Z] [2021-06-10T23:00:48.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-10T23:00:48.645Z] #50 sha256:a97476e35aa9ced832c66332099bb5ea1f0677a8a2946e5dc590cf5e8e1157ee [2021-06-10T23:00:48.645Z] #50 38.02 go: finding github.com/fatih/color v1.7.0 [2021-06-10T23:00:48.645Z] #50 38.11 go: finding github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-06-10T23:00:48.645Z] #50 38.15 go: finding github.com/mattn/go-colorable v0.1.4 [2021-06-10T23:00:48.645Z] #50 38.17 go: finding github.com/mattn/go-isatty v0.0.8 [2021-06-10T23:00:48.645Z] #50 38.19 go: finding github.com/go-critic/go-critic v0.4.1 [2021-06-10T23:00:48.645Z] #50 38.22 go: finding golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-06-10T23:00:48.645Z] #50 38.27 go: finding github.com/go-lintpack/lintpack v0.5.2 [2021-06-10T23:00:48.645Z] #50 38.29 go: finding github.com/pkg/errors v0.8.1 [2021-06-10T23:00:48.645Z] #50 38.29 go: finding golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-06-10T23:00:48.645Z] #50 38.32 go: finding github.com/go-toolsmith/astfmt v1.0.0 [2021-06-10T23:00:48.645Z] #50 38.38 go: finding github.com/go-toolsmith/astequal v1.0.0 [2021-06-10T23:00:48.645Z] #50 38.39 go: finding github.com/mitchellh/go-homedir v1.1.0 [2021-06-10T23:00:48.645Z] #50 38.40 go: finding github.com/sirupsen/logrus v1.4.2 [2021-06-10T23:00:48.645Z] #50 38.41 go: finding github.com/stretchr/testify v1.4.0 [2021-06-10T23:00:48.645Z] #50 38.42 go: finding github.com/go-toolsmith/astp v1.0.0 [2021-06-10T23:00:48.645Z] #50 38.43 go: finding github.com/go-toolsmith/astcast v1.0.0 [2021-06-10T23:00:48.645Z] #50 38.45 go: finding github.com/go-toolsmith/typep v1.0.0 [2021-06-10T23:00:48.645Z] #50 38.45 go: finding github.com/spf13/viper v1.6.1 [2021-06-10T23:00:48.645Z] #50 38.48 go: finding github.com/davecgh/go-spew v1.1.1 [2021-06-10T23:00:48.645Z] #50 38.49 go: finding github.com/go-toolsmith/astcopy v1.0.0 [2021-06-10T23:00:48.645Z] #50 38.55 go: finding github.com/pmezard/go-difflib v1.0.0 [2021-06-10T23:00:48.645Z] #50 38.58 go: finding github.com/go-toolsmith/strparse v1.0.0 [2021-06-10T23:00:48.645Z] #50 38.61 go: finding github.com/OpenPeeDeeP/depguard v1.0.1 [2021-06-10T23:00:48.645Z] #50 38.62 go: finding github.com/stretchr/objx v0.2.0 [2021-06-10T23:00:48.645Z] #50 38.67 go: finding gopkg.in/yaml.v2 v2.2.7 [2021-06-10T23:00:48.645Z] #50 38.69 go: finding github.com/bombsimon/wsl/v2 v2.0.0 [2021-06-10T23:00:48.645Z] #50 38.71 go: finding github.com/fsnotify/fsnotify v1.4.7 [2021-06-10T23:00:48.645Z] #50 38.72 go: finding github.com/spf13/cobra v0.0.5 [2021-06-10T23:00:48.645Z] #50 38.75 go: finding github.com/gobwas/glob v0.2.3 [2021-06-10T23:00:48.645Z] #50 38.75 go: finding github.com/hashicorp/hcl v1.0.0 [2021-06-10T23:00:48.645Z] #50 38.80 go: finding github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-06-10T23:00:48.645Z] #50 38.81 go: finding github.com/spf13/pflag v1.0.5 [2021-06-10T23:00:48.645Z] #50 38.83 go: finding github.com/magiconair/properties v1.8.1 [2021-06-10T23:00:48.645Z] #50 38.86 go: finding github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-06-10T23:00:48.645Z] #50 38.91 go: finding github.com/mitchellh/mapstructure v1.1.2 [2021-06-10T23:00:48.645Z] #50 38.93 go: finding github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-06-10T23:00:48.645Z] #50 38.95 go: finding github.com/pelletier/go-toml v1.2.0 [2021-06-10T23:00:48.645Z] #50 39.00 go: finding github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-06-10T23:00:48.645Z] #50 39.02 go: finding github.com/spf13/afero v1.1.2 [2021-06-10T23:00:48.645Z] #50 39.04 go: finding github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-06-10T23:00:48.645Z] #50 39.06 go: finding github.com/spf13/cast v1.3.0 [2021-06-10T23:00:48.645Z] #50 39.07 go: finding github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-06-10T23:00:48.645Z] #50 39.08 go: finding github.com/spf13/jwalterweatherman v1.0.0 [2021-06-10T23:00:48.645Z] #50 39.12 go: finding github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-06-10T23:00:48.645Z] #50 39.17 go: finding github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-06-10T23:00:48.645Z] #50 39.18 go: finding github.com/subosito/gotenv v1.2.0 [2021-06-10T23:00:48.645Z] #50 39.20 go: finding gopkg.in/ini.v1 v1.51.0 [2021-06-10T23:00:48.645Z] #50 39.27 go: finding golang.org/x/text v0.3.2 [2021-06-10T23:00:48.645Z] #50 39.45 go: finding github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-06-10T23:00:48.645Z] #50 39.46 go: finding github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-06-10T23:00:48.645Z] #50 39.48 go: finding github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-06-10T23:00:48.645Z] #50 39.49 go: finding github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-06-10T23:00:48.645Z] #50 39.53 go: finding github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-06-10T23:00:48.645Z] #50 39.53 go: finding github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-06-10T23:00:48.645Z] #50 39.54 go: finding github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-06-10T23:00:48.645Z] #50 39.55 go: finding github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-06-10T23:00:48.645Z] #50 39.55 go: finding github.com/kisielk/gotool v1.0.0 [2021-06-10T23:00:48.645Z] #50 39.56 go: finding github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-06-10T23:00:48.645Z] #50 39.58 go: finding github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-06-10T23:00:48.645Z] #50 39.63 go: finding github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-06-10T23:00:48.645Z] #50 39.65 go: finding github.com/sourcegraph/go-diff v0.5.1 [2021-06-10T23:00:48.645Z] #50 39.65 go: finding github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-06-10T23:00:48.645Z] #50 39.65 go: finding github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-06-10T23:00:48.645Z] #50 39.66 go: finding github.com/tommy-muehle/go-mnd v1.1.1 [2021-06-10T23:00:48.645Z] #50 39.69 go: finding github.com/ultraware/funlen v0.0.2 [2021-06-10T23:00:48.645Z] #50 39.71 go: finding github.com/ultraware/whitespace v0.0.4 [2021-06-10T23:00:48.645Z] #50 39.73 go: finding github.com/gogo/protobuf v1.2.1 [2021-06-10T23:00:48.645Z] #50 39.85 go: finding github.com/uudashr/gocognit v1.0.1 [2021-06-10T23:00:48.645Z] #50 39.86 go: finding sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-06-10T23:00:48.645Z] #50 39.92 go: finding honnef.co/go/tools v0.0.1-2019.2.3 [2021-06-10T23:00:48.645Z] #50 39.98 go: finding mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-06-10T23:00:48.645Z] #50 40.02 go: finding mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-06-10T23:00:48.645Z] #50 40.07 go: finding github.com/BurntSushi/toml v0.3.1 [2021-06-10T23:00:48.645Z] #50 40.10 go: finding mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-06-10T23:00:49.211Z] #50 ... [2021-06-10T23:00:49.211Z] [2021-06-10T23:00:49.211Z] #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-10T23:00:49.211Z] #56 sha256:0647805b33c118c743211da5a4b0d92e8c931cdc3cc771bad0ef5531404407c2 [2021-06-10T23:00:49.211Z] #56 40.80 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-10T23:00:49.211Z] #56 40.83 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-10T23:00:49.211Z] #56 40.85 Processing triggers for libc-bin (2.28-10) ... [2021-06-10T23:00:49.211Z] #56 DONE 41.3s [2021-06-10T23:00:49.211Z] [2021-06-10T23:00:49.211Z] #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-10T23:00:49.211Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-10T23:00:49.211Z] #44 29.55 Reading package lists... [2021-06-10T23:00:49.211Z] #44 35.41 Building dependency tree... [2021-06-10T23:00:49.211Z] #44 38.37 The following additional packages will be installed: [2021-06-10T23:00:49.211Z] #44 38.38 libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 libpython3-stdlib [2021-06-10T23:00:49.211Z] #44 38.38 libpython3.7-minimal libpython3.7-stdlib python3 python3-minimal [2021-06-10T23:00:49.211Z] #44 38.38 python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-10T23:00:49.211Z] #44 38.38 python3.7-minimal [2021-06-10T23:00:49.211Z] #44 38.39 Suggested packages: [2021-06-10T23:00:49.211Z] #44 38.40 python3-doc python3-tk python3-venv python3-setuptools python3.7-venv [2021-06-10T23:00:49.211Z] #44 38.40 python3.7-doc binfmt-support [2021-06-10T23:00:49.211Z] #44 39.57 The following NEW packages will be installed: [2021-06-10T23:00:49.211Z] #44 39.58 criu libmpdec2 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf17 [2021-06-10T23:00:49.211Z] #44 39.60 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib python3 [2021-06-10T23:00:49.211Z] #44 39.60 python3-minimal python3-pkg-resources python3-protobuf python3-six python3.7 [2021-06-10T23:00:49.211Z] #44 39.60 python3.7-minimal [2021-06-10T23:00:49.211Z] #44 40.06 0 upgraded, 16 newly installed, 0 to remove and 30 not upgraded. [2021-06-10T23:00:49.211Z] #44 40.06 Need to get 6695 kB of archives. [2021-06-10T23:00:49.211Z] #44 40.06 After this operation, 33.1 MB of additional disk space will be used. [2021-06-10T23:00:49.211Z] #44 40.06 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-minimal amd64 3.7.3-2+deb10u3 [589 kB] [2021-06-10T23:00:49.211Z] #44 40.09 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7-minimal amd64 3.7.3-2+deb10u3 [1737 kB] [2021-06-10T23:00:49.211Z] #44 40.28 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-10T23:00:49.211Z] #44 40.29 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-10T23:00:49.211Z] #44 40.30 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3.7-stdlib amd64 3.7.3-2+deb10u3 [1734 kB] [2021-06-10T23:00:49.211Z] #44 40.43 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-10T23:00:49.211Z] #44 40.45 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-10T23:00:49.211Z] #44 40.46 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-10T23:00:49.211Z] #44 40.46 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf17 amd64 3.6.1.3-2 [814 kB] [2021-06-10T23:00:49.211Z] #44 40.53 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-10T23:00:49.211Z] #44 40.55 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-six all 1.12.0-1 [15.7 kB] [2021-06-10T23:00:49.211Z] #44 40.56 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-protobuf amd64 3.6.1.3-2 [334 kB] [2021-06-10T23:00:49.211Z] #44 40.59 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-06-10T23:00:49.211Z] #44 40.59 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnl-3-200 amd64 3.4.0-1 [63.0 kB] [2021-06-10T23:00:49.211Z] #44 40.60 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libprotobuf-c1 amd64 1.3.1-1+b1 [26.5 kB] [2021-06-10T23:00:49.211Z] #44 40.61 Get:16 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [2021-06-10T23:00:50.583Z] #44 42.19 debconf: delaying package configuration, since apt-utils is not installed [2021-06-10T23:00:50.583Z] #44 42.41 Fetched 6695 kB in 1s (5209 kB/s) [2021-06-10T23:00:50.708Z] . [2021-06-10T23:00:50.708Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-10T23:00:50.708Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-10T23:00:50.708Z] Error: No such image: emptyfs [2021-06-10T23:00:50.708Z] Running integration-test (iteration 1) [2021-06-10T23:00:50.708Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-06-10T23:00:50.841Z] #44 42.53 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-10T23:00:50.841Z] #44 42.53 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-10T23:00:50.841Z] #44 42.58 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-10T23:00:50.841Z] #44 42.60 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-10T23:00:51.775Z] #44 43.34 Selecting previously unselected package python3.7-minimal. [2021-06-10T23:00:51.775Z] #44 43.34 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-10T23:00:51.775Z] #44 43.40 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-10T23:00:51.775Z] #44 ... [2021-06-10T23:00:51.775Z] [2021-06-10T23:00:51.775Z] #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-10T23:00:51.775Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-10T23:00:52.033Z] #32 43.77 Checking out files: 92% (1403/1521) Checking out files: 93% (1415/1521) Checking out files: 94% (1430/1521) Checking out files: 95% (1445/1521) Checking out files: 96% (1461/1521) Checking out files: 97% (1476/1521) Checking out files: 98% (1491/1521) Checking out files: 99% (1506/1521) Checking out files: 100% (1521/1521) Checking out files: 100% (1521/1521), done. [2021-06-10T23:00:52.033Z] #32 44.07 + git checkout -q 5e6cb12f7c82ce78e45ba71fa6cb1928094db050 [2021-06-10T23:00:52.964Z] #32 44.87 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-06-10T23:00:53.221Z] #32 ... [2021-06-10T23:00:53.221Z] [2021-06-10T23:00:53.221Z] #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-10T23:00:53.221Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-10T23:00:53.221Z] #36 29.59 Reading package lists... [2021-06-10T23:00:53.221Z] #36 35.54 Building dependency tree... [2021-06-10T23:00:53.221Z] #36 38.64 The following additional packages will be installed: [2021-06-10T23:00:53.221Z] #36 38.65 cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 xxd [2021-06-10T23:00:53.221Z] #36 38.66 Suggested packages: [2021-06-10T23:00:53.221Z] #36 38.67 cmake-doc ninja-build lrzip [2021-06-10T23:00:53.221Z] #36 38.67 Recommended packages: [2021-06-10T23:00:53.221Z] #36 38.67 vim | vim-gtk | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-06-10T23:00:53.221Z] #36 39.50 The following NEW packages will be installed: [2021-06-10T23:00:53.221Z] #36 39.50 cmake cmake-data libarchive13 libicu63 libjsoncpp1 librhash0 libuv1 libxml2 [2021-06-10T23:00:53.221Z] #36 39.51 vim-common xxd [2021-06-10T23:00:53.221Z] #36 39.90 0 upgraded, 10 newly installed, 0 to remove and 30 not upgraded. [2021-06-10T23:00:53.221Z] #36 39.90 Need to get 14.9 MB of archives. [2021-06-10T23:00:53.221Z] #36 39.90 After this operation, 61.8 MB of additional disk space will be used. [2021-06-10T23:00:53.221Z] #36 39.90 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-10T23:00:53.221Z] #36 39.90 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-10T23:00:53.221Z] #36 39.91 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake-data all 3.13.4-1 [1476 kB] [2021-06-10T23:00:53.221Z] #36 40.02 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-10T23:00:53.221Z] #36 40.67 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libxml2 amd64 2.9.4+dfsg1-7+deb10u1 [689 kB] [2021-06-10T23:00:53.221Z] #36 40.73 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libarchive13 amd64 3.3.3-4+deb10u1 [313 kB] [2021-06-10T23:00:53.221Z] #36 40.76 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjsoncpp1 amd64 1.7.4-3 [75.6 kB] [2021-06-10T23:00:53.221Z] #36 40.76 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 librhash0 amd64 1.3.8-1 [122 kB] [2021-06-10T23:00:53.221Z] #36 40.77 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libuv1 amd64 1.24.1-1 [110 kB] [2021-06-10T23:00:53.221Z] #36 40.78 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 cmake amd64 3.13.4-1 [3480 kB] [2021-06-10T23:00:53.221Z] #36 42.19 debconf: delaying package configuration, since apt-utils is not installed [2021-06-10T23:00:53.221Z] #36 42.38 Fetched 14.9 MB in 1s (10.4 MB/s) [2021-06-10T23:00:53.221Z] #36 42.48 Selecting previously unselected package xxd. [2021-06-10T23:00:53.221Z] #36 42.48 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-10T23:00:53.221Z] #36 42.56 Preparing to unpack .../0-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-10T23:00:53.221Z] #36 42.58 Unpacking xxd (2:8.1.0875-5) ... [2021-06-10T23:00:53.221Z] #36 42.83 Selecting previously unselected package vim-common. [2021-06-10T23:00:53.221Z] #36 42.84 Preparing to unpack .../1-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-10T23:00:53.221Z] #36 42.85 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-10T23:00:53.221Z] #36 43.22 Selecting previously unselected package cmake-data. [2021-06-10T23:00:53.221Z] #36 43.22 Preparing to unpack .../2-cmake-data_3.13.4-1_all.deb ... [2021-06-10T23:00:53.221Z] #36 43.22 Unpacking cmake-data (3.13.4-1) ... [2021-06-10T23:00:53.221Z] #36 ... [2021-06-10T23:00:53.221Z] [2021-06-10T23:00:53.221Z] #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-10T23:00:53.221Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-10T23:00:53.221Z] #44 44.86 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-10T23:00:53.221Z] #44 44.90 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-10T23:00:54.591Z] #44 ... [2021-06-10T23:00:54.591Z] [2021-06-10T23:00:54.591Z] #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-10T23:00:54.591Z] #46 sha256:7370ff09fcd154ed5de7101c682966d102ad8b02f98dd1f71b7d12f9a3ad5f8e [2021-06-10T23:00:54.591Z] #46 36.40 sync [2021-06-10T23:00:54.591Z] #46 36.41 internal/reflectlite [2021-06-10T23:00:54.591Z] #46 37.78 github.com/LK4D4/vndr/godl/singleflight [2021-06-10T23:00:54.591Z] #46 38.07 math/rand [2021-06-10T23:00:54.591Z] #46 39.11 internal/singleflight [2021-06-10T23:00:54.591Z] #46 39.51 errors [2021-06-10T23:00:54.591Z] #46 39.51 sort [2021-06-10T23:00:54.591Z] #46 39.90 io [2021-06-10T23:00:54.591Z] #46 40.57 strconv [2021-06-10T23:00:54.591Z] #46 41.12 bytes [2021-06-10T23:00:54.591Z] #46 43.18 bufio [2021-06-10T23:00:54.591Z] #46 43.90 reflect [2021-06-10T23:00:54.591Z] #46 44.58 internal/oserror [2021-06-10T23:00:54.591Z] #46 44.77 syscall [2021-06-10T23:00:54.591Z] #46 ... [2021-06-10T23:00:54.591Z] [2021-06-10T23:00:54.591Z] #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-10T23:00:54.591Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-10T23:00:54.591Z] #36 45.88 Selecting previously unselected package libicu63:amd64. [2021-06-10T23:00:54.591Z] #36 45.88 Preparing to unpack .../3-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-10T23:00:54.591Z] #36 45.91 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-10T23:00:56.487Z] #36 ... [2021-06-10T23:00:56.487Z] [2021-06-10T23:00:56.487Z] #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-10T23:00:56.487Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-10T23:00:56.487Z] #13 30.12 Reading package lists... [2021-06-10T23:00:56.487Z] #13 35.94 Building dependency tree... [2021-06-10T23:00:56.487Z] #13 39.18 The following additional packages will be installed: [2021-06-10T23:00:56.487Z] #13 39.18 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup gcc-mingw-w64-base [2021-06-10T23:00:56.487Z] #13 39.18 gcc-mingw-w64-x86-64 libapparmor1 libbtrfs0 libdevmapper-event1.02.1 [2021-06-10T23:00:56.487Z] #13 39.18 libdevmapper1.02.1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2021-06-10T23:00:56.487Z] #13 39.19 libseccomp2 libselinux1-dev libsepol1-dev libsystemd0 libudev1 [2021-06-10T23:00:56.487Z] #13 39.19 mingw-w64-common mingw-w64-x86-64-dev [2021-06-10T23:00:56.487Z] #13 39.21 Suggested packages: [2021-06-10T23:00:56.487Z] #13 39.21 gcc-8-locales seccomp wine64 [2021-06-10T23:00:56.487Z] #13 40.50 The following NEW packages will be installed: [2021-06-10T23:00:56.487Z] #13 40.51 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-06-10T23:00:56.487Z] #13 40.51 g++-mingw-w64-x86-64 gcc-mingw-w64-base gcc-mingw-w64-x86-64 libapparmor-dev [2021-06-10T23:00:56.487Z] #13 40.51 libapparmor1 libbtrfs-dev libbtrfs0 libdevmapper-dev [2021-06-10T23:00:56.487Z] #13 40.51 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre16-3 libpcre3-dev [2021-06-10T23:00:56.487Z] #13 40.51 libpcre32-3 libpcrecpp0v5 libseccomp-dev libselinux1-dev libsepol1-dev [2021-06-10T23:00:56.487Z] #13 40.51 libsystemd-dev libudev-dev mingw-w64-common mingw-w64-x86-64-dev [2021-06-10T23:00:56.487Z] #13 40.54 The following packages will be upgraded: [2021-06-10T23:00:56.487Z] #13 40.54 libseccomp2 libsystemd0 libudev1 [2021-06-10T23:00:56.487Z] #13 40.95 3 upgraded, 25 newly installed, 0 to remove and 28 not upgraded. [2021-06-10T23:00:56.487Z] #13 40.95 Need to get 78.2 MB of archives. [2021-06-10T23:00:56.487Z] #13 40.95 After this operation, 487 MB of additional disk space will be used. [2021-06-10T23:00:56.487Z] #13 40.95 Get:1 http://deb.debian.org/debian buster-backports/main amd64 libseccomp2 amd64 2.4.4-1~bpo10+1 [47.6 kB] [2021-06-10T23:00:56.487Z] #13 40.95 Get:2 http://deb.debian.org/debian buster-backports/main amd64 libseccomp-dev amd64 2.4.4-1~bpo10+1 [74.0 kB] [2021-06-10T23:00:56.487Z] #13 40.95 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd0 amd64 241-7~deb10u7 [332 kB] [2021-06-10T23:00:56.487Z] #13 40.97 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev1 amd64 241-7~deb10u7 [151 kB] [2021-06-10T23:00:56.487Z] #13 40.99 Get:5 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-10T23:00:56.487Z] #13 41.18 Get:6 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-10T23:00:56.487Z] #13 41.41 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 binutils-mingw-w64 all 2.31.1-11+8.3 [138 kB] [2021-06-10T23:00:56.487Z] #13 41.43 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper1.02.1 amd64 2:1.02.155-3 [141 kB] [2021-06-10T23:00:56.487Z] #13 41.45 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dmsetup amd64 2:1.02.155-3 [90.8 kB] [2021-06-10T23:00:56.487Z] #13 41.45 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-common all 6.0.0-3 [4910 kB] [2021-06-10T23:00:56.487Z] #13 41.86 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 mingw-w64-x86-64-dev all 6.0.0-3 [3454 kB] [2021-06-10T23:00:56.487Z] #13 42.13 Get:12 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-10T23:00:56.487Z] #13 42.14 Get:13 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-10T23:00:56.487Z] #13 45.26 Get:14 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-10T23:00:57.052Z] #13 ... [2021-06-10T23:00:57.052Z] [2021-06-10T23:00:57.052Z] #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-10T23:00:57.052Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-10T23:00:57.052Z] #44 48.96 Selecting previously unselected package python3-minimal. [2021-06-10T23:00:57.309Z] #44 48.96 (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 ... 15650 files and directories currently installed.) [2021-06-10T23:00:57.309Z] #44 49.05 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-10T23:00:57.309Z] #44 49.06 Unpacking python3-minimal (3.7.3-1) ... [2021-06-10T23:00:57.309Z] #44 49.19 Selecting previously unselected package libmpdec2:amd64. [2021-06-10T23:00:57.309Z] #44 49.20 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-10T23:00:57.309Z] #44 49.22 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-10T23:00:57.578Z] #44 49.42 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-10T23:00:57.578Z] #44 49.43 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-10T23:00:57.578Z] #44 49.43 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-10T23:00:59.475Z] #44 ... [2021-06-10T23:00:59.475Z] [2021-06-10T23:00:59.475Z] #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-10T23:00:59.475Z] #57 sha256:7bead9b9bf738e51b6d54da5026b52a16c9a293430e4043f7f371c901e943e87 [2021-06-10T23:00:59.475Z] #57 3.219 + RM_GOPATH=0 [2021-06-10T23:00:59.475Z] #57 3.219 + TMP_GOPATH= [2021-06-10T23:00:59.475Z] #57 3.219 + : /build [2021-06-10T23:00:59.475Z] #57 3.219 + '[' -z '' ']' [2021-06-10T23:00:59.475Z] #57 3.220 ++ mktemp -d [2021-06-10T23:00:59.475Z] #57 3.221 + export GOPATH=/tmp/tmp.ESkP6jSCqQ [2021-06-10T23:00:59.475Z] #57 3.221 + GOPATH=/tmp/tmp.ESkP6jSCqQ [2021-06-10T23:00:59.475Z] #57 3.221 + RM_GOPATH=1 [2021-06-10T23:00:59.475Z] #57 3.221 + case "$(go env GOARCH)" in [2021-06-10T23:00:59.475Z] #57 3.221 ++ go env GOARCH [2021-06-10T23:00:59.475Z] #57 3.248 + export GO_BUILDMODE=-buildmode=pie [2021-06-10T23:00:59.475Z] #57 3.248 + GO_BUILDMODE=-buildmode=pie [2021-06-10T23:00:59.475Z] #57 3.248 ++ dirname /tmp/install/install.sh [2021-06-10T23:00:59.475Z] #57 3.250 + dir=/tmp/install [2021-06-10T23:00:59.475Z] #57 3.250 + bin=containerd [2021-06-10T23:00:59.475Z] #57 3.250 + shift [2021-06-10T23:00:59.475Z] #57 3.250 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-06-10T23:00:59.475Z] #57 3.250 + . /tmp/install/containerd.installer [2021-06-10T23:00:59.475Z] #57 3.250 ++ set -e [2021-06-10T23:00:59.475Z] #57 3.250 ++ : 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-10T23:00:59.475Z] #57 3.250 + install_containerd [2021-06-10T23:00:59.475Z] #57 3.251 + echo 'Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a' [2021-06-10T23:00:59.475Z] #57 3.251 Install containerd version 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-10T23:00:59.475Z] #57 3.251 + git clone https://github.com/containerd/containerd.git /tmp/tmp.ESkP6jSCqQ/src/github.com/containerd/containerd [2021-06-10T23:00:59.475Z] #57 3.252 Cloning into '/tmp/tmp.ESkP6jSCqQ/src/github.com/containerd/containerd'... [2021-06-10T23:00:59.475Z] #57 ... [2021-06-10T23:00:59.475Z] [2021-06-10T23:00:59.475Z] #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-10T23:00:59.475Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-10T23:00:59.475Z] #13 47.55 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor1 amd64 2.13.2-10 [94.7 kB] [2021-06-10T23:00:59.475Z] #13 47.56 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libapparmor-dev amd64 2.13.2-10 [136 kB] [2021-06-10T23:00:59.475Z] #13 47.56 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs0 amd64 4.20.1-2 [42.0 kB] [2021-06-10T23:00:59.475Z] #13 47.56 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libbtrfs-dev amd64 4.20.1-2 [77.1 kB] [2021-06-10T23:00:59.475Z] #13 47.58 Get:19 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-10T23:00:59.475Z] #13 47.58 Get:20 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libudev-dev amd64 241-7~deb10u7 [110 kB] [2021-06-10T23:00:59.475Z] #13 47.59 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsepol1-dev amd64 2.8-1 [338 kB] [2021-06-10T23:00:59.475Z] #13 47.63 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre16-3 amd64 2:8.39-12 [259 kB] [2021-06-10T23:00:59.475Z] #13 47.65 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre32-3 amd64 2:8.39-12 [250 kB] [2021-06-10T23:00:59.475Z] #13 47.67 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcrecpp0v5 amd64 2:8.39-12 [152 kB] [2021-06-10T23:00:59.475Z] #13 47.69 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpcre3-dev amd64 2:8.39-12 [650 kB] [2021-06-10T23:00:59.475Z] #13 47.75 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libselinux1-dev amd64 2.8-1+b1 [169 kB] [2021-06-10T23:00:59.475Z] #13 47.77 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdevmapper-dev amd64 2:1.02.155-3 [51.4 kB] [2021-06-10T23:00:59.475Z] #13 47.77 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libsystemd-dev amd64 241-7~deb10u7 [322 kB] [2021-06-10T23:00:59.475Z] #13 ... [2021-06-10T23:00:59.475Z] [2021-06-10T23:00:59.475Z] #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-10T23:00:59.475Z] #48 sha256:6c6b73e687087eb22de38ebfc076de970b595ce07858b1326ed147d90a6b2d76 [2021-06-10T23:00:59.475Z] #48 DONE 51.5s [2021-06-10T23:00:59.475Z] [2021-06-10T23:00:59.475Z] #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-10T23:00:59.475Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-10T23:00:59.475Z] #44 51.34 Selecting previously unselected package python3.7. [2021-06-10T23:00:59.475Z] #44 51.34 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-10T23:00:59.734Z] #44 51.36 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-10T23:00:59.734Z] #44 51.63 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-10T23:00:59.734Z] #44 51.63 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-10T23:00:59.734Z] #44 51.63 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-10T23:00:59.992Z] #44 51.87 Setting up python3-minimal (3.7.3-1) ... [2021-06-10T23:01:01.913Z] #44 53.58 Selecting previously unselected package python3. [2021-06-10T23:01:01.913Z] #44 53.58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 16062 files and directories currently installed.) [2021-06-10T23:01:01.913Z] #44 53.63 Preparing to unpack .../0-python3_3.7.3-1_amd64.deb ... [2021-06-10T23:01:01.913Z] #44 53.67 Unpacking python3 (3.7.3-1) ... [2021-06-10T23:01:02.170Z] #44 53.83 Selecting previously unselected package libprotobuf17:amd64. [2021-06-10T23:01:02.170Z] #44 53.84 Preparing to unpack .../1-libprotobuf17_3.6.1.3-2_amd64.deb ... [2021-06-10T23:01:02.170Z] #44 53.84 Unpacking libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-10T23:01:02.733Z] #44 54.55 Selecting previously unselected package python3-pkg-resources. [2021-06-10T23:01:02.733Z] #44 54.55 Preparing to unpack .../2-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-10T23:01:02.733Z] #44 54.58 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-10T23:01:02.990Z] #44 54.79 Selecting previously unselected package python3-six. [2021-06-10T23:01:02.990Z] #44 54.79 Preparing to unpack .../3-python3-six_1.12.0-1_all.deb ... [2021-06-10T23:01:02.990Z] #44 54.81 Unpacking python3-six (1.12.0-1) ... [2021-06-10T23:01:03.248Z] #44 54.97 Selecting previously unselected package python3-protobuf. [2021-06-10T23:01:03.248Z] #44 54.97 Preparing to unpack .../4-python3-protobuf_3.6.1.3-2_amd64.deb ... [2021-06-10T23:01:03.248Z] #44 54.97 Unpacking python3-protobuf (3.6.1.3-2) ... [2021-06-10T23:01:03.507Z] #44 55.40 Selecting previously unselected package libnet1:amd64. [2021-06-10T23:01:03.507Z] #44 55.40 Preparing to unpack .../5-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-10T23:01:03.507Z] #44 55.40 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-10T23:01:03.764Z] #44 55.54 Selecting previously unselected package libnl-3-200:amd64. [2021-06-10T23:01:03.764Z] #44 55.54 Preparing to unpack .../6-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-10T23:01:03.764Z] #44 ... [2021-06-10T23:01:03.764Z] [2021-06-10T23:01:03.764Z] #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-10T23:01:03.764Z] #52 sha256:dad46f147e3cfbe8c67ec9776ae395b86dad9f33352689d8b256a351e0bdb441 [2021-06-10T23:01:03.764Z] #52 45.79 syscall [2021-06-10T23:01:03.764Z] #52 45.79 reflect [2021-06-10T23:01:03.764Z] #52 53.27 time [2021-06-10T23:01:03.764Z] #52 ... [2021-06-10T23:01:03.764Z] [2021-06-10T23:01:03.764Z] #13 [runtime-dev-cross-false 2/2] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev/buster-backports libsystemd-dev libudev-dev [2021-06-10T23:01:03.764Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-10T23:01:03.764Z] #13 48.90 debconf: delaying package configuration, since apt-utils is not installed [2021-06-10T23:01:03.764Z] #13 49.13 Fetched 78.2 MB in 7s (11.0 MB/s) [2021-06-10T23:01:03.764Z] #13 49.23 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-10T23:01:03.764Z] #13 49.30 Preparing to unpack .../libsystemd0_241-7~deb10u7_amd64.deb ... [2021-06-10T23:01:03.764Z] #13 49.32 Unpacking libsystemd0:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-06-10T23:01:03.764Z] #13 49.74 Setting up libsystemd0:amd64 (241-7~deb10u7) ... [2021-06-10T23:01:03.764Z] #13 49.87 (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 ... 15410 files and directories currently installed.) [2021-06-10T23:01:03.764Z] #13 49.93 Preparing to unpack .../libseccomp2_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-10T23:01:03.764Z] #13 50.00 Unpacking libseccomp2:amd64 (2.4.4-1~bpo10+1) over (2.3.3-4) ... [2021-06-10T23:01:03.764Z] #13 50.25 Setting up libseccomp2:amd64 (2.4.4-1~bpo10+1) ... [2021-06-10T23:01:03.765Z] #13 50.47 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-10T23:01:03.765Z] #13 50.54 Preparing to unpack .../libudev1_241-7~deb10u7_amd64.deb ... [2021-06-10T23:01:03.765Z] #13 50.57 Unpacking libudev1:amd64 (241-7~deb10u7) over (241-7~deb10u4) ... [2021-06-10T23:01:03.765Z] #13 50.86 Setting up libudev1:amd64 (241-7~deb10u7) ... [2021-06-10T23:01:03.765Z] #13 51.01 Selecting previously unselected package binutils-mingw-w64-i686. [2021-06-10T23:01:03.765Z] #13 51.01 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15410 files and directories currently installed.) [2021-06-10T23:01:03.765Z] #13 51.11 Preparing to unpack .../00-binutils-mingw-w64-i686_2.31.1-11+8.3_amd64.deb ... [2021-06-10T23:01:03.765Z] #13 51.12 Unpacking binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-10T23:01:04.026Z] #13 53.38 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-06-10T23:01:04.026Z] #13 53.38 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.31.1-11+8.3_amd64.deb ... [2021-06-10T23:01:04.286Z] #13 53.39 Unpacking binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-10T23:01:05.604Z] Loaded image: buildpack-deps:buster [2021-06-10T23:01:05.604Z] Loaded image: busybox:latest [2021-06-10T23:01:05.604Z] Loaded image: busybox:glibc [2021-06-10T23:01:06.184Z] #13 ... [2021-06-10T23:01:06.184Z] [2021-06-10T23:01:06.184Z] #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-10T23:01:06.184Z] #36 sha256:28c4adbc7689df7c1dddc98946a0c49af231f67bf84123bc096c1ba18d0f97a5 [2021-06-10T23:01:06.184Z] #36 52.59 Selecting previously unselected package libxml2:amd64. [2021-06-10T23:01:06.184Z] #36 52.59 Preparing to unpack .../4-libxml2_2.9.4+dfsg1-7+deb10u1_amd64.deb ... [2021-06-10T23:01:06.184Z] #36 52.59 Unpacking libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-10T23:01:06.184Z] #36 53.25 Selecting previously unselected package libarchive13:amd64. [2021-06-10T23:01:06.184Z] #36 53.25 Preparing to unpack .../5-libarchive13_3.3.3-4+deb10u1_amd64.deb ... [2021-06-10T23:01:06.184Z] #36 53.26 Unpacking libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-10T23:01:06.184Z] #36 53.60 Selecting previously unselected package libjsoncpp1:amd64. [2021-06-10T23:01:06.184Z] #36 53.60 Preparing to unpack .../6-libjsoncpp1_1.7.4-3_amd64.deb ... [2021-06-10T23:01:06.184Z] #36 53.63 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-10T23:01:06.184Z] #36 53.81 Selecting previously unselected package librhash0:amd64. [2021-06-10T23:01:06.184Z] #36 53.81 Preparing to unpack .../7-librhash0_1.3.8-1_amd64.deb ... [2021-06-10T23:01:06.184Z] #36 53.81 Unpacking librhash0:amd64 (1.3.8-1) ... [2021-06-10T23:01:06.184Z] #36 53.93 Selecting previously unselected package libuv1:amd64. [2021-06-10T23:01:06.184Z] #36 53.93 Preparing to unpack .../8-libuv1_1.24.1-1_amd64.deb ... [2021-06-10T23:01:06.184Z] #36 53.94 Unpacking libuv1:amd64 (1.24.1-1) ... [2021-06-10T23:01:06.184Z] #36 54.12 Selecting previously unselected package cmake. [2021-06-10T23:01:06.184Z] #36 54.15 Preparing to unpack .../9-cmake_3.13.4-1_amd64.deb ... [2021-06-10T23:01:06.184Z] #36 54.16 Unpacking cmake (3.13.4-1) ... [2021-06-10T23:01:06.184Z] #36 57.38 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-10T23:01:06.184Z] #36 57.39 Setting up xxd (2:8.1.0875-5) ... [2021-06-10T23:01:06.184Z] #36 57.42 Setting up libuv1:amd64 (1.24.1-1) ... [2021-06-10T23:01:06.184Z] #36 57.43 Setting up vim-common (2:8.1.0875-5) ... [2021-06-10T23:01:06.184Z] #36 57.50 Setting up librhash0:amd64 (1.3.8-1) ... [2021-06-10T23:01:06.184Z] #36 57.52 Setting up cmake-data (3.13.4-1) ... [2021-06-10T23:01:06.184Z] #36 57.62 Setting up libxml2:amd64 (2.9.4+dfsg1-7+deb10u1) ... [2021-06-10T23:01:06.184Z] #36 57.68 Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2021-06-10T23:01:06.184Z] #36 57.72 Setting up libarchive13:amd64 (3.3.3-4+deb10u1) ... [2021-06-10T23:01:06.184Z] #36 57.75 Setting up cmake (3.13.4-1) ... [2021-06-10T23:01:06.184Z] #36 57.77 Processing triggers for libc-bin (2.28-10) ... [2021-06-10T23:01:06.184Z] #36 57.82 Processing triggers for mime-support (3.62) ... [2021-06-10T23:01:06.184Z] #36 DONE 58.1s [2021-06-10T23:01:06.184Z] [2021-06-10T23:01:06.184Z] #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-10T23:01:06.184Z] #37 sha256:a8581f9e6350eb33e467af599f19a832b35997a0540012e5f80f5b7c30ad5c7c [2021-06-10T23:01:06.985Z] Loaded image: debian:bullseye [2021-06-10T23:01:06.985Z] Loaded image: hello-world:latest [2021-06-10T23:01:07.245Z] Loaded image: arm32v7/hello-world:latest [2021-06-10T23:01:07.245Z] INFO: Testing against a local daemon [2021-06-10T23:01:07.245Z] === RUN TestCgroupNamespacesBuild [2021-06-10T23:01:09.462Z] #37 3.128 + RM_GOPATH=0 [2021-06-10T23:01:09.462Z] #37 3.128 + TMP_GOPATH= [2021-06-10T23:01:09.462Z] #37 3.128 + : /build [2021-06-10T23:01:09.462Z] #37 3.128 + '[' -z '' ']' [2021-06-10T23:01:09.462Z] #37 3.129 ++ mktemp -d [2021-06-10T23:01:09.462Z] #37 3.130 + export GOPATH=/tmp/tmp.67WSO3Irqq [2021-06-10T23:01:09.462Z] #37 3.130 + GOPATH=/tmp/tmp.67WSO3Irqq [2021-06-10T23:01:09.462Z] #37 3.130 + RM_GOPATH=1 [2021-06-10T23:01:09.462Z] #37 3.130 + case "$(go env GOARCH)" in [2021-06-10T23:01:09.462Z] #37 3.131 ++ go env GOARCH [2021-06-10T23:01:09.462Z] #37 3.139 + export GO_BUILDMODE=-buildmode=pie [2021-06-10T23:01:09.462Z] #37 3.139 + GO_BUILDMODE=-buildmode=pie [2021-06-10T23:01:09.462Z] #37 3.140 ++ dirname /tmp/install/install.sh [2021-06-10T23:01:09.462Z] #37 3.141 + dir=/tmp/install [2021-06-10T23:01:09.462Z] #37 3.155 + bin=tini [2021-06-10T23:01:09.462Z] #37 3.155 + shift [2021-06-10T23:01:09.462Z] #37 3.155 + '[' '!' -f /tmp/install/tini.installer ']' [2021-06-10T23:01:09.462Z] #37 3.156 + . /tmp/install/tini.installer [2021-06-10T23:01:09.462Z] #37 3.156 ++ : de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-10T23:01:09.462Z] #37 3.156 + install_tini [2021-06-10T23:01:09.462Z] #37 3.156 + echo 'Install tini version de40ad007797e0dcd8b7126f27bb87401d224240' [2021-06-10T23:01:09.462Z] #37 3.157 Install tini version de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-10T23:01:09.462Z] #37 3.157 + git clone https://github.com/krallin/tini.git /tmp/tmp.67WSO3Irqq/tini [2021-06-10T23:01:09.462Z] #37 3.159 Cloning into '/tmp/tmp.67WSO3Irqq/tini'... [2021-06-10T23:01:09.784Z] --- PASS: TestCgroupNamespacesBuild (2.49s) [2021-06-10T23:01:09.784Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-06-10T23:01:10.394Z] #37 ... [2021-06-10T23:01:10.394Z] [2021-06-10T23:01:10.394Z] #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-10T23:01:10.394Z] #46 sha256:7370ff09fcd154ed5de7101c682966d102ad8b02f98dd1f71b7d12f9a3ad5f8e [2021-06-10T23:01:10.394Z] #46 52.36 time [2021-06-10T23:01:10.394Z] #46 56.60 internal/fmtsort [2021-06-10T23:01:10.394Z] #46 57.29 internal/syscall/execenv [2021-06-10T23:01:10.394Z] #46 57.45 internal/syscall/unix [2021-06-10T23:01:10.394Z] #46 57.77 strings [2021-06-10T23:01:10.394Z] #46 57.80 internal/poll [2021-06-10T23:01:10.394Z] #46 60.00 os [2021-06-10T23:01:10.394Z] #46 60.44 regexp/syntax [2021-06-10T23:01:10.394Z] #46 ... [2021-06-10T23:01:10.394Z] [2021-06-10T23:01:10.394Z] #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-10T23:01:10.394Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-10T23:01:10.394Z] #13 56.20 Selecting previously unselected package binutils-mingw-w64. [2021-06-10T23:01:10.394Z] #13 56.22 Preparing to unpack .../02-binutils-mingw-w64_2.31.1-11+8.3_all.deb ... [2021-06-10T23:01:10.394Z] #13 56.23 Unpacking binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-10T23:01:10.394Z] #13 56.37 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-06-10T23:01:10.394Z] #13 56.37 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-10T23:01:10.394Z] #13 56.37 Unpacking libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-10T23:01:10.394Z] #13 56.57 Selecting previously unselected package dmsetup. [2021-06-10T23:01:10.394Z] #13 56.57 Preparing to unpack .../04-dmsetup_2%3a1.02.155-3_amd64.deb ... [2021-06-10T23:01:10.394Z] #13 56.57 Unpacking dmsetup (2:1.02.155-3) ... [2021-06-10T23:01:10.394Z] #13 56.74 Selecting previously unselected package mingw-w64-common. [2021-06-10T23:01:10.394Z] #13 56.74 Preparing to unpack .../05-mingw-w64-common_6.0.0-3_all.deb ... [2021-06-10T23:01:10.394Z] #13 56.75 Unpacking mingw-w64-common (6.0.0-3) ... [2021-06-10T23:01:12.325Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.43s) [2021-06-10T23:01:12.325Z] === RUN TestBuildWithSession [2021-06-10T23:01:12.325Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-10T23:01:12.325Z] build_session_test.go:25: TODO: BuildKit [2021-06-10T23:01:12.325Z] === RUN TestBuildSquashParent [2021-06-10T23:01:12.919Z] #13 62.02 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-06-10T23:01:12.919Z] #13 62.06 Preparing to unpack .../06-mingw-w64-x86-64-dev_6.0.0-3_all.deb ... [2021-06-10T23:01:12.919Z] #13 62.06 Unpacking mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-10T23:01:13.852Z] #13 ... [2021-06-10T23:01:13.852Z] [2021-06-10T23:01:13.852Z] #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-10T23:01:13.852Z] #37 sha256:a8581f9e6350eb33e467af599f19a832b35997a0540012e5f80f5b7c30ad5c7c [2021-06-10T23:01:13.852Z] #37 4.845 + cd /tmp/tmp.67WSO3Irqq/tini [2021-06-10T23:01:13.852Z] #37 4.845 + git checkout -q de40ad007797e0dcd8b7126f27bb87401d224240 [2021-06-10T23:01:13.852Z] #37 4.915 + cmake . [2021-06-10T23:01:13.852Z] #37 5.468 -- The C compiler identification is GNU 8.3.0 [2021-06-10T23:01:13.852Z] #37 5.511 -- Check for working C compiler: /usr/bin/cc [2021-06-10T23:01:13.852Z] #37 6.220 -- Check for working C compiler: /usr/bin/cc -- works [2021-06-10T23:01:13.852Z] #37 6.231 -- Detecting C compiler ABI info [2021-06-10T23:01:13.852Z] #37 6.898 -- Detecting C compiler ABI info - done [2021-06-10T23:01:13.852Z] #37 6.943 -- Detecting C compile features [2021-06-10T23:01:13.852Z] #37 ... [2021-06-10T23:01:13.852Z] [2021-06-10T23:01:13.852Z] #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-10T23:01:13.852Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-10T23:01:13.852Z] #44 55.58 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-10T23:01:13.852Z] #44 55.72 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-10T23:01:13.852Z] #44 55.72 Preparing to unpack .../7-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-10T23:01:13.852Z] #44 55.72 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-10T23:01:13.852Z] #44 55.83 Selecting previously unselected package criu. [2021-06-10T23:01:13.852Z] #44 55.83 Preparing to unpack .../8-criu_3.15-1_amd64.deb ... [2021-06-10T23:01:13.852Z] #44 55.83 Unpacking criu (3.15-1) ... [2021-06-10T23:01:13.852Z] #44 56.68 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-10T23:01:13.852Z] #44 56.73 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-10T23:01:13.852Z] #44 56.73 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-10T23:01:13.852Z] #44 56.77 Setting up libprotobuf17:amd64 (3.6.1.3-2) ... [2021-06-10T23:01:13.852Z] #44 56.78 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-10T23:01:13.852Z] #44 56.81 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-10T23:01:13.852Z] #44 56.82 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-10T23:01:13.852Z] #44 56.84 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-10T23:01:13.852Z] #44 62.28 Setting up python3 (3.7.3-1) ... [2021-06-10T23:01:13.852Z] #44 63.04 Setting up python3-six (1.12.0-1) ... [2021-06-10T23:01:13.852Z] #44 64.12 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-10T23:01:13.852Z] #44 65.64 Setting up python3-protobuf (3.6.1.3-2) ... [2021-06-10T23:01:15.223Z] #44 ... [2021-06-10T23:01:15.223Z] [2021-06-10T23:01:15.223Z] #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-10T23:01:15.223Z] #37 sha256:a8581f9e6350eb33e467af599f19a832b35997a0540012e5f80f5b7c30ad5c7c [2021-06-10T23:01:15.223Z] #37 8.861 -- Detecting C compile features - done [2021-06-10T23:01:15.223Z] #37 8.913 -- Performing Test HAS_BUILTIN_FORTIFY [2021-06-10T23:01:15.223Z] #37 9.240 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-06-10T23:01:15.481Z] #37 9.325 -- Configuring done [2021-06-10T23:01:15.481Z] #37 9.342 -- Generating done [2021-06-10T23:01:15.481Z] #37 9.369 -- Build files have been written to: /tmp/tmp.67WSO3Irqq/tini [2021-06-10T23:01:15.481Z] #37 9.381 + make tini-static [2021-06-10T23:01:16.045Z] #37 9.963 Scanning dependencies of target tini-static [2021-06-10T23:01:16.045Z] #37 10.03 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-06-10T23:01:16.439Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-06-10T23:01:16.439Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-06-10T23:01:16.978Z] #37 ... [2021-06-10T23:01:16.978Z] [2021-06-10T23:01:16.978Z] #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-10T23:01:16.978Z] #52 sha256:dad46f147e3cfbe8c67ec9776ae395b86dad9f33352689d8b256a351e0bdb441 [2021-06-10T23:01:16.978Z] #52 58.93 encoding/binary [2021-06-10T23:01:16.978Z] #52 58.93 context [2021-06-10T23:01:16.978Z] #52 59.77 internal/poll [2021-06-10T23:01:16.978Z] #52 61.01 encoding/base64 [2021-06-10T23:01:16.978Z] #52 61.65 os [2021-06-10T23:01:16.978Z] #52 61.99 golang.org/x/sys/unix [2021-06-10T23:01:16.978Z] #52 65.26 fmt [2021-06-10T23:01:16.978Z] #52 ... [2021-06-10T23:01:16.978Z] [2021-06-10T23:01:16.978Z] #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-10T23:01:16.978Z] #46 sha256:7370ff09fcd154ed5de7101c682966d102ad8b02f98dd1f71b7d12f9a3ad5f8e [2021-06-10T23:01:16.978Z] #46 64.07 fmt [2021-06-10T23:01:16.978Z] #46 64.37 path/filepath [2021-06-10T23:01:16.978Z] #46 65.76 regexp [2021-06-10T23:01:16.978Z] #46 68.28 flag [2021-06-10T23:01:16.978Z] #46 68.90 go/token [2021-06-10T23:01:17.235Z] #46 ... [2021-06-10T23:01:17.235Z] [2021-06-10T23:01:17.235Z] #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-10T23:01:17.235Z] #37 sha256:a8581f9e6350eb33e467af599f19a832b35997a0540012e5f80f5b7c30ad5c7c [2021-06-10T23:01:17.235Z] #37 11.30 [100%] Linking C executable tini-static [2021-06-10T23:01:18.168Z] #37 11.95 [100%] Built target tini-static [2021-06-10T23:01:18.168Z] #37 12.02 + mkdir -p /build [2021-06-10T23:01:18.168Z] #37 12.02 + cp tini-static /build/docker-init [2021-06-10T23:01:18.733Z] #37 DONE 12.5s [2021-06-10T23:01:18.733Z] [2021-06-10T23:01:18.733Z] #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-10T23:01:18.733Z] #46 sha256:7370ff09fcd154ed5de7101c682966d102ad8b02f98dd1f71b7d12f9a3ad5f8e [2021-06-10T23:01:18.733Z] #46 69.83 internal/lazyregexp [2021-06-10T23:01:18.733Z] #46 69.89 go/scanner [2021-06-10T23:01:18.733Z] #46 70.12 path [2021-06-10T23:01:18.733Z] #46 70.65 io/ioutil [2021-06-10T23:01:19.297Z] #46 71.27 net/url [2021-06-10T23:01:19.297Z] #46 71.39 go/ast [2021-06-10T23:01:19.862Z] #46 ... [2021-06-10T23:01:19.862Z] [2021-06-10T23:01:19.862Z] #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-10T23:01:19.862Z] #44 sha256:13a8cdb50b91ac8d26c70583087f4258acf9cbcca09d3121189d13aa768e0815 [2021-06-10T23:01:19.862Z] #44 69.02 Setting up criu (3.15-1) ... [2021-06-10T23:01:19.862Z] #44 71.03 Processing triggers for libc-bin (2.28-10) ... [2021-06-10T23:01:19.862Z] #44 71.09 Processing triggers for mime-support (3.62) ... [2021-06-10T23:01:19.862Z] #44 DONE 71.5s [2021-06-10T23:01:19.862Z] [2021-06-10T23:01:19.862Z] #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-10T23:01:19.862Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-10T23:01:19.862Z] #13 68.03 Selecting previously unselected package gcc-mingw-w64-base. [2021-06-10T23:01:19.862Z] #13 68.04 Preparing to unpack .../07-gcc-mingw-w64-base_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-10T23:01:19.862Z] #13 68.08 Unpacking gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-10T23:01:19.862Z] #13 68.26 Selecting previously unselected package gcc-mingw-w64-x86-64. [2021-06-10T23:01:19.862Z] #13 68.26 Preparing to unpack .../08-gcc-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-10T23:01:19.862Z] #13 68.26 Unpacking gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-10T23:01:20.483Z] --- PASS: TestBuildSquashParent (7.84s) [2021-06-10T23:01:20.483Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-10T23:01:20.483Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-10T23:01:20.483Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-10T23:01:20.483Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-10T23:01:20.483Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-10T23:01:20.483Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-10T23:01:20.483Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-10T23:01:20.483Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-10T23:01:20.483Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-10T23:01:20.483Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-10T23:01:20.483Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-10T23:01:20.483Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-10T23:01:20.483Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-10T23:01:20.483Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-10T23:01:20.483Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-10T23:01:22.474Z] 29d5b6a226d2: Verifying Checksum [2021-06-10T23:01:22.474Z] 29d5b6a226d2: Download complete [2021-06-10T23:01:23.816Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-10T23:01:23.816Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-10T23:01:26.355Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-10T23:01:26.355Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-10T23:01:27.964Z] #13 ... [2021-06-10T23:01:27.964Z] [2021-06-10T23:01:27.964Z] #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-10T23:01:27.964Z] #52 sha256:dad46f147e3cfbe8c67ec9776ae395b86dad9f33352689d8b256a351e0bdb441 [2021-06-10T23:01:27.964Z] #52 69.33 encoding/json [2021-06-10T23:01:27.964Z] #52 70.14 github.com/pkg/diff [2021-06-10T23:01:27.964Z] #52 72.05 go/ast [2021-06-10T23:01:27.964Z] #52 74.81 golang.org/x/crypto/ssh/terminal [2021-06-10T23:01:27.964Z] #52 76.17 mvdan.cc/editorconfig [2021-06-10T23:01:27.964Z] #52 76.85 mvdan.cc/sh/v3/fileutil [2021-06-10T23:01:27.964Z] #52 77.02 text/tabwriter [2021-06-10T23:01:27.964Z] #52 77.54 mvdan.cc/sh/v3/syntax [2021-06-10T23:01:29.335Z] #52 ... [2021-06-10T23:01:29.335Z] [2021-06-10T23:01:29.335Z] #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-10T23:01:29.335Z] #46 sha256:7370ff09fcd154ed5de7101c682966d102ad8b02f98dd1f71b7d12f9a3ad5f8e [2021-06-10T23:01:29.335Z] #46 72.95 text/template/parse [2021-06-10T23:01:29.335Z] #46 75.85 go/parser [2021-06-10T23:01:29.335Z] #46 76.97 text/template [2021-06-10T23:01:29.335Z] #46 79.28 log [2021-06-10T23:01:29.335Z] #46 79.78 encoding/xml [2021-06-10T23:01:29.335Z] #46 81.48 go/doc [2021-06-10T23:01:29.650Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-06-10T23:01:29.650Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.18s) [2021-06-10T23:01:29.650Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.26s) [2021-06-10T23:01:29.650Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.91s) [2021-06-10T23:01:29.650Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.03s) [2021-06-10T23:01:29.650Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (3.11s) [2021-06-10T23:01:29.650Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (3.12s) [2021-06-10T23:01:29.650Z] === RUN TestBuildMultiStageCopy [2021-06-10T23:01:29.650Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-10T23:01:31.232Z] #46 ... [2021-06-10T23:01:31.232Z] [2021-06-10T23:01:31.232Z] #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-10T23:01:31.232Z] #52 sha256:dad46f147e3cfbe8c67ec9776ae395b86dad9f33352689d8b256a351e0bdb441 [2021-06-10T23:01:31.232Z] #52 83.04 mvdan.cc/sh/v3/cmd/shfmt [2021-06-10T23:01:32.189Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-10T23:01:33.128Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-10T23:01:34.112Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-10T23:01:35.050Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-10T23:01:36.431Z] --- PASS: TestBuildMultiStageCopy (6.81s) [2021-06-10T23:01:36.431Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.81s) [2021-06-10T23:01:36.431Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2021-06-10T23:01:36.431Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.99s) [2021-06-10T23:01:36.431Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-06-10T23:01:36.431Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2021-06-10T23:01:36.431Z] === RUN TestBuildMultiStageParentConfig [2021-06-10T23:01:36.490Z] #52 ... [2021-06-10T23:01:36.490Z] [2021-06-10T23:01:36.490Z] #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-10T23:01:36.490Z] #57 sha256:7bead9b9bf738e51b6d54da5026b52a16c9a293430e4043f7f371c901e943e87 [2021-06-10T23:01:36.490Z] #57 42.02 Checking out files: 53% (2121/3928) Checking out files: 54% (2122/3928) Checking out files: 55% (2161/3928) Checking out files: 56% (2200/3928) Checking out files: 57% (2239/3928) Checking out files: 58% (2279/3928) Checking out files: 59% (2318/3928) Checking out files: 60% (2357/3928) Checking out files: 61% (2397/3928) Checking out files: 62% (2436/3928) Checking out files: 63% (2475/3928) Checking out files: 64% (2514/3928) Checking out files: 65% (2554/3928) Checking out files: 66% (2593/3928) Checking out files: 67% (2632/3928) Checking out files: 68% (2672/3928) Checking out files: 69% (2711/3928) Checking out files: 70% (2750/3928) Checking out files: 71% (2789/3928) Checking out files: 72% (2829/3928) Checking out files: 73% (2868/3928) Checking out files: 74% (2907/3928) Checking out files: 75% (2946/3928) Checking out files: 76% (2986/3928) Checking out files: 77% (3025/3928) Checking out files: 78% (3064/3928) Checking out files: 79% (3104/3928) Checking out files: 80% (3143/3928) Checking out files: 81% (3182/3928) Checking out files: 82% (3221/3928) Checking out files: 83% (3261/3928) Checking out files: 84% (3300/3928) Checking out files: 85% (3339/3928) Checking out files: 86% (3379/3928) Checking out files: 87% (3418/3928) Checking out files: 88% (3457/3928) Checking out files: 89% (3496/3928) Checking out files: 90% (3536/3928) Checking out files: 91% (3575/3928) Checking out files: 92% (3614/3928) Checking out files: 93% (3654/3928) Checking out files: 94% (3693/3928) Checking out files: 95% (3732/3928) Checking out files: 96% (3771/3928) Checking out files: 97% (3811/3928) Checking out files: 98% (3850/3928) Checking out files: 98% (3875/3928) Checking out files: 99% (3889/3928) Checking out files: 100% (3928/3928) Checking out files: 100% (3928/3928), done. [2021-06-10T23:01:36.490Z] #57 43.10 + cd /tmp/tmp.ESkP6jSCqQ/src/github.com/containerd/containerd [2021-06-10T23:01:36.490Z] #57 43.10 + git checkout -q 36cc874494a56a253cd181a1a685b44b58a2e34a [2021-06-10T23:01:36.490Z] #57 43.44 + export 'BUILDTAGS=netgo osusergo static_build' [2021-06-10T23:01:36.490Z] #57 43.44 + BUILDTAGS='netgo osusergo static_build' [2021-06-10T23:01:36.490Z] #57 43.44 + export EXTRA_FLAGS=-buildmode=pie [2021-06-10T23:01:36.490Z] #57 43.44 + EXTRA_FLAGS=-buildmode=pie [2021-06-10T23:01:36.490Z] #57 43.44 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-06-10T23:01:36.490Z] #57 43.44 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-06-10T23:01:36.490Z] #57 43.44 + '[' '' = dynamic ']' [2021-06-10T23:01:36.490Z] #57 43.44 + make [2021-06-10T23:01:36.490Z] #57 44.96 + bin/ctr [2021-06-10T23:01:36.490Z] #57 ... [2021-06-10T23:01:36.490Z] [2021-06-10T23:01:36.490Z] #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-10T23:01:36.490Z] #52 sha256:dad46f147e3cfbe8c67ec9776ae395b86dad9f33352689d8b256a351e0bdb441 [2021-06-10T23:01:36.490Z] #52 DONE 88.5s [2021-06-10T23:01:36.490Z] [2021-06-10T23:01:36.490Z] #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-10T23:01:36.490Z] #46 sha256:7370ff09fcd154ed5de7101c682966d102ad8b02f98dd1f71b7d12f9a3ad5f8e [2021-06-10T23:01:36.490Z] #46 84.53 github.com/LK4D4/vndr/build [2021-06-10T23:01:36.490Z] #46 84.76 github.com/LK4D4/vndr/versioned [2021-06-10T23:01:36.490Z] #46 84.83 compress/flate [2021-06-10T23:01:36.490Z] #46 87.27 hash/crc32 [2021-06-10T23:01:36.490Z] #46 87.59 vendor/golang.org/x/crypto/cryptobyte [2021-06-10T23:01:36.490Z] #46 87.89 compress/gzip [2021-06-10T23:01:36.490Z] #46 88.46 net [2021-06-10T23:01:37.423Z] #46 89.43 vendor/golang.org/x/crypto/poly1305 [2021-06-10T23:01:37.681Z] #46 89.85 vendor/golang.org/x/sys/cpu [2021-06-10T23:01:37.940Z] #46 90.10 vendor/golang.org/x/crypto/chacha20poly1305 [2021-06-10T23:01:38.504Z] #46 ... [2021-06-10T23:01:38.504Z] [2021-06-10T23:01:38.504Z] #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-10T23:01:38.504Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-10T23:01:38.504Z] #13 87.65 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-06-10T23:01:38.504Z] #13 87.66 Preparing to unpack .../09-g++-mingw-w64-x86-64_8.3.0-6+21.3~deb10u1_amd64.deb ... [2021-06-10T23:01:38.504Z] #13 87.67 Unpacking g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-10T23:01:41.707Z] --- PASS: TestBuildMultiStageParentConfig (5.00s) [2021-06-10T23:01:41.707Z] === RUN TestBuildLabelWithTargets [2021-06-10T23:01:46.602Z] #13 ... [2021-06-10T23:01:46.602Z] [2021-06-10T23:01:46.602Z] #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-10T23:01:46.602Z] #46 sha256:7370ff09fcd154ed5de7101c682966d102ad8b02f98dd1f71b7d12f9a3ad5f8e [2021-06-10T23:01:46.602Z] #46 91.20 vendor/golang.org/x/crypto/hkdf [2021-06-10T23:01:46.602Z] #46 91.39 vendor/golang.org/x/text/transform [2021-06-10T23:01:46.602Z] #46 92.08 vendor/golang.org/x/text/unicode/bidi [2021-06-10T23:01:46.602Z] #46 93.41 vendor/golang.org/x/text/secure/bidirule [2021-06-10T23:01:46.602Z] #46 93.59 vendor/golang.org/x/text/unicode/norm [2021-06-10T23:01:46.602Z] #46 97.11 vendor/golang.org/x/net/idna [2021-06-10T23:01:46.602Z] #46 98.73 vendor/golang.org/x/net/http2/hpack [2021-06-10T23:01:47.974Z] #46 99.94 mime [2021-06-10T23:01:49.837Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-06-10T23:01:49.837Z] === RUN TestBuildWithEmptyLayers [2021-06-10T23:01:49.871Z] #46 101.7 mime/quotedprintable [2021-06-10T23:01:49.871Z] #46 102.1 net/http/internal [2021-06-10T23:01:51.765Z] #46 ... [2021-06-10T23:01:51.765Z] [2021-06-10T23:01:51.765Z] #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-10T23:01:51.765Z] #13 sha256:5ab9c8c09af5eeb2cc0bf5a410dfa2044e0ae6915207721b0344109fa1301c1b [2021-06-10T23:01:51.766Z] #13 101.0 Selecting previously unselected package libapparmor1:amd64. [2021-06-10T23:01:51.766Z] #13 101.0 Preparing to unpack .../10-libapparmor1_2.13.2-10_amd64.deb ... [2021-06-10T23:01:51.766Z] #13 101.0 Unpacking libapparmor1:amd64 (2.13.2-10) ... [2021-06-10T23:01:52.022Z] #13 101.2 Selecting previously unselected package libapparmor-dev:amd64. [2021-06-10T23:01:52.022Z] #13 101.2 Preparing to unpack .../11-libapparmor-dev_2.13.2-10_amd64.deb ... [2021-06-10T23:01:52.022Z] #13 101.2 Unpacking libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-10T23:01:52.022Z] #13 101.3 Selecting previously unselected package libbtrfs0. [2021-06-10T23:01:52.022Z] #13 101.3 Preparing to unpack .../12-libbtrfs0_4.20.1-2_amd64.deb ... [2021-06-10T23:01:52.022Z] #13 101.3 Unpacking libbtrfs0 (4.20.1-2) ... [2021-06-10T23:01:52.022Z] #13 101.4 Selecting previously unselected package libbtrfs-dev. [2021-06-10T23:01:52.278Z] #13 101.4 Preparing to unpack .../13-libbtrfs-dev_4.20.1-2_amd64.deb ... [2021-06-10T23:01:52.278Z] #13 101.4 Unpacking libbtrfs-dev (4.20.1-2) ... [2021-06-10T23:01:52.278Z] #13 101.5 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-06-10T23:01:52.278Z] #13 101.5 Preparing to unpack .../14-libdevmapper-event1.02.1_2%3a1.02.155-3_amd64.deb ... [2021-06-10T23:01:52.278Z] #13 101.5 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-10T23:01:52.278Z] #13 101.6 Selecting previously unselected package libudev-dev:amd64. [2021-06-10T23:01:52.278Z] #13 101.6 Preparing to unpack .../15-libudev-dev_241-7~deb10u7_amd64.deb ... [2021-06-10T23:01:52.278Z] #13 101.6 Unpacking libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-10T23:01:52.375Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2021-06-10T23:01:52.375Z] === RUN TestBuildMultiStageOnBuild [2021-06-10T23:01:52.534Z] #13 101.8 Selecting previously unselected package libsepol1-dev:amd64. [2021-06-10T23:01:52.534Z] #13 101.8 Preparing to unpack .../16-libsepol1-dev_2.8-1_amd64.deb ... [2021-06-10T23:01:52.534Z] #13 101.8 Unpacking libsepol1-dev:amd64 (2.8-1) ... [2021-06-10T23:01:52.791Z] #13 102.0 Selecting previously unselected package libpcre16-3:amd64. [2021-06-10T23:01:53.047Z] #13 102.0 Preparing to unpack .../17-libpcre16-3_2%3a8.39-12_amd64.deb ... [2021-06-10T23:01:53.047Z] #13 102.0 Unpacking libpcre16-3:amd64 (2:8.39-12) ... [2021-06-10T23:01:53.047Z] #13 102.2 Selecting previously unselected package libpcre32-3:amd64. [2021-06-10T23:01:53.047Z] #13 102.2 Preparing to unpack .../18-libpcre32-3_2%3a8.39-12_amd64.deb ... [2021-06-10T23:01:53.047Z] #13 102.2 Unpacking libpcre32-3:amd64 (2:8.39-12) ... [2021-06-10T23:01:53.304Z] #13 102.4 Selecting previously unselected package libpcrecpp0v5:amd64. [2021-06-10T23:01:53.304Z] #13 102.4 Preparing to unpack .../19-libpcrecpp0v5_2%3a8.39-12_amd64.deb ... [2021-06-10T23:01:53.304Z] #13 102.4 Unpacking libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-10T23:01:53.304Z] #13 102.5 Selecting previously unselected package libpcre3-dev:amd64. [2021-06-10T23:01:53.304Z] #13 102.5 Preparing to unpack .../20-libpcre3-dev_2%3a8.39-12_amd64.deb ... [2021-06-10T23:01:53.304Z] #13 102.5 Unpacking libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-10T23:01:53.560Z] #13 102.9 Selecting previously unselected package libselinux1-dev:amd64. [2021-06-10T23:01:53.817Z] #13 102.9 Preparing to unpack .../21-libselinux1-dev_2.8-1+b1_amd64.deb ... [2021-06-10T23:01:53.817Z] #13 102.9 Unpacking libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-10T23:01:54.073Z] #13 103.1 Selecting previously unselected package libdevmapper-dev:amd64. [2021-06-10T23:01:54.073Z] #13 103.1 Preparing to unpack .../22-libdevmapper-dev_2%3a1.02.155-3_amd64.deb ... [2021-06-10T23:01:54.073Z] #13 103.1 Unpacking libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-10T23:01:54.073Z] #13 103.2 Selecting previously unselected package libseccomp-dev:amd64. [2021-06-10T23:01:54.073Z] #13 103.3 Preparing to unpack .../23-libseccomp-dev_2.4.4-1~bpo10+1_amd64.deb ... [2021-06-10T23:01:54.073Z] #13 103.3 Unpacking libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-10T23:01:54.329Z] #13 103.4 Selecting previously unselected package libsystemd-dev:amd64. [2021-06-10T23:01:54.329Z] #13 103.4 Preparing to unpack .../24-libsystemd-dev_241-7~deb10u7_amd64.deb ... [2021-06-10T23:01:54.329Z] #13 103.4 Unpacking libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-10T23:01:54.586Z] #13 103.9 Setting up libpcrecpp0v5:amd64 (2:8.39-12) ... [2021-06-10T23:01:54.586Z] #13 103.9 Setting up libseccomp-dev:amd64 (2.4.4-1~bpo10+1) ... [2021-06-10T23:01:54.844Z] #13 103.9 Setting up libapparmor1:amd64 (2.13.2-10) ... [2021-06-10T23:01:54.845Z] #13 103.9 Setting up binutils-mingw-w64-x86-64 (2.31.1-11+8.3) ... [2021-06-10T23:01:54.845Z] #13 104.0 Setting up libpcre16-3:amd64 (2:8.39-12) ... [2021-06-10T23:01:54.845Z] #13 104.0 Setting up libsepol1-dev:amd64 (2.8-1) ... [2021-06-10T23:01:54.845Z] #13 104.0 Setting up gcc-mingw-w64-base (8.3.0-6+21.3~deb10u1) ... [2021-06-10T23:01:54.845Z] #13 104.0 Setting up libbtrfs0 (4.20.1-2) ... [2021-06-10T23:01:54.845Z] #13 104.0 Setting up libpcre32-3:amd64 (2:8.39-12) ... [2021-06-10T23:01:54.845Z] #13 104.0 Setting up libudev-dev:amd64 (241-7~deb10u7) ... [2021-06-10T23:01:54.845Z] #13 104.1 Setting up binutils-mingw-w64-i686 (2.31.1-11+8.3) ... [2021-06-10T23:01:54.845Z] #13 104.1 Setting up libbtrfs-dev (4.20.1-2) ... [2021-06-10T23:01:54.845Z] #13 104.1 Setting up libapparmor-dev:amd64 (2.13.2-10) ... [2021-06-10T23:01:54.845Z] #13 104.1 Setting up mingw-w64-common (6.0.0-3) ... [2021-06-10T23:01:55.103Z] #13 104.1 Setting up libsystemd-dev:amd64 (241-7~deb10u7) ... [2021-06-10T23:01:55.103Z] #13 104.2 Setting up mingw-w64-x86-64-dev (6.0.0-3) ... [2021-06-10T23:01:55.103Z] #13 104.2 Setting up libpcre3-dev:amd64 (2:8.39-12) ... [2021-06-10T23:01:55.103Z] #13 104.2 Setting up gcc-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-10T23:01:55.103Z] #13 104.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-06-10T23:01:55.103Z] #13 104.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-06-10T23:01:55.103Z] #13 104.2 Setting up g++-mingw-w64-x86-64 (8.3.0-6+21.3~deb10u1) ... [2021-06-10T23:01:55.103Z] #13 104.2 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-posix to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-06-10T23:01:55.103Z] #13 104.3 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-10T23:01:55.103Z] #13 104.3 Setting up binutils-mingw-w64 (2.31.1-11+8.3) ... [2021-06-10T23:01:55.103Z] #13 104.3 Setting up libselinux1-dev:amd64 (2.8-1+b1) ... [2021-06-10T23:01:55.103Z] #13 104.3 Setting up libdevmapper1.02.1:amd64 (2:1.02.155-3) ... [2021-06-10T23:01:55.103Z] #13 104.3 Setting up dmsetup (2:1.02.155-3) ... [2021-06-10T23:01:55.360Z] #13 104.3 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.155-3) ... [2021-06-10T23:01:55.360Z] #13 104.4 Setting up libdevmapper-dev:amd64 (2:1.02.155-3) ... [2021-06-10T23:01:55.360Z] #13 104.4 Processing triggers for libc-bin (2.28-10) ... [2021-06-10T23:01:57.256Z] #13 DONE 106.2s [2021-06-10T23:01:57.256Z] [2021-06-10T23:01:57.256Z] #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-10T23:01:57.256Z] #54 sha256:2e956e67159406f5a285a7c60819b5b80beab6431f19d8722bce984faf0c2a8e [2021-06-10T23:01:57.653Z] --- PASS: TestBuildMultiStageOnBuild (5.03s) [2021-06-10T23:01:57.653Z] === RUN TestBuildUncleanTarFilenames [2021-06-10T23:01:57.913Z] --- PASS: TestBuildUncleanTarFilenames (0.67s) [2021-06-10T23:01:57.913Z] === RUN TestBuildMultiStageLayerLeak [2021-06-10T23:01:59.154Z] #54 ... [2021-06-10T23:01:59.154Z] [2021-06-10T23:01:59.154Z] #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-10T23:01:59.154Z] #59 sha256:f0283d405dc79e4c63a13a8f946af2e0ce78e359d616322400b9f9d8a1604bd9 [2021-06-10T23:01:59.154Z] #59 104.5 + for f in rootlesskit rootlesskit-docker-proxy [2021-06-10T23:01:59.154Z] #59 104.5 + go build -ldflags= -o /build/rootlesskit-docker-proxy github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy [2021-06-10T23:01:59.154Z] #59 DONE 110.9s [2021-06-10T23:01:59.154Z] [2021-06-10T23:01:59.154Z] #60 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-06-10T23:01:59.154Z] #60 sha256:ebd0d1b71b1b6b141ef1bc44db5e28e4367242ce76f99a0674571839bbf402c0 [2021-06-10T23:01:59.154Z] #60 DONE 0.1s [2021-06-10T23:01:59.154Z] [2021-06-10T23:01:59.154Z] #61 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-06-10T23:01:59.154Z] #61 sha256:9a3f40103db7c5ed96d4642744e6f537212e1d40a8925871c4195416b591967c [2021-06-10T23:01:59.154Z] #61 DONE 0.1s [2021-06-10T23:01:59.154Z] [2021-06-10T23:01:59.154Z] #14 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-06-10T23:01:59.154Z] #14 sha256:136afd3e6e22e1dcb31c50dfc269474e46d80d6a1ced6b0fee84c780237cf815 [2021-06-10T23:02:02.113Z] --- PASS: TestBuildMultiStageLayerLeak (4.36s) [2021-06-10T23:02:02.113Z] === RUN TestBuildWithHugeFile [2021-06-10T23:02:02.434Z] #14 DONE 4.8s [2021-06-10T23:02:02.434Z] [2021-06-10T23:02:02.434Z] #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-10T23:02:02.434Z] #54 sha256:2e956e67159406f5a285a7c60819b5b80beab6431f19d8722bce984faf0c2a8e [2021-06-10T23:02:02.434Z] #54 4.191 + RM_GOPATH=0 [2021-06-10T23:02:02.434Z] #54 4.191 + TMP_GOPATH= [2021-06-10T23:02:02.434Z] #54 4.191 + : /build [2021-06-10T23:02:02.434Z] #54 4.191 + '[' -z '' ']' [2021-06-10T23:02:02.434Z] #54 4.191 ++ mktemp -d [2021-06-10T23:02:02.434Z] #54 4.192 + export GOPATH=/tmp/tmp.d3f2QT9Idl [2021-06-10T23:02:02.434Z] #54 4.192 + GOPATH=/tmp/tmp.d3f2QT9Idl [2021-06-10T23:02:02.434Z] #54 4.192 + RM_GOPATH=1 [2021-06-10T23:02:02.434Z] #54 4.192 + case "$(go env GOARCH)" in [2021-06-10T23:02:02.434Z] #54 4.192 ++ go env GOARCH [2021-06-10T23:02:02.434Z] #54 4.211 + export GO_BUILDMODE=-buildmode=pie [2021-06-10T23:02:02.434Z] #54 4.211 + GO_BUILDMODE=-buildmode=pie [2021-06-10T23:02:02.434Z] #54 4.211 ++ dirname /tmp/install/install.sh [2021-06-10T23:02:02.434Z] #54 4.212 + dir=/tmp/install [2021-06-10T23:02:02.434Z] #54 4.219 Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp ) [2021-06-10T23:02:02.434Z] #54 4.220 + bin=runc [2021-06-10T23:02:02.434Z] #54 4.220 + shift [2021-06-10T23:02:02.434Z] #54 4.220 + '[' '!' -f /tmp/install/runc.installer ']' [2021-06-10T23:02:02.434Z] #54 4.220 + . /tmp/install/runc.installer [2021-06-10T23:02:02.434Z] #54 4.220 ++ : b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-10T23:02:02.434Z] #54 4.220 + install_runc [2021-06-10T23:02:02.434Z] #54 4.220 + grep -q '^3\.10\.0.*\.el7\.' [2021-06-10T23:02:02.434Z] #54 4.220 + uname -r [2021-06-10T23:02:02.434Z] #54 4.220 + RUNC_BUILDTAGS='seccomp ' [2021-06-10T23:02:02.434Z] #54 4.220 + echo 'Install runc version b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 (build tags: seccomp )' [2021-06-10T23:02:02.434Z] #54 4.220 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.d3f2QT9Idl/src/github.com/opencontainers/runc [2021-06-10T23:02:02.434Z] #54 4.220 Cloning into '/tmp/tmp.d3f2QT9Idl/src/github.com/opencontainers/runc'... [2021-06-10T23:02:02.434Z] #54 ... [2021-06-10T23:02:02.434Z] [2021-06-10T23:02:02.434Z] #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-10T23:02:02.434Z] #46 sha256:7370ff09fcd154ed5de7101c682966d102ad8b02f98dd1f71b7d12f9a3ad5f8e [2021-06-10T23:02:02.434Z] #46 104.2 crypto/tls [2021-06-10T23:02:02.434Z] #46 109.4 net/http/httptrace [2021-06-10T23:02:02.434Z] #46 109.7 net/http [2021-06-10T23:02:02.434Z] #46 ... [2021-06-10T23:02:02.434Z] [2021-06-10T23:02:02.434Z] #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-10T23:02:02.434Z] #15 sha256:3687e57ace3b610cfe84a532bda844952f05a3ba7d6daded038d538ffd8b8ec6 [2021-06-10T23:02:05.235Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m44.241707147s with top 10 stages: buildssa: 1m54.667860615s, goimports: 28.170610376s, unconvert: 16.827416549s, gosec: 13.408722291s, golint: 7.794886837s, misspell: 5.358088361s, ineffassign: 5.262146225s, vrp: 3.836447362s, inspect: 3.058521313s, fact_purity: 2.164189827s [2021-06-10T23:02:05.235Z] INFO [runner] Issues before processing: 2888, after processing: 0 [2021-06-10T23:02:05.235Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2309/2309, identifier_marker: 1921/1921, path_prettifier: 2309/2309, skip_files: 2309/2309, skip_dirs: 2309/2309, autogenerated_exclude: 1921/2309, exclude-rules: 78/1921, nolint: 0/78, exclude: 1921/1921, cgo: 2309/2888 [2021-06-10T23:02:05.235Z] INFO [runner] processing took 181.776021ms with stages: identifier_marker: 61.072693ms, nolint: 56.792066ms, path_prettifier: 22.710077ms, autogenerated_exclude: 15.237313ms, skip_dirs: 11.624349ms, exclude-rules: 7.395804ms, cgo: 6.719268ms, filename_unadjuster: 218.846µs, max_same_issues: 1.459µs, uniq_by_line: 899ns, diff: 650ns, source_code: 564ns, exclude: 511ns, max_from_linter: 457ns, skip_files: 379ns, path_shortener: 374ns, max_per_file_from_linter: 312ns [2021-06-10T23:02:05.235Z] INFO [runner] linters took 1m58.000937678s with stages: goanalysis_metalinter: 1m32.133245354s, unused: 25.685455792s [2021-06-10T23:02:05.235Z] INFO File cache stats: 1698 entries of total size 8.6MiB [2021-06-10T23:02:05.235Z] INFO Memory: 1650 samples, avg is 1100.5MB, max is 5717.6MB [2021-06-10T23:02:05.235Z] INFO Execution took 4m9.548564255s [2021-06-10T23:02:05.235Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-06-10T23:02:05.574Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42445/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8a2b9c488598cf837d8fc098b30f49a782334bf4 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8a2b9c488598cf837d8fc098b30f49a782334bf4 hack/make.sh dynbinary test-docker-py [2021-06-10T23:02:05.741Z] #15 DONE 3.7s [2021-06-10T23:02:05.741Z] [2021-06-10T23:02:05.741Z] #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-10T23:02:05.741Z] #50 sha256:a97476e35aa9ced832c66332099bb5ea1f0677a8a2946e5dc590cf5e8e1157ee [2021-06-10T23:02:05.741Z] #50 ... [2021-06-10T23:02:05.741Z] [2021-06-10T23:02:05.741Z] #16 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-06-10T23:02:05.741Z] #16 sha256:571d0b291bad91b6701bc034e778a8f554c6928fe2581cbad47f46a5923105ac [2021-06-10T23:02:06.145Z] [2021-06-10T23:02:06.145Z] Removing bundles/ [2021-06-10T23:02:06.145Z] [2021-06-10T23:02:06.145Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-10T23:02:06.145Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-10T23:02:06.145Z] GOOS="" GOARCH="" GOARM="" [2021-06-10T23:02:09.014Z] #16 3.302 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-06-10T23:02:09.014Z] #16 DONE 3.4s [2021-06-10T23:02:09.014Z] [2021-06-10T23:02:09.014Z] #17 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-06-10T23:02:09.014Z] #17 sha256:2b524ca3819f99a867d81b9cd0536e527b2e21b04ec792c223c77fcd12f918ea [2021-06-10T23:02:11.535Z] #17 DONE 2.4s [2021-06-10T23:02:11.535Z] [2021-06-10T23:02:11.535Z] #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-10T23:02:11.535Z] #54 sha256:2e956e67159406f5a285a7c60819b5b80beab6431f19d8722bce984faf0c2a8e [2021-06-10T23:02:11.535Z] #54 13.23 + cd /tmp/tmp.d3f2QT9Idl/src/github.com/opencontainers/runc [2021-06-10T23:02:11.535Z] #54 13.23 + git checkout -q b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-06-10T23:02:11.535Z] #54 13.72 + '[' -z '' ']' [2021-06-10T23:02:11.535Z] #54 13.72 + target=static [2021-06-10T23:02:11.535Z] #54 13.72 + make 'BUILDTAGS=seccomp ' static [2021-06-10T23:02:11.535Z] #54 13.95 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o runc . [2021-06-10T23:02:13.428Z] #54 ... [2021-06-10T23:02:13.428Z] [2021-06-10T23:02:13.428Z] #18 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-06-10T23:02:13.428Z] #18 sha256:21105d237078bc54cc8c325fd3e38638110cf8252b15e6af8ab4548d642907f6 [2021-06-10T23:02:13.428Z] #18 DONE 2.4s [2021-06-10T23:02:13.686Z] [2021-06-10T23:02:13.686Z] #19 [dev-systemd-false 6/25] RUN ldconfig [2021-06-10T23:02:13.686Z] #19 sha256:e0fc8b78b5eaee601f4979b424f6d66867f30f5839133c61dfe5fa8ba0a2e2df [2021-06-10T23:02:16.212Z] #19 DONE 2.5s [2021-06-10T23:02:16.212Z] [2021-06-10T23:02:16.212Z] #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-10T23:02:16.212Z] #46 sha256:7370ff09fcd154ed5de7101c682966d102ad8b02f98dd1f71b7d12f9a3ad5f8e [2021-06-10T23:02:16.212Z] #46 120.4 github.com/LK4D4/vndr/godl [2021-06-10T23:02:16.212Z] #46 121.2 github.com/LK4D4/vndr [2021-06-10T23:02:16.212Z] #46 ... [2021-06-10T23:02:16.212Z] [2021-06-10T23:02:16.212Z] #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-10T23:02:16.212Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-10T23:02:17.587Z] #20 ... [2021-06-10T23:02:17.587Z] [2021-06-10T23:02:17.587Z] #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-10T23:02:17.587Z] #46 sha256:7370ff09fcd154ed5de7101c682966d102ad8b02f98dd1f71b7d12f9a3ad5f8e [2021-06-10T23:02:17.587Z] #46 DONE 129.4s [2021-06-10T23:02:17.587Z] [2021-06-10T23:02:17.587Z] #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-10T23:02:17.587Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-10T23:02:19.488Z] #40 ... [2021-06-10T23:02:19.488Z] [2021-06-10T23:02:19.488Z] #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-10T23:02:19.488Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-10T23:02:19.488Z] #20 3.239 Get:1 http://deb.debian.org/debian buster-backports InRelease [46.7 kB] [2021-06-10T23:02:19.488Z] #20 3.276 Get:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [121 kB] [2021-06-10T23:02:19.488Z] #20 3.277 Get:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [65.4 kB] [2021-06-10T23:02:19.488Z] #20 3.277 Get:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [51.9 kB] [2021-06-10T23:02:20.054Z] #20 3.791 Get:5 http://deb.debian.org/debian buster-backports/main amd64 Packages [479 kB] [2021-06-10T23:02:20.988Z] #20 4.636 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 Packages [7907 kB] [2021-06-10T23:02:21.554Z] #20 5.494 Get:7 http://cdn-fastly.deb.debian.org/debian-security buster/updates/main amd64 Packages [292 kB] [2021-06-10T23:02:22.929Z] #20 6.836 Get:8 http://cdn-fastly.deb.debian.org/debian buster-updates/main amd64 Packages [10.9 kB] [2021-06-10T23:02:24.829Z] #20 ... [2021-06-10T23:02:24.829Z] [2021-06-10T23:02:24.829Z] #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-10T23:02:24.829Z] #32 sha256:4d05f3fe25a7b0196c55aac64c88554c7bd01949318700fe580f75cfb04fb548 [2021-06-10T23:02:24.829Z] #32 DONE 136.8s [2021-06-10T23:02:24.829Z] [2021-06-10T23:02:24.829Z] #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-10T23:02:24.829Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-10T23:02:27.359Z] #40 ... [2021-06-10T23:02:27.359Z] [2021-06-10T23:02:27.359Z] #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-10T23:02:27.359Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-10T23:02:27.359Z] #20 10.82 Fetched 8974 kB in 8s (1146 kB/s) [2021-06-10T23:02:29.888Z] #20 10.82 Reading package lists... [2021-06-10T23:02:32.418Z] #20 13.53 Reading package lists... [2021-06-10T23:02:32.676Z] #20 16.12 Building dependency tree... [2021-06-10T23:02:33.611Z] #20 17.35 libcap2-bin is already the newest version (1:2.25-2). [2021-06-10T23:02:33.611Z] #20 17.35 The following additional packages will be installed: [2021-06-10T23:02:33.611Z] #20 17.36 libaio1 libgpm2 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 [2021-06-10T23:02:33.611Z] #20 17.36 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 libpython3-stdlib [2021-06-10T23:02:33.611Z] #20 17.36 libpython3.7-minimal libpython3.7-stdlib libreadline5 python-pip-whl python3 [2021-06-10T23:02:33.611Z] #20 17.36 python3-distutils python3-lib2to3 python3-minimal python3-pkg-resources [2021-06-10T23:02:33.611Z] #20 17.37 python3.7 python3.7-minimal vim-runtime xxd [2021-06-10T23:02:33.611Z] #20 17.37 Suggested packages: [2021-06-10T23:02:33.611Z] #20 17.37 apparmor-profiles-extra apparmor-utils bzip2-doc kmod gpm ed diffutils-doc [2021-06-10T23:02:33.611Z] #20 17.37 python3-doc python3-tk python3-venv python-setuptools-doc python3.7-venv [2021-06-10T23:02:33.611Z] #20 17.37 python3.7-doc binfmt-support ctags vim-doc vim-scripts xfsdump acl attr [2021-06-10T23:02:33.611Z] #20 17.37 quota [2021-06-10T23:02:33.611Z] #20 17.37 Recommended packages: [2021-06-10T23:02:33.611Z] #20 17.37 aufs-dkms nftables build-essential python3-dev python3-keyring [2021-06-10T23:02:33.611Z] #20 17.37 python3-keyrings.alt python3-xdg unzip [2021-06-10T23:02:34.608Z] 29d5b6a226d2: Pull complete [2021-06-10T23:02:34.608Z] Digest: sha256:e92dcad0bf84dc0ec9fdcf076eb32c9cb664a0605be1843365b6fc3e9de2306b [2021-06-10T23:02:34.608Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-10T23:02:34.608Z] INFO: docker pull of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 into daemon under test completed successfully [2021-06-10T23:02:34.608Z] INFO: Tagging mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 as microsoft/windowsservercore in daemon under test [2021-06-10T23:02:34.608Z] INFO: Version of mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 is '10.0.20295.1' [2021-06-10T23:02:34.608Z] WARN: Skipping validation tests [2021-06-10T23:02:34.608Z] INFO: Running unit tests at 06/10/2021 23:02:25... [2021-06-10T23:02:34.608Z] INFO: make.ps1 starting at 06/10/2021 23:02:28 [2021-06-10T23:02:34.608Z] INFO: Git commit (06ba5e407f) assumed from DOCKER_GITCOMMIT environment variable [2021-06-10T23:02:34.608Z] INFO: Invoking autogen... [2021-06-10T23:02:34.608Z] INFO: Running unit tests... [2021-06-10T23:02:34.987Z] #20 18.59 The following NEW packages will be installed: [2021-06-10T23:02:34.987Z] #20 18.60 apparmor aufs-tools bash-completion bzip2 iptables jq libaio1 libgpm2 [2021-06-10T23:02:34.987Z] #20 18.60 libicu63 libip4tc0 libip6tc0 libiptc0 libjq1 libmpdec2 libnet1 [2021-06-10T23:02:34.987Z] #20 18.60 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 libonig5 [2021-06-10T23:02:34.987Z] #20 18.60 libprotobuf-c1 libpython3-stdlib libpython3.7-minimal libpython3.7-stdlib [2021-06-10T23:02:34.987Z] #20 18.60 libreadline5 net-tools patch pigz python-pip-whl python3 python3-distutils [2021-06-10T23:02:34.987Z] #20 18.60 python3-lib2to3 python3-minimal python3-pip python3-pkg-resources [2021-06-10T23:02:34.987Z] #20 18.61 python3-setuptools python3-wheel python3.7 python3.7-minimal sudo [2021-06-10T23:02:34.987Z] #20 18.61 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-06-10T23:02:34.987Z] #20 18.61 xz-utils zip [2021-06-10T23:02:34.987Z] #20 18.91 0 upgraded, 49 newly installed, 0 to remove and 28 not upgraded. [2021-06-10T23:02:34.987Z] #20 18.91 Need to get 28.6 MB of archives. [2021-06-10T23:02:34.987Z] #20 18.91 After this operation, 116 MB of additional disk space will be used. [2021-06-10T23:02:34.987Z] #20 18.91 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 pigz amd64 2.4-1 [57.8 kB] [2021-06-10T23:02:34.987Z] #20 18.91 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-10T23:02:34.987Z] #20 18.94 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-10T23:02:35.245Z] #20 19.02 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-minimal amd64 3.7.3-1 [36.6 kB] [2021-06-10T23:02:35.245Z] #20 19.02 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libmpdec2 amd64 2.4.2-2 [87.2 kB] [2021-06-10T23:02:35.245Z] #20 19.02 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-10T23:02:35.245Z] #20 19.09 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3.7 amd64 3.7.3-2+deb10u3 [330 kB] [2021-06-10T23:02:35.245Z] #20 19.11 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpython3-stdlib amd64 3.7.3-1 [20.0 kB] [2021-06-10T23:02:35.245Z] #20 19.12 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3 amd64 3.7.3-1 [61.5 kB] [2021-06-10T23:02:35.245Z] #20 19.12 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip4tc0 amd64 1.8.2-4 [70.2 kB] [2021-06-10T23:02:35.245Z] #20 19.13 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libip6tc0 amd64 1.8.2-4 [70.5 kB] [2021-06-10T23:02:35.245Z] #20 19.13 Get:12 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libiptc0 amd64 1.8.2-4 [59.6 kB] [2021-06-10T23:02:35.245Z] #20 19.13 Get:13 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-06-10T23:02:35.245Z] #20 19.14 Get:14 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnetfilter-conntrack3 amd64 1.0.7-1 [42.4 kB] [2021-06-10T23:02:35.245Z] #20 19.14 Get:15 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libnftnl11 amd64 1.1.2-2 [56.2 kB] [2021-06-10T23:02:35.245Z] #20 19.14 Get:16 http://cdn-fastly.deb.debian.org/debian buster/main amd64 iptables amd64 1.8.2-4 [399 kB] [2021-06-10T23:02:35.245Z] #20 19.16 Get:17 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xxd amd64 2:8.1.0875-5 [140 kB] [2021-06-10T23:02:35.245Z] #20 19.17 Get:18 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-common all 2:8.1.0875-5 [195 kB] [2021-06-10T23:02:35.245Z] #20 19.17 Get:19 http://cdn-fastly.deb.debian.org/debian buster/main amd64 bash-completion all 1:2.8-6 [208 kB] [2021-06-10T23:02:35.245Z] #20 19.19 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-10T23:02:35.245Z] #20 19.20 Get:21 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xz-utils amd64 5.2.4-1 [183 kB] [2021-06-10T23:02:35.245Z] #20 19.21 Get:22 http://cdn-fastly.deb.debian.org/debian buster/main amd64 apparmor amd64 2.13.2-10 [537 kB] [2021-06-10T23:02:35.245Z] #20 19.22 Get:23 http://cdn-fastly.deb.debian.org/debian buster/main amd64 aufs-tools amd64 1:4.14+20190211-1 [105 kB] [2021-06-10T23:02:35.504Z] #20 19.23 Get:24 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libonig5 amd64 6.9.1-1 [171 kB] [2021-06-10T23:02:35.504Z] #20 19.24 Get:25 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjq1 amd64 1.5+dfsg-2+b1 [124 kB] [2021-06-10T23:02:35.504Z] #20 19.24 Get:26 http://cdn-fastly.deb.debian.org/debian buster/main amd64 jq amd64 1.5+dfsg-2+b1 [59.4 kB] [2021-06-10T23:02:35.504Z] #20 19.24 Get:27 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libaio1 amd64 0.3.112-3 [11.2 kB] [2021-06-10T23:02:35.504Z] #20 19.24 Get:28 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libgpm2 amd64 1.20.7-5 [35.1 kB] [2021-06-10T23:02:35.504Z] #20 19.25 Get:29 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libicu63 amd64 63.1-6+deb10u1 [8300 kB] [2021-06-10T23:02:36.071Z] #20 19.71 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-10T23:02:36.071Z] #20 19.71 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-10T23:02:36.071Z] #20 19.71 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-10T23:02:36.071Z] #20 19.71 Get:33 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libreadline5 amd64 5.2+dfsg-3+b13 [120 kB] [2021-06-10T23:02:36.071Z] #20 19.72 Get:34 http://cdn-fastly.deb.debian.org/debian buster/main amd64 net-tools amd64 1.60+git20180626.aebd88e-1 [248 kB] [2021-06-10T23:02:36.071Z] #20 19.72 Get:35 http://cdn-fastly.deb.debian.org/debian buster/main amd64 patch amd64 2.7.6-3+deb10u1 [126 kB] [2021-06-10T23:02:36.071Z] #20 19.74 Get:36 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python-pip-whl all 18.1-5 [1591 kB] [2021-06-10T23:02:36.071Z] #20 19.82 Get:37 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-lib2to3 all 3.7.3-1 [76.7 kB] [2021-06-10T23:02:36.071Z] #20 19.82 Get:38 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-distutils all 3.7.3-1 [142 kB] [2021-06-10T23:02:36.071Z] #20 19.83 Get:39 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pip all 18.1-5 [171 kB] [2021-06-10T23:02:36.071Z] #20 19.83 Get:40 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-pkg-resources all 40.8.0-1 [153 kB] [2021-06-10T23:02:36.071Z] #20 19.84 Get:41 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-setuptools all 40.8.0-1 [306 kB] [2021-06-10T23:02:36.071Z] #20 19.85 Get:42 http://cdn-fastly.deb.debian.org/debian buster/main amd64 python3-wheel all 0.32.3-2 [19.4 kB] [2021-06-10T23:02:36.071Z] #20 19.86 Get:43 http://cdn-fastly.deb.debian.org/debian buster/main amd64 sudo amd64 1.8.27-1+deb10u3 [1244 kB] [2021-06-10T23:02:36.071Z] #20 19.92 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-10T23:02:36.071Z] #20 19.94 Get:45 http://cdn-fastly.deb.debian.org/debian buster/main amd64 uidmap amd64 1:4.5-1.1 [258 kB] [2021-06-10T23:02:36.071Z] #20 19.94 Get:46 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim-runtime all 2:8.1.0875-5 [5775 kB] [2021-06-10T23:02:36.329Z] #20 20.23 Get:47 http://cdn-fastly.deb.debian.org/debian buster/main amd64 vim amd64 2:8.1.0875-5 [1280 kB] [2021-06-10T23:02:36.329Z] #20 20.28 Get:48 http://cdn-fastly.deb.debian.org/debian buster/main amd64 xfsprogs amd64 4.20.0-1 [909 kB] [2021-06-10T23:02:36.329Z] #20 20.32 Get:49 http://cdn-fastly.deb.debian.org/debian buster/main amd64 zip amd64 3.0-11+b1 [234 kB] [2021-06-10T23:02:36.827Z] INFO: Invoking unit tests run with C:\gopath/bin/\gotestsum.exe --format=standard-verbose --jsonfile=bundles\go-test-report-unit-tests.json --junitfile=bundles\junit-report-unit-tests.xml -- -cover -ldflags -w -a "-test.timeout=10m" github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/autogen/winresources/dockerd github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/windows github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/etwlogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/local github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/client github.com/docker/docker/libnetwork/client/mflag github.com/docker/docker/libnetwork/client/mflag/example github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/dnet github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/proxy github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/resolvconf/dns github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-06-10T23:02:36.896Z] #20 20.90 debconf: delaying package configuration, since apt-utils is not installed [2021-06-10T23:02:37.154Z] #20 20.98 Fetched 28.6 MB in 2s (17.1 MB/s) [2021-06-10T23:02:37.154Z] #20 21.04 Selecting previously unselected package pigz. [2021-06-10T23:02:37.154Z] #20 21.04 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23435 files and directories currently installed.) [2021-06-10T23:02:37.154Z] #20 21.09 Preparing to unpack .../archives/pigz_2.4-1_amd64.deb ... [2021-06-10T23:02:37.154Z] #20 21.10 Unpacking pigz (2.4-1) ... [2021-06-10T23:02:37.412Z] #20 21.21 Selecting previously unselected package libpython3.7-minimal:amd64. [2021-06-10T23:02:37.412Z] #20 21.21 Preparing to unpack .../libpython3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-10T23:02:37.412Z] #20 21.21 Unpacking libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-10T23:02:37.670Z] #20 21.53 Selecting previously unselected package python3.7-minimal. [2021-06-10T23:02:37.670Z] #20 21.54 Preparing to unpack .../python3.7-minimal_3.7.3-2+deb10u3_amd64.deb ... [2021-06-10T23:02:37.670Z] #20 21.55 Unpacking python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-10T23:02:37.830Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-06-10T23:02:38.236Z] #20 22.22 Setting up libpython3.7-minimal:amd64 (3.7.3-2+deb10u3) ... [2021-06-10T23:02:38.493Z] #20 22.25 Setting up python3.7-minimal (3.7.3-2+deb10u3) ... [2021-06-10T23:02:40.391Z] #20 24.02 Selecting previously unselected package python3-minimal. [2021-06-10T23:02:40.391Z] #20 24.02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 23684 files and directories currently installed.) [2021-06-10T23:02:40.391Z] #20 24.05 Preparing to unpack .../python3-minimal_3.7.3-1_amd64.deb ... [2021-06-10T23:02:40.391Z] #20 24.06 Unpacking python3-minimal (3.7.3-1) ... [2021-06-10T23:02:40.391Z] #20 24.12 Selecting previously unselected package libmpdec2:amd64. [2021-06-10T23:02:40.391Z] #20 24.12 Preparing to unpack .../libmpdec2_2.4.2-2_amd64.deb ... [2021-06-10T23:02:40.392Z] #20 24.13 Unpacking libmpdec2:amd64 (2.4.2-2) ... [2021-06-10T23:02:40.392Z] #20 24.20 Selecting previously unselected package libpython3.7-stdlib:amd64. [2021-06-10T23:02:40.392Z] #20 24.21 Preparing to unpack .../libpython3.7-stdlib_3.7.3-2+deb10u3_amd64.deb ... [2021-06-10T23:02:40.392Z] #20 24.22 Unpacking libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-10T23:02:41.326Z] #20 25.08 Selecting previously unselected package python3.7. [2021-06-10T23:02:41.326Z] #20 25.09 Preparing to unpack .../python3.7_3.7.3-2+deb10u3_amd64.deb ... [2021-06-10T23:02:41.326Z] #20 25.10 Unpacking python3.7 (3.7.3-2+deb10u3) ... [2021-06-10T23:02:41.326Z] #20 25.21 Selecting previously unselected package libpython3-stdlib:amd64. [2021-06-10T23:02:41.326Z] #20 25.21 Preparing to unpack .../libpython3-stdlib_3.7.3-1_amd64.deb ... [2021-06-10T23:02:41.326Z] #20 25.21 Unpacking libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-10T23:02:41.326Z] #20 25.33 Setting up python3-minimal (3.7.3-1) ... [2021-06-10T23:02:42.259Z] #20 26.02 Selecting previously unselected package python3. [2021-06-10T23:02:42.259Z] #20 26.02 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24096 files and directories currently installed.) [2021-06-10T23:02:42.259Z] #20 26.06 Preparing to unpack .../00-python3_3.7.3-1_amd64.deb ... [2021-06-10T23:02:42.259Z] #20 26.07 Unpacking python3 (3.7.3-1) ... [2021-06-10T23:02:42.259Z] #20 26.15 Selecting previously unselected package libip4tc0:amd64. [2021-06-10T23:02:42.259Z] #20 26.16 Preparing to unpack .../01-libip4tc0_1.8.2-4_amd64.deb ... [2021-06-10T23:02:42.259Z] #20 26.16 Unpacking libip4tc0:amd64 (1.8.2-4) ... [2021-06-10T23:02:42.259Z] #20 26.24 Selecting previously unselected package libip6tc0:amd64. [2021-06-10T23:02:42.259Z] #20 26.24 Preparing to unpack .../02-libip6tc0_1.8.2-4_amd64.deb ... [2021-06-10T23:02:42.259Z] #20 26.25 Unpacking libip6tc0:amd64 (1.8.2-4) ... [2021-06-10T23:02:42.518Z] #20 26.33 Selecting previously unselected package libiptc0:amd64. [2021-06-10T23:02:42.518Z] #20 26.33 Preparing to unpack .../03-libiptc0_1.8.2-4_amd64.deb ... [2021-06-10T23:02:42.518Z] #20 26.35 Unpacking libiptc0:amd64 (1.8.2-4) ... [2021-06-10T23:02:42.518Z] #20 26.42 Selecting previously unselected package libnfnetlink0:amd64. [2021-06-10T23:02:42.518Z] #20 26.42 Preparing to unpack .../04-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-06-10T23:02:42.518Z] #20 26.43 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-10T23:02:42.518Z] #20 26.49 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-06-10T23:02:42.518Z] #20 26.49 Preparing to unpack .../05-libnetfilter-conntrack3_1.0.7-1_amd64.deb ... [2021-06-10T23:02:42.518Z] #20 26.50 Unpacking libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-10T23:02:42.776Z] #20 26.57 Selecting previously unselected package libnftnl11:amd64. [2021-06-10T23:02:42.776Z] #20 26.58 Preparing to unpack .../06-libnftnl11_1.1.2-2_amd64.deb ... [2021-06-10T23:02:42.776Z] #20 26.59 Unpacking libnftnl11:amd64 (1.1.2-2) ... [2021-06-10T23:02:42.776Z] #20 26.68 Selecting previously unselected package iptables. [2021-06-10T23:02:43.034Z] #20 26.69 Preparing to unpack .../07-iptables_1.8.2-4_amd64.deb ... [2021-06-10T23:02:43.034Z] #20 26.70 Unpacking iptables (1.8.2-4) ... [2021-06-10T23:02:43.034Z] #20 26.96 Selecting previously unselected package xxd. [2021-06-10T23:02:43.292Z] #20 26.97 Preparing to unpack .../08-xxd_2%3a8.1.0875-5_amd64.deb ... [2021-06-10T23:02:43.292Z] #20 26.98 Unpacking xxd (2:8.1.0875-5) ... [2021-06-10T23:02:43.292Z] #20 27.09 Selecting previously unselected package vim-common. [2021-06-10T23:02:43.292Z] #20 27.09 Preparing to unpack .../09-vim-common_2%3a8.1.0875-5_all.deb ... [2021-06-10T23:02:43.292Z] #20 27.13 Unpacking vim-common (2:8.1.0875-5) ... [2021-06-10T23:02:43.550Z] #20 27.28 Selecting previously unselected package bash-completion. [2021-06-10T23:02:43.550Z] #20 27.29 Preparing to unpack .../10-bash-completion_1%3a2.8-6_all.deb ... [2021-06-10T23:02:43.926Z] ? github.com/docker/docker/api [no test files] [2021-06-10T23:02:46.078Z] #20 29.55 Unpacking bash-completion (1:2.8-6) ... [2021-06-10T23:02:46.078Z] #20 29.80 Selecting previously unselected package bzip2. [2021-06-10T23:02:46.078Z] #20 29.82 Preparing to unpack .../11-bzip2_1.0.6-9.2~deb10u1_amd64.deb ... [2021-06-10T23:02:46.078Z] #20 29.83 Unpacking bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-10T23:02:46.078Z] #20 29.92 Selecting previously unselected package xz-utils. [2021-06-10T23:02:46.078Z] #20 29.92 Preparing to unpack .../12-xz-utils_5.2.4-1_amd64.deb ... [2021-06-10T23:02:46.078Z] #20 29.93 Unpacking xz-utils (5.2.4-1) ... [2021-06-10T23:02:46.337Z] #20 30.09 Selecting previously unselected package apparmor. [2021-06-10T23:02:46.337Z] #20 30.09 Preparing to unpack .../13-apparmor_2.13.2-10_amd64.deb ... [2021-06-10T23:02:46.337Z] #20 30.18 Unpacking apparmor (2.13.2-10) ... [2021-06-10T23:02:46.595Z] #20 30.48 Selecting previously unselected package aufs-tools. [2021-06-10T23:02:46.595Z] #20 30.49 Preparing to unpack .../14-aufs-tools_1%3a4.14+20190211-1_amd64.deb ... [2021-06-10T23:02:46.595Z] #20 30.49 Unpacking aufs-tools (1:4.14+20190211-1) ... [2021-06-10T23:02:46.595Z] #20 30.59 Selecting previously unselected package libonig5:amd64. [2021-06-10T23:02:46.853Z] #20 30.59 Preparing to unpack .../15-libonig5_6.9.1-1_amd64.deb ... [2021-06-10T23:02:46.853Z] #20 30.60 Unpacking libonig5:amd64 (6.9.1-1) ... [2021-06-10T23:02:46.853Z] #20 30.71 Selecting previously unselected package libjq1:amd64. [2021-06-10T23:02:46.853Z] #20 30.72 Preparing to unpack .../16-libjq1_1.5+dfsg-2+b1_amd64.deb ... [2021-06-10T23:02:46.853Z] #20 30.72 Unpacking libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-10T23:02:47.111Z] #20 30.82 Selecting previously unselected package jq. [2021-06-10T23:02:47.111Z] #20 30.82 Preparing to unpack .../17-jq_1.5+dfsg-2+b1_amd64.deb ... [2021-06-10T23:02:47.111Z] #20 30.83 Unpacking jq (1.5+dfsg-2+b1) ... [2021-06-10T23:02:47.111Z] #20 30.93 Selecting previously unselected package libaio1:amd64. [2021-06-10T23:02:47.111Z] #20 30.94 Preparing to unpack .../18-libaio1_0.3.112-3_amd64.deb ... [2021-06-10T23:02:47.111Z] #20 30.95 Unpacking libaio1:amd64 (0.3.112-3) ... [2021-06-10T23:02:47.111Z] #20 31.01 Selecting previously unselected package libgpm2:amd64. [2021-06-10T23:02:47.111Z] #20 31.01 Preparing to unpack .../19-libgpm2_1.20.7-5_amd64.deb ... [2021-06-10T23:02:47.111Z] #20 31.02 Unpacking libgpm2:amd64 (1.20.7-5) ... [2021-06-10T23:02:47.370Z] #20 31.08 Selecting previously unselected package libicu63:amd64. [2021-06-10T23:02:47.370Z] #20 31.09 Preparing to unpack .../20-libicu63_63.1-6+deb10u1_amd64.deb ... [2021-06-10T23:02:47.370Z] #20 31.10 Unpacking libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-10T23:02:50.653Z] #20 34.00 Selecting previously unselected package libnet1:amd64. [2021-06-10T23:02:50.653Z] #20 34.01 Preparing to unpack .../21-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-06-10T23:02:50.653Z] #20 34.01 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-10T23:02:50.653Z] #20 34.10 Selecting previously unselected package libnl-3-200:amd64. [2021-06-10T23:02:50.653Z] #20 34.12 Preparing to unpack .../22-libnl-3-200_3.4.0-1_amd64.deb ... [2021-06-10T23:02:50.653Z] #20 34.13 Unpacking libnl-3-200:amd64 (3.4.0-1) ... [2021-06-10T23:02:50.653Z] #20 34.22 Selecting previously unselected package libprotobuf-c1:amd64. [2021-06-10T23:02:50.653Z] #20 34.22 Preparing to unpack .../23-libprotobuf-c1_1.3.1-1+b1_amd64.deb ... [2021-06-10T23:02:50.653Z] #20 34.23 Unpacking libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-10T23:02:50.653Z] #20 34.29 Selecting previously unselected package libreadline5:amd64. [2021-06-10T23:02:50.653Z] #20 34.30 Preparing to unpack .../24-libreadline5_5.2+dfsg-3+b13_amd64.deb ... [2021-06-10T23:02:50.653Z] #20 34.31 Unpacking libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-10T23:02:50.653Z] #20 34.42 Selecting previously unselected package net-tools. [2021-06-10T23:02:50.653Z] #20 34.43 Preparing to unpack .../25-net-tools_1.60+git20180626.aebd88e-1_amd64.deb ... [2021-06-10T23:02:50.653Z] #20 34.44 Unpacking net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-10T23:02:50.653Z] #20 34.66 Selecting previously unselected package patch. [2021-06-10T23:02:50.945Z] #20 34.66 Preparing to unpack .../26-patch_2.7.6-3+deb10u1_amd64.deb ... [2021-06-10T23:02:50.945Z] #20 34.67 Unpacking patch (2.7.6-3+deb10u1) ... [2021-06-10T23:02:50.945Z] #20 34.77 Selecting previously unselected package python-pip-whl. [2021-06-10T23:02:50.945Z] #20 34.77 Preparing to unpack .../27-python-pip-whl_18.1-5_all.deb ... [2021-06-10T23:02:50.945Z] #20 34.79 Unpacking python-pip-whl (18.1-5) ... [2021-06-10T23:02:51.548Z] #20 35.27 Selecting previously unselected package python3-lib2to3. [2021-06-10T23:02:51.549Z] #20 35.29 Preparing to unpack .../28-python3-lib2to3_3.7.3-1_all.deb ... [2021-06-10T23:02:51.549Z] #20 35.29 Unpacking python3-lib2to3 (3.7.3-1) ... [2021-06-10T23:02:51.549Z] #20 35.40 Selecting previously unselected package python3-distutils. [2021-06-10T23:02:51.549Z] #20 35.40 Preparing to unpack .../29-python3-distutils_3.7.3-1_all.deb ... [2021-06-10T23:02:51.549Z] #20 35.41 Unpacking python3-distutils (3.7.3-1) ... [2021-06-10T23:02:51.816Z] #20 35.53 Selecting previously unselected package python3-pip. [2021-06-10T23:02:51.816Z] #20 35.54 Preparing to unpack .../30-python3-pip_18.1-5_all.deb ... [2021-06-10T23:02:51.816Z] #20 35.54 Unpacking python3-pip (18.1-5) ... [2021-06-10T23:02:51.816Z] #20 35.71 Selecting previously unselected package python3-pkg-resources. [2021-06-10T23:02:51.816Z] #20 35.71 Preparing to unpack .../31-python3-pkg-resources_40.8.0-1_all.deb ... [2021-06-10T23:02:51.816Z] #20 35.72 Unpacking python3-pkg-resources (40.8.0-1) ... [2021-06-10T23:02:52.088Z] #20 35.86 Selecting previously unselected package python3-setuptools. [2021-06-10T23:02:52.088Z] #20 35.88 Preparing to unpack .../32-python3-setuptools_40.8.0-1_all.deb ... [2021-06-10T23:02:52.088Z] #20 35.88 Unpacking python3-setuptools (40.8.0-1) ... [2021-06-10T23:02:52.088Z] #20 36.09 Selecting previously unselected package python3-wheel. [2021-06-10T23:02:52.088Z] #20 36.09 Preparing to unpack .../33-python3-wheel_0.32.3-2_all.deb ... [2021-06-10T23:02:52.346Z] #20 36.09 Unpacking python3-wheel (0.32.3-2) ... [2021-06-10T23:02:52.346Z] #20 36.19 Selecting previously unselected package sudo. [2021-06-10T23:02:52.346Z] #20 36.19 Preparing to unpack .../34-sudo_1.8.27-1+deb10u3_amd64.deb ... [2021-06-10T23:02:52.346Z] #20 36.20 Unpacking sudo (1.8.27-1+deb10u3) ... [2021-06-10T23:02:52.869Z] #20 36.63 Selecting previously unselected package thin-provisioning-tools. [2021-06-10T23:02:52.869Z] #20 36.64 Preparing to unpack .../35-thin-provisioning-tools_0.7.6-2.1_amd64.deb ... [2021-06-10T23:02:52.869Z] #20 36.65 Unpacking thin-provisioning-tools (0.7.6-2.1) ... [2021-06-10T23:02:53.127Z] #20 36.84 Selecting previously unselected package uidmap. [2021-06-10T23:02:53.127Z] #20 36.84 Preparing to unpack .../36-uidmap_1%3a4.5-1.1_amd64.deb ... [2021-06-10T23:02:53.127Z] #20 36.85 Unpacking uidmap (1:4.5-1.1) ... [2021-06-10T23:02:53.127Z] #20 36.95 Selecting previously unselected package vim-runtime. [2021-06-10T23:02:53.127Z] #20 36.96 Preparing to unpack .../37-vim-runtime_2%3a8.1.0875-5_all.deb ... [2021-06-10T23:02:53.127Z] #20 36.99 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-10T23:02:53.127Z] #20 37.02 Adding 'diversion of /usr/share/vim/vim81/doc/tags to /usr/share/vim/vim81/doc/tags.vim-tiny by vim-runtime' [2021-06-10T23:02:53.383Z] #20 37.03 Unpacking vim-runtime (2:8.1.0875-5) ... [2021-06-10T23:02:53.947Z] #20 ... [2021-06-10T23:02:53.948Z] [2021-06-10T23:02:53.948Z] #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-10T23:02:53.948Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-10T23:02:53.948Z] #40 165.6 + dpkg --print-architecture [2021-06-10T23:02:53.948Z] #40 165.6 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-06-10T23:02:53.948Z] #40 165.8 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-06-10T23:02:53.948Z] #40 165.8 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-06-10T23:02:56.351Z] === RUN TestMiddlewares [2021-06-10T23:02:56.351Z] --- PASS: TestMiddlewares (0.00s) [2021-06-10T23:02:56.351Z] PASS [2021-06-10T23:02:56.351Z] coverage: 9.0% of statements [2021-06-10T23:02:56.351Z] ok github.com/docker/docker/api/server 0.104s coverage: 9.0% of statements [2021-06-10T23:02:58.416Z] --- PASS: TestBuildWithHugeFile (52.28s) [2021-06-10T23:02:58.416Z] === RUN TestBuildWCOWSandboxSize [2021-06-10T23:02:58.416Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-06-10T23:02:58.416Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-10T23:02:58.416Z] === RUN TestBuildWithEmptyDockerfile [2021-06-10T23:02:58.416Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-10T23:02:58.416Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-10T23:02:58.416Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-10T23:02:58.416Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-10T23:02:58.416Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-10T23:02:58.416Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-10T23:02:58.416Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-10T23:02:58.416Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-10T23:02:58.416Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-10T23:02:58.416Z] --- PASS: TestBuildWithEmptyDockerfile (0.10s) [2021-06-10T23:02:58.416Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.15s) [2021-06-10T23:02:58.416Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.15s) [2021-06-10T23:02:58.416Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-06-10T23:02:58.416Z] === RUN TestBuildPreserveOwnership [2021-06-10T23:02:58.416Z] === RUN TestBuildPreserveOwnership/copy_from [2021-06-10T23:03:00.502Z] #40 ... [2021-06-10T23:03:00.502Z] [2021-06-10T23:03:00.502Z] #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-10T23:03:00.502Z] #20 sha256:d41a8c13de96be061852f4d9d37ed6fdc1826f3b32b4d82ca95ccf90696b9530 [2021-06-10T23:03:00.502Z] #20 39.71 Selecting previously unselected package vim. [2021-06-10T23:03:00.502Z] #20 39.72 Preparing to unpack .../38-vim_2%3a8.1.0875-5_amd64.deb ... [2021-06-10T23:03:00.502Z] #20 39.74 Unpacking vim (2:8.1.0875-5) ... [2021-06-10T23:03:00.502Z] #20 40.18 Selecting previously unselected package xfsprogs. [2021-06-10T23:03:00.502Z] #20 40.18 Preparing to unpack .../39-xfsprogs_4.20.0-1_amd64.deb ... [2021-06-10T23:03:00.502Z] #20 40.19 Unpacking xfsprogs (4.20.0-1) ... [2021-06-10T23:03:00.502Z] #20 40.59 Selecting previously unselected package zip. [2021-06-10T23:03:00.502Z] #20 40.60 Preparing to unpack .../40-zip_3.0-11+b1_amd64.deb ... [2021-06-10T23:03:00.502Z] #20 40.60 Unpacking zip (3.0-11+b1) ... [2021-06-10T23:03:00.502Z] #20 40.74 Setting up aufs-tools (1:4.14+20190211-1) ... [2021-06-10T23:03:00.502Z] #20 40.77 Setting up net-tools (1.60+git20180626.aebd88e-1) ... [2021-06-10T23:03:00.502Z] #20 40.79 Setting up libip6tc0:amd64 (1.8.2-4) ... [2021-06-10T23:03:00.502Z] #20 40.81 Setting up libreadline5:amd64 (5.2+dfsg-3+b13) ... [2021-06-10T23:03:00.502Z] #20 40.82 Setting up libgpm2:amd64 (1.20.7-5) ... [2021-06-10T23:03:00.502Z] #20 40.84 Setting up libip4tc0:amd64 (1.8.2-4) ... [2021-06-10T23:03:00.502Z] #20 40.86 Setting up uidmap (1:4.5-1.1) ... [2021-06-10T23:03:00.502Z] #20 40.87 Setting up libnftnl11:amd64 (1.1.2-2) ... [2021-06-10T23:03:00.502Z] #20 40.89 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-06-10T23:03:00.502Z] #20 40.95 Setting up bzip2 (1.0.6-9.2~deb10u1) ... [2021-06-10T23:03:00.502Z] #20 40.96 Setting up libprotobuf-c1:amd64 (1.3.1-1+b1) ... [2021-06-10T23:03:00.502Z] #20 40.97 Setting up libicu63:amd64 (63.1-6+deb10u1) ... [2021-06-10T23:03:00.502Z] #20 40.99 Setting up xxd (2:8.1.0875-5) ... [2021-06-10T23:03:00.502Z] #20 41.00 Setting up zip (3.0-11+b1) ... [2021-06-10T23:03:00.502Z] #20 41.02 Setting up vim-common (2:8.1.0875-5) ... [2021-06-10T23:03:00.502Z] #20 41.06 Setting up bash-completion (1:2.8-6) ... [2021-06-10T23:03:00.502Z] #20 43.30 Setting up libiptc0:amd64 (1.8.2-4) ... [2021-06-10T23:03:00.502Z] #20 43.31 Setting up xz-utils (5.2.4-1) ... [2021-06-10T23:03:00.502Z] #20 43.33 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-06-10T23:03:00.502Z] #20 43.36 Setting up patch (2.7.6-3+deb10u1) ... [2021-06-10T23:03:00.502Z] #20 43.37 Setting up sudo (1.8.27-1+deb10u3) ... [2021-06-10T23:03:00.502Z] #20 43.45 invoke-rc.d: could not determine current runlevel [2021-06-10T23:03:00.502Z] #20 43.46 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-10T23:03:00.502Z] #20 43.48 Setting up pigz (2.4-1) ... [2021-06-10T23:03:00.502Z] #20 43.50 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-06-10T23:03:00.502Z] #20 43.51 Setting up libnl-3-200:amd64 (3.4.0-1) ... [2021-06-10T23:03:00.502Z] #20 43.53 Setting up python-pip-whl (18.1-5) ... [2021-06-10T23:03:00.502Z] #20 43.55 Setting up libmpdec2:amd64 (2.4.2-2) ... [2021-06-10T23:03:00.502Z] #20 43.56 Setting up vim-runtime (2:8.1.0875-5) ... [2021-06-10T23:03:00.502Z] #20 43.93 Setting up libaio1:amd64 (0.3.112-3) ... [2021-06-10T23:03:00.502Z] #20 43.94 Setting up libonig5:amd64 (6.9.1-1) ... [2021-06-10T23:03:00.502Z] #20 43.95 Setting up libpython3.7-stdlib:amd64 (3.7.3-2+deb10u3) ... [2021-06-10T23:03:00.502Z] #20 43.97 Setting up vim (2:8.1.0875-5) ... [2021-06-10T23:03:00.502Z] #20 43.98 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-06-10T23:03:00.502Z] #20 43.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-06-10T23:03:00.502Z] #20 43.99 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-06-10T23:03:00.502Z] #20 44.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-06-10T23:03:00.502Z] #20 44.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-06-10T23:03:00.502Z] #20 44.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-06-10T23:03:00.502Z] #20 44.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-06-10T23:03:00.502Z] #20 44.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-06-10T23:03:00.502Z] #20 44.03 Setting up libjq1:amd64 (1.5+dfsg-2+b1) ... [2021-06-10T23:03:00.502Z] #20 44.05 Setting up thin-provisioning-tools (0.7.6-2.1) ... [2021-06-10T23:03:00.502Z] #20 44.06 Setting up libnetfilter-conntrack3:amd64 (1.0.7-1) ... [2021-06-10T23:03:00.502Z] #20 44.08 Setting up jq (1.5+dfsg-2+b1) ... [2021-06-10T23:03:00.502Z] #20 44.09 Setting up libpython3-stdlib:amd64 (3.7.3-1) ... [2021-06-10T23:03:00.502Z] #20 44.10 Setting up python3.7 (3.7.3-2+deb10u3) ... [2021-06-10T23:03:01.712Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-06-10T23:03:02.402Z] #20 46.44 Setting up iptables (1.8.2-4) ... [2021-06-10T23:03:02.660Z] #20 46.46 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-10T23:03:02.660Z] #20 46.47 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-10T23:03:02.660Z] #20 46.47 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-06-10T23:03:02.660Z] #20 46.48 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-06-10T23:03:02.660Z] #20 46.48 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-06-10T23:03:02.660Z] #20 46.49 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-06-10T23:03:02.660Z] #20 46.49 Setting up python3 (3.7.3-1) ... [2021-06-10T23:03:03.177Z] #20 46.89 Setting up python3-wheel (0.32.3-2) ... [2021-06-10T23:03:03.693Z] #20 47.45 Setting up apparmor (2.13.2-10) ... [2021-06-10T23:03:05.594Z] #20 49.13 Setting up xfsprogs (4.20.0-1) ... [2021-06-10T23:03:05.594Z] #20 49.16 Setting up python3-lib2to3 (3.7.3-1) ... [2021-06-10T23:03:05.852Z] #20 49.54 Setting up python3-pkg-resources (40.8.0-1) ... [2021-06-10T23:03:05.914Z] --- PASS: TestBuildPreserveOwnership (10.34s) [2021-06-10T23:03:05.914Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.34s) [2021-06-10T23:03:05.914Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (4.00s) [2021-06-10T23:03:05.914Z] === RUN TestBuildPlatformInvalid [2021-06-10T23:03:05.914Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2021-06-10T23:03:05.914Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-06-10T23:03:05.914Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-06-10T23:03:05.914Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-06-10T23:03:05.914Z] PASS [2021-06-10T23:03:05.914Z] [2021-06-10T23:03:05.914Z] === Skipped [2021-06-10T23:03:05.914Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-06-10T23:03:05.914Z] build_session_test.go:25: TODO: BuildKit [2021-06-10T23:03:05.914Z] [2021-06-10T23:03:05.914Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-06-10T23:03:05.914Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-10T23:03:05.914Z] [2021-06-10T23:03:05.914Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-06-10T23:03:05.914Z] build_userns_linux_test.go:32: testEnv.IsRootless() [2021-06-10T23:03:05.914Z] [2021-06-10T23:03:05.914Z] [2021-06-10T23:03:05.914Z] DONE 34 tests, 3 skipped in 134.798s [2021-06-10T23:03:05.914Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-06-10T23:03:05.914Z] INFO: Testing against a local daemon [2021-06-10T23:03:05.914Z] === RUN TestConfigInspect [2021-06-10T23:03:05.914Z] --- SKIP: TestConfigInspect (0.02s) [2021-06-10T23:03:05.914Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:03:05.914Z] === RUN TestConfigList [2021-06-10T23:03:05.914Z] --- SKIP: TestConfigList (0.02s) [2021-06-10T23:03:05.914Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:03:05.914Z] === RUN TestConfigsCreateAndDelete [2021-06-10T23:03:05.914Z] --- SKIP: TestConfigsCreateAndDelete (0.02s) [2021-06-10T23:03:05.914Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:03:05.914Z] === RUN TestConfigsUpdate [2021-06-10T23:03:05.914Z] --- SKIP: TestConfigsUpdate (0.01s) [2021-06-10T23:03:05.914Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:03:05.914Z] === RUN TestTemplatedConfig [2021-06-10T23:03:05.914Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-06-10T23:03:05.914Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:03:05.914Z] === RUN TestConfigCreateResolve [2021-06-10T23:03:05.914Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-06-10T23:03:05.914Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:03:05.914Z] === RUN TestConfigDaemonLibtrustID [2021-06-10T23:03:06.419Z] #20 50.32 Setting up python3-distutils (3.7.3-1) ... [2021-06-10T23:03:06.985Z] #20 50.66 Setting up python3-setuptools (40.8.0-1) ... [2021-06-10T23:03:07.297Z] --- PASS: TestConfigDaemonLibtrustID (1.53s) [2021-06-10T23:03:07.297Z] PASS [2021-06-10T23:03:07.297Z] [2021-06-10T23:03:07.297Z] === Skipped [2021-06-10T23:03:07.297Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2021-06-10T23:03:07.297Z] config_test.go:31: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:03:07.297Z] [2021-06-10T23:03:07.297Z] === SKIP: amd64.integration.config TestConfigList (0.02s) [2021-06-10T23:03:07.297Z] config_test.go:55: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:03:07.297Z] [2021-06-10T23:03:07.297Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.02s) [2021-06-10T23:03:07.297Z] config_test.go:136: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:03:07.297Z] [2021-06-10T23:03:07.297Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2021-06-10T23:03:07.297Z] config_test.go:174: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:03:07.297Z] [2021-06-10T23:03:07.297Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-06-10T23:03:07.297Z] config_test.go:224: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:03:07.297Z] [2021-06-10T23:03:07.297Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-06-10T23:03:07.297Z] config_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:03:07.297Z] [2021-06-10T23:03:07.297Z] [2021-06-10T23:03:07.297Z] DONE 7 tests, 6 skipped in 1.728s [2021-06-10T23:03:07.297Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-06-10T23:03:07.297Z] INFO: Testing against a local daemon [2021-06-10T23:03:07.297Z] === RUN TestCheckpoint [2021-06-10T23:03:07.297Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-10T23:03:07.297Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-10T23:03:07.297Z] === RUN TestContainerInvalidJSON [2021-06-10T23:03:07.297Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-10T23:03:07.297Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-10T23:03:07.297Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-10T23:03:07.297Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-10T23:03:07.297Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-10T23:03:07.297Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-10T23:03:07.297Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-10T23:03:07.297Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-10T23:03:07.297Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-10T23:03:07.297Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-06-10T23:03:07.297Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-10T23:03:07.297Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-10T23:03:07.297Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-10T23:03:07.297Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-10T23:03:07.297Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.05s) [2021-06-10T23:03:07.297Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-10T23:03:07.297Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-06-10T23:03:07.297Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-10T23:03:07.297Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.05s) [2021-06-10T23:03:07.297Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-10T23:03:07.297Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-06-10T23:03:07.297Z] === RUN TestCopyFromContainer [2021-06-10T23:03:07.918Z] #20 51.64 Setting up python3-pip (18.1-5) ... [2021-06-10T23:03:08.484Z] #20 52.47 Processing triggers for libc-bin (2.28-10) ... [2021-06-10T23:03:08.742Z] #20 52.50 Processing triggers for mime-support (3.62) ... [2021-06-10T23:03:09.677Z] #20 DONE 53.3s [2021-06-10T23:03:09.677Z] [2021-06-10T23:03:09.677Z] #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-10T23:03:09.677Z] #21 sha256:a41b2e45fcae4ebc28cb31bce642a55e5472a13c32e0131897c460812419c062 [2021-06-10T23:03:09.880Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-06-10T23:03:09.880Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-06-10T23:03:11.050Z] #21 1.593 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-06-10T23:03:11.050Z] #21 1.598 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-06-10T23:03:11.050Z] #21 1.601 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-06-10T23:03:11.050Z] #21 DONE 1.7s [2021-06-10T23:03:11.050Z] [2021-06-10T23:03:11.050Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-10T23:03:11.050Z] #22 sha256:32ac77632a796242ca8c5cc1ebe3c3d38ab217810cb5e808ee916620c17e34e9 [2021-06-10T23:03:11.498Z] === RUN TestCopyFromContainer// [2021-06-10T23:03:11.498Z] === RUN TestCopyFromContainer//bar/root [2021-06-10T23:03:11.498Z] === RUN TestCopyFromContainer//bar/root/ [2021-06-10T23:03:11.498Z] === RUN TestCopyFromContainer/bar/quux [2021-06-10T23:03:11.498Z] === RUN TestCopyFromContainer/bar/quux/ [2021-06-10T23:03:11.498Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-06-10T23:03:11.498Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-06-10T23:03:11.498Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-06-10T23:03:11.758Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-06-10T23:03:11.758Z] === RUN TestCopyFromContainer/bar/notarget [2021-06-10T23:03:11.758Z] --- PASS: TestCopyFromContainer (4.43s) [2021-06-10T23:03:11.758Z] --- PASS: TestCopyFromContainer// (0.07s) [2021-06-10T23:03:11.758Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2021-06-10T23:03:11.758Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-06-10T23:03:11.758Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2021-06-10T23:03:11.758Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2021-06-10T23:03:11.758Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.06s) [2021-06-10T23:03:11.758Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.06s) [2021-06-10T23:03:11.758Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2021-06-10T23:03:11.758Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-06-10T23:03:11.758Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-06-10T23:03:11.758Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-10T23:03:11.758Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-10T23:03:11.758Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-10T23:03:11.758Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-10T23:03:11.758Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-10T23:03:11.758Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-10T23:03:11.758Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-10T23:03:11.758Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-10T23:03:11.758Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-10T23:03:11.758Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-10T23:03:11.758Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-06-10T23:03:11.758Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-10T23:03:11.758Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-06-10T23:03:11.758Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-10T23:03:11.758Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-10T23:03:11.775Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-06-10T23:03:12.019Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-06-10T23:03:12.019Z] === RUN TestCreateWithInvalidEnv [2021-06-10T23:03:12.019Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-10T23:03:12.019Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-10T23:03:12.019Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-10T23:03:12.019Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-10T23:03:12.019Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-10T23:03:12.019Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-10T23:03:12.019Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-10T23:03:12.019Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-10T23:03:12.019Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-10T23:03:12.019Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-06-10T23:03:12.019Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-10T23:03:12.019Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-10T23:03:12.019Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-10T23:03:12.019Z] === RUN TestCreateTmpfsMountsTarget [2021-06-10T23:03:12.019Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-06-10T23:03:12.019Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-10T23:03:13.932Z] --- PASS: TestCreateWithCustomMaskedPaths (2.00s) [2021-06-10T23:03:13.932Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-10T23:03:15.052Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-06-10T23:03:15.844Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.95s) [2021-06-10T23:03:15.844Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-10T23:03:15.844Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-10T23:03:15.844Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-10T23:03:15.844Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-10T23:03:15.844Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-10T23:03:15.844Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-10T23:03:15.844Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-10T23:03:15.844Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-10T23:03:15.844Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-10T23:03:15.844Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-10T23:03:15.844Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-10T23:03:15.844Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-10T23:03:15.844Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-10T23:03:15.844Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-10T23:03:15.844Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-10T23:03:15.844Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-10T23:03:15.844Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-06-10T23:03:15.844Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-06-10T23:03:15.844Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-06-10T23:03:15.844Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-06-10T23:03:15.844Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-06-10T23:03:15.844Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-06-10T23:03:15.844Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-10T23:03:15.982Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-06-10T23:03:16.314Z] #22 4.409 Collecting yamllint==1.26.1 [2021-06-10T23:03:16.786Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.66s) [2021-06-10T23:03:16.786Z] === RUN TestCreateDifferentPlatform [2021-06-10T23:03:16.786Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-10T23:03:16.786Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-10T23:03:16.786Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-06-10T23:03:16.786Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-06-10T23:03:16.786Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-10T23:03:16.786Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-10T23:03:16.786Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.02s) [2021-06-10T23:03:16.786Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-10T23:03:16.786Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-06-10T23:03:16.786Z] === RUN TestContainerStartOnDaemonRestart [2021-06-10T23:03:16.786Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-06-10T23:03:16.786Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-06-10T23:03:16.786Z] === RUN TestDaemonRestartIpcMode [2021-06-10T23:03:16.786Z] === PAUSE TestDaemonRestartIpcMode [2021-06-10T23:03:16.786Z] === RUN TestDaemonHostGatewayIP [2021-06-10T23:03:16.786Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-06-10T23:03:16.786Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-10T23:03:16.786Z] === RUN TestRestartDaemonWithRestartingContainer [2021-06-10T23:03:16.786Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-06-10T23:03:16.786Z] === RUN TestContainerKillOnDaemonStart [2021-06-10T23:03:16.786Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-06-10T23:03:16.786Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-06-10T23:03:16.786Z] === RUN TestDiff [2021-06-10T23:03:17.357Z] --- PASS: TestDiff (0.67s) [2021-06-10T23:03:17.357Z] === RUN TestExecWithCloseStdin [2021-06-10T23:03:18.300Z] --- PASS: TestExecWithCloseStdin (0.96s) [2021-06-10T23:03:18.300Z] === RUN TestExec [2021-06-10T23:03:19.243Z] --- PASS: TestExec (0.98s) [2021-06-10T23:03:19.243Z] === RUN TestExecUser [2021-06-10T23:03:19.598Z] #22 ... [2021-06-10T23:03:19.598Z] [2021-06-10T23:03:19.598Z] #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-10T23:03:19.598Z] #40 sha256:7eb8661a7a9b76a67b57f7dc9209211fc3e2d37c547b45bbc79cc9d24111c1ea [2021-06-10T23:03:19.598Z] #40 DONE 190.8s [2021-06-10T23:03:19.598Z] [2021-06-10T23:03:19.598Z] #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-10T23:03:19.598Z] #50 sha256:a97476e35aa9ced832c66332099bb5ea1f0677a8a2946e5dc590cf5e8e1157ee [2021-06-10T23:03:19.856Z] #50 191.9 + /build/golangci-lint --version [2021-06-10T23:03:20.114Z] #50 192.2 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-06-10T23:03:20.185Z] --- PASS: TestExecUser (0.95s) [2021-06-10T23:03:20.185Z] === RUN TestExportContainerAndImportImage [2021-06-10T23:03:20.373Z] #50 DONE 192.4s [2021-06-10T23:03:20.373Z] [2021-06-10T23:03:20.373Z] #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-10T23:03:20.373Z] #54 sha256:2e956e67159406f5a285a7c60819b5b80beab6431f19d8722bce984faf0c2a8e [2021-06-10T23:03:20.939Z] #54 ... [2021-06-10T23:03:20.939Z] [2021-06-10T23:03:20.939Z] #22 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-06-10T23:03:20.939Z] #22 sha256:32ac77632a796242ca8c5cc1ebe3c3d38ab217810cb5e808ee916620c17e34e9 [2021-06-10T23:03:20.939Z] #22 9.737 Downloading https://files.pythonhosted.org/packages/50/a1/9093baeb2545d43c22bbcc98c94b926d324598b50e196b492b0882dcb465/yamllint-1.26.1.tar.gz (126kB) [2021-06-10T23:03:21.127Z] --- PASS: TestExportContainerAndImportImage (0.86s) [2021-06-10T23:03:21.127Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-10T23:03:21.236Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-06-10T23:03:21.507Z] #22 10.39 Collecting pathspec>=0.5.3 (from yamllint==1.26.1) [2021-06-10T23:03:21.508Z] #22 10.46 Downloading https://files.pythonhosted.org/packages/29/29/a465741a3d97ea3c17d21eaad4c64205428bde56742360876c4391f930d4/pathspec-0.8.1-py2.py3-none-any.whl [2021-06-10T23:03:21.508Z] #22 10.50 Collecting pyyaml (from yamllint==1.26.1) [2021-06-10T23:03:21.766Z] #22 10.67 Downloading https://files.pythonhosted.org/packages/7a/a5/393c087efdc78091afa2af9f1378762f9821c9c1d7a22c5753fb5ac5f97a/PyYAML-5.4.1-cp37-cp37m-manylinux1_x86_64.whl (636kB) [2021-06-10T23:03:22.024Z] #22 10.86 Requirement already satisfied: setuptools in /usr/lib/python3/dist-packages (from yamllint==1.26.1) (40.8.0) [2021-06-10T23:03:22.024Z] #22 10.86 Building wheels for collected packages: yamllint [2021-06-10T23:03:22.024Z] #22 10.87 Running setup.py bdist_wheel for yamllint: started [2021-06-10T23:03:22.958Z] #22 11.63 Running setup.py bdist_wheel for yamllint: finished with status 'done' [2021-06-10T23:03:22.958Z] #22 11.63 Stored in directory: /root/.cache/pip/wheels/db/c9/7f/2b7d21ea348b5085f20219b71cb64093a23036b73dd3412627 [2021-06-10T23:03:22.958Z] #22 11.68 Successfully built yamllint [2021-06-10T23:03:22.958Z] #22 11.68 Installing collected packages: pathspec, pyyaml, yamllint [2021-06-10T23:03:22.958Z] #22 11.89 Successfully installed pathspec-0.8.1 pyyaml-5.4.1 yamllint-1.26.1 [2021-06-10T23:03:23.216Z] #22 DONE 12.1s [2021-06-10T23:03:23.216Z] [2021-06-10T23:03:23.216Z] #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-10T23:03:23.216Z] #57 sha256:7bead9b9bf738e51b6d54da5026b52a16c9a293430e4043f7f371c901e943e87 [2021-06-10T23:03:23.216Z] #57 ... [2021-06-10T23:03:23.216Z] [2021-06-10T23:03:23.216Z] #25 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-06-10T23:03:23.216Z] #25 sha256:9dd676d8051ea4784d067e0f928a09aa6fa33c4dbab485f8a04c787270850d5a [2021-06-10T23:03:23.474Z] #25 DONE 0.3s [2021-06-10T23:03:23.474Z] [2021-06-10T23:03:23.474Z] #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-10T23:03:23.474Z] #57 sha256:7bead9b9bf738e51b6d54da5026b52a16c9a293430e4043f7f371c901e943e87 [2021-06-10T23:03:23.474Z] #57 ... [2021-06-10T23:03:23.474Z] [2021-06-10T23:03:23.474Z] #30 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-06-10T23:03:23.474Z] #30 sha256:51fe055f78a4fd36882ac9d48264deb1434fe9a2a622e4e63d6afd54e1cbe7d4 [2021-06-10T23:03:24.427Z] --- PASS: TestExportContainerAfterDaemonRestart (3.37s) [2021-06-10T23:03:24.427Z] === RUN TestHealthCheckWorkdir [2021-06-10T23:03:25.828Z] --- PASS: TestHealthCheckWorkdir (1.45s) [2021-06-10T23:03:25.828Z] === RUN TestHealthKillContainer [2021-06-10T23:03:29.125Z] --- PASS: TestHealthKillContainer (3.00s) [2021-06-10T23:03:29.125Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-10T23:03:29.695Z] --- PASS: TestInspectCpusetInConfigPre120 (0.65s) [2021-06-10T23:03:29.695Z] === RUN TestIpcModeNone [2021-06-10T23:03:30.636Z] --- PASS: TestIpcModeNone (0.97s) [2021-06-10T23:03:30.636Z] === RUN TestIpcModePrivate [2021-06-10T23:03:31.202Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-06-10T23:03:31.579Z] --- PASS: TestIpcModePrivate (0.96s) [2021-06-10T23:03:31.579Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2021-06-10T23:03:31.579Z] === RUN TestIpcModeShareable [2021-06-10T23:03:31.579Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-06-10T23:03:31.579Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-10T23:03:31.579Z] === RUN TestAPIIpcModeShareableAndContainer [2021-06-10T23:03:31.582Z] #30 DONE 7.1s [2021-06-10T23:03:31.582Z] [2021-06-10T23:03:31.582Z] #33 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-06-10T23:03:31.582Z] #33 sha256:29935666ec88b1646b0551b2eaa008188b1136e2be4f612a8e0bcbaff95538cf [2021-06-10T23:03:31.582Z] #33 DONE 0.4s [2021-06-10T23:03:31.582Z] [2021-06-10T23:03:31.582Z] #35 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-06-10T23:03:31.582Z] #35 sha256:88ba73e99fefd99124cad8d2272721e5dbfac096f2db56e04b794b5ecd1568c8 [2021-06-10T23:03:31.582Z] #35 DONE 0.1s [2021-06-10T23:03:31.582Z] [2021-06-10T23:03:31.582Z] #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-10T23:03:31.582Z] #57 sha256:7bead9b9bf738e51b6d54da5026b52a16c9a293430e4043f7f371c901e943e87 [2021-06-10T23:03:31.582Z] #57 ... [2021-06-10T23:03:31.582Z] [2021-06-10T23:03:31.582Z] #38 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-06-10T23:03:31.582Z] #38 sha256:370c0caf8609e01c9d9636a91273b686a4409620afe7dcd52830149ad0fa333b [2021-06-10T23:03:31.582Z] #38 DONE 0.1s [2021-06-10T23:03:31.582Z] [2021-06-10T23:03:31.582Z] #41 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-06-10T23:03:31.582Z] #41 sha256:4c9d2470940d6ef401b5ee6870dcbbeaac3d7bcea82eea42a601ab94bb2c4c22 [2021-06-10T23:03:31.582Z] #41 DONE 0.2s [2021-06-10T23:03:31.582Z] [2021-06-10T23:03:31.582Z] #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-10T23:03:31.582Z] #54 sha256:2e956e67159406f5a285a7c60819b5b80beab6431f19d8722bce984faf0c2a8e [2021-06-10T23:03:31.582Z] #54 ... [2021-06-10T23:03:31.582Z] [2021-06-10T23:03:31.582Z] #45 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-06-10T23:03:31.582Z] #45 sha256:0617d2267a812c595cfd29b086dee9bb9e5c12a1b9b45f9f6dade5d7283d4604 [2021-06-10T23:03:31.582Z] #45 DONE 0.1s [2021-06-10T23:03:31.582Z] [2021-06-10T23:03:31.582Z] #47 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-06-10T23:03:31.582Z] #47 sha256:a74c1da17ede93d0229cc4ca219a44bf8141fdb9378ebab5a793f4e2b2157774 [2021-06-10T23:03:31.840Z] #47 DONE 0.4s [2021-06-10T23:03:31.840Z] [2021-06-10T23:03:31.840Z] #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-10T23:03:31.840Z] #57 sha256:7bead9b9bf738e51b6d54da5026b52a16c9a293430e4043f7f371c901e943e87 [2021-06-10T23:03:31.840Z] #57 ... [2021-06-10T23:03:31.840Z] [2021-06-10T23:03:31.840Z] #49 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-06-10T23:03:31.840Z] #49 sha256:29a329f8be262e34f1a966a98ab941aba711910d640311e5c9c802c270628e21 [2021-06-10T23:03:31.840Z] #49 DONE 0.1s [2021-06-10T23:03:31.840Z] [2021-06-10T23:03:31.840Z] #51 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-06-10T23:03:31.840Z] #51 sha256:809a38c4c4bb96a6ba29cddbd33b2e43413866525015024f037f36ba613a2ee6 [2021-06-10T23:03:32.099Z] #51 DONE 0.2s [2021-06-10T23:03:32.099Z] [2021-06-10T23:03:32.099Z] #53 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-06-10T23:03:32.099Z] #53 sha256:9a9912aec4cf8b48980637841f5bf514dc118e538e83cd9dae0c56bc3e4adb70 [2021-06-10T23:03:32.099Z] #53 DONE 0.1s [2021-06-10T23:03:32.099Z] [2021-06-10T23:03:32.099Z] #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-10T23:03:32.099Z] #57 sha256:7bead9b9bf738e51b6d54da5026b52a16c9a293430e4043f7f371c901e943e87 [2021-06-10T23:03:34.125Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.64s) [2021-06-10T23:03:34.125Z] === RUN TestAPIIpcModeHost [2021-06-10T23:03:34.125Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-06-10T23:03:34.125Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-10T23:03:34.125Z] === RUN TestDaemonIpcModeShareable [2021-06-10T23:03:34.125Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-06-10T23:03:34.125Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-10T23:03:34.125Z] === RUN TestDaemonIpcModePrivate [2021-06-10T23:03:34.476Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-06-10T23:03:37.422Z] --- PASS: TestDaemonIpcModePrivate (2.67s) [2021-06-10T23:03:37.422Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2021-06-10T23:03:37.422Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-06-10T23:03:37.422Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-06-10T23:03:37.422Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-10T23:03:37.422Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-06-10T23:03:37.422Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-06-10T23:03:37.422Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-10T23:03:37.422Z] === RUN TestIpcModeOlderClient [2021-06-10T23:03:37.422Z] === PAUSE TestIpcModeOlderClient [2021-06-10T23:03:37.422Z] === RUN TestKillContainerInvalidSignal [2021-06-10T23:03:37.422Z] --- PASS: TestKillContainerInvalidSignal (0.72s) [2021-06-10T23:03:37.422Z] === RUN TestKillContainer [2021-06-10T23:03:37.683Z] === RUN TestKillContainer/no_signal [2021-06-10T23:03:38.254Z] === RUN TestKillContainer/non_killing_signal [2021-06-10T23:03:38.646Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-06-10T23:03:38.825Z] === RUN TestKillContainer/killing_signal [2021-06-10T23:03:39.767Z] --- PASS: TestKillContainer (2.02s) [2021-06-10T23:03:39.767Z] --- PASS: TestKillContainer/no_signal (0.65s) [2021-06-10T23:03:39.767Z] --- PASS: TestKillContainer/non_killing_signal (0.53s) [2021-06-10T23:03:39.767Z] --- PASS: TestKillContainer/killing_signal (0.64s) [2021-06-10T23:03:39.767Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-10T23:03:39.767Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-06-10T23:03:40.337Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-06-10T23:03:40.539Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-06-10T23:03:40.909Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.32s) [2021-06-10T23:03:40.909Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.65s) [2021-06-10T23:03:40.909Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.52s) [2021-06-10T23:03:40.909Z] === RUN TestKillStoppedContainer [2021-06-10T23:03:40.909Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-06-10T23:03:40.909Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-10T23:03:40.909Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2021-06-10T23:03:40.909Z] === RUN TestKillDifferentUserContainer [2021-06-10T23:03:41.851Z] --- PASS: TestKillDifferentUserContainer (0.65s) [2021-06-10T23:03:41.851Z] === RUN TestInspectOomKilledTrue [2021-06-10T23:03:41.851Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-10T23:03:41.851Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-10T23:03:41.851Z] === RUN TestInspectOomKilledFalse [2021-06-10T23:03:41.851Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-10T23:03:41.851Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-10T23:03:41.851Z] === RUN TestLinksEtcHostsContentMatch [2021-06-10T23:03:41.851Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-06-10T23:03:41.851Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-06-10T23:03:41.851Z] === RUN TestLinksContainerNames [2021-06-10T23:03:42.651Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-10T23:03:42.652Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-10T23:03:42.652Z] GOOS="" GOARCH="" GOARM="" [2021-06-10T23:03:42.652Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-10T23:03:42.652Z] [2021-06-10T23:03:42.652Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-06-10T23:03:42.652Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-06-10T23:03:42.652Z] Using test binary docker [2021-06-10T23:03:42.652Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-06-10T23:03:42.652Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-10T23:03:42.652Z] INFO: Waiting for daemon to start... [2021-06-10T23:03:42.652Z] Starting dockerd [2021-06-10T23:03:42.652Z] . [2021-06-10T23:03:42.652Z] INFO: Building docker-sdk-python3:5.0.0... [2021-06-10T23:03:43.238Z] --- PASS: TestLinksContainerNames (1.32s) [2021-06-10T23:03:43.238Z] === RUN TestLogsFollowTailEmpty [2021-06-10T23:03:43.499Z] --- PASS: TestLogsFollowTailEmpty (0.66s) [2021-06-10T23:03:43.499Z] === RUN TestContainerNetworkMountsNoChown [2021-06-10T23:03:44.292Z] #57 174.4 + bin/containerd [2021-06-10T23:03:44.439Z] --- PASS: TestContainerNetworkMountsNoChown (0.66s) [2021-06-10T23:03:44.439Z] === RUN TestMountDaemonRoot [2021-06-10T23:03:44.439Z] === RUN TestMountDaemonRoot/default [2021-06-10T23:03:44.439Z] === PAUSE TestMountDaemonRoot/default [2021-06-10T23:03:44.439Z] === RUN TestMountDaemonRoot/private [2021-06-10T23:03:44.439Z] === PAUSE TestMountDaemonRoot/private [2021-06-10T23:03:44.439Z] === RUN TestMountDaemonRoot/rprivate [2021-06-10T23:03:44.439Z] === PAUSE TestMountDaemonRoot/rprivate [2021-06-10T23:03:44.439Z] === RUN TestMountDaemonRoot/slave [2021-06-10T23:03:44.439Z] === PAUSE TestMountDaemonRoot/slave [2021-06-10T23:03:44.439Z] === RUN TestMountDaemonRoot/rslave [2021-06-10T23:03:44.439Z] === PAUSE TestMountDaemonRoot/rslave [2021-06-10T23:03:44.439Z] === RUN TestMountDaemonRoot/shared [2021-06-10T23:03:44.439Z] === PAUSE TestMountDaemonRoot/shared [2021-06-10T23:03:44.439Z] === RUN TestMountDaemonRoot/rshared [2021-06-10T23:03:44.439Z] === PAUSE TestMountDaemonRoot/rshared [2021-06-10T23:03:44.439Z] === CONT TestMountDaemonRoot/default [2021-06-10T23:03:44.439Z] === RUN TestMountDaemonRoot/default/bind_root [2021-06-10T23:03:44.439Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-06-10T23:03:44.439Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-06-10T23:03:44.439Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-06-10T23:03:44.439Z] === RUN TestMountDaemonRoot/default/mount_root [2021-06-10T23:03:44.439Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-06-10T23:03:44.439Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-06-10T23:03:44.439Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-06-10T23:03:44.439Z] === CONT TestMountDaemonRoot/rslave [2021-06-10T23:03:44.439Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-06-10T23:03:44.439Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-06-10T23:03:44.439Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-06-10T23:03:44.440Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-06-10T23:03:44.440Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-06-10T23:03:44.440Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-06-10T23:03:44.440Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-06-10T23:03:44.440Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-06-10T23:03:44.440Z] === CONT TestMountDaemonRoot/rshared [2021-06-10T23:03:44.440Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-06-10T23:03:44.440Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-06-10T23:03:44.440Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-06-10T23:03:44.440Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-06-10T23:03:44.440Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-06-10T23:03:44.440Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-06-10T23:03:44.440Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-06-10T23:03:44.440Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-06-10T23:03:44.440Z] === CONT TestMountDaemonRoot/shared [2021-06-10T23:03:44.440Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-06-10T23:03:44.440Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-06-10T23:03:44.440Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-06-10T23:03:44.440Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-06-10T23:03:44.440Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-06-10T23:03:44.440Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-06-10T23:03:44.440Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-06-10T23:03:44.440Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-06-10T23:03:44.440Z] === CONT TestMountDaemonRoot/rprivate [2021-06-10T23:03:44.440Z] === CONT TestMountDaemonRoot/slave [2021-06-10T23:03:44.440Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-06-10T23:03:44.440Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-06-10T23:03:44.440Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-06-10T23:03:44.440Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-06-10T23:03:44.440Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-06-10T23:03:44.440Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-06-10T23:03:44.440Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-06-10T23:03:44.440Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-06-10T23:03:44.440Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-06-10T23:03:44.440Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-06-10T23:03:44.440Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-06-10T23:03:44.440Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-06-10T23:03:44.440Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-06-10T23:03:44.440Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-06-10T23:03:44.440Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-06-10T23:03:44.440Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-06-10T23:03:44.440Z] === CONT TestMountDaemonRoot/private [2021-06-10T23:03:44.440Z] === RUN TestMountDaemonRoot/private/bind_root [2021-06-10T23:03:44.440Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-06-10T23:03:44.440Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-06-10T23:03:44.440Z] === CONT TestMountDaemonRoot/default/bind_root [2021-06-10T23:03:44.440Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-06-10T23:03:44.440Z] === RUN TestMountDaemonRoot/private/mount_root [2021-06-10T23:03:44.440Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-06-10T23:03:44.440Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-06-10T23:03:44.440Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-06-10T23:03:44.440Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-06-10T23:03:44.440Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-06-10T23:03:44.440Z] === CONT TestMountDaemonRoot/default/mount_root [2021-06-10T23:03:44.440Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-06-10T23:03:44.440Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-06-10T23:03:44.440Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-06-10T23:03:44.440Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-06-10T23:03:44.440Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-06-10T23:03:44.440Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-06-10T23:03:44.440Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-06-10T23:03:44.440Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-06-10T23:03:44.440Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-06-10T23:03:44.440Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-06-10T23:03:44.440Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-06-10T23:03:44.440Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-06-10T23:03:44.440Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-06-10T23:03:44.700Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-06-10T23:03:44.700Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-06-10T23:03:44.700Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-06-10T23:03:44.700Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-06-10T23:03:44.700Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-06-10T23:03:44.700Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-06-10T23:03:44.700Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-06-10T23:03:44.700Z] === CONT TestMountDaemonRoot/private/bind_root [2021-06-10T23:03:44.700Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-06-10T23:03:44.700Z] === CONT TestMountDaemonRoot/private/mount_root [2021-06-10T23:03:44.700Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-06-10T23:03:44.700Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-06-10T23:03:44.700Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-06-10T23:03:44.700Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.04s) [2021-06-10T23:03:44.700Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.03s) [2021-06-10T23:03:44.700Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.04s) [2021-06-10T23:03:44.700Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-06-10T23:03:44.700Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-06-10T23:03:44.700Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-06-10T23:03:44.700Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-06-10T23:03:44.700Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-06-10T23:03:44.700Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-06-10T23:03:44.700Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-06-10T23:03:44.700Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-06-10T23:03:44.700Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-06-10T23:03:44.700Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-06-10T23:03:44.700Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-06-10T23:03:44.700Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-06-10T23:03:44.700Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-06-10T23:03:44.700Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.03s) [2021-06-10T23:03:44.700Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-06-10T23:03:44.700Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-06-10T23:03:44.701Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-06-10T23:03:44.701Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-06-10T23:03:44.701Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-06-10T23:03:44.701Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-06-10T23:03:44.701Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-06-10T23:03:44.701Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-06-10T23:03:44.701Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-06-10T23:03:44.701Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-06-10T23:03:44.701Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-06-10T23:03:44.701Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-06-10T23:03:44.701Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-06-10T23:03:44.701Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-06-10T23:03:44.701Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-06-10T23:03:44.701Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-06-10T23:03:44.701Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-06-10T23:03:44.701Z] === RUN TestContainerBindMountNonRecursive [2021-06-10T23:03:44.701Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-06-10T23:03:44.701Z] 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-10T23:03:44.701Z] === RUN TestContainerVolumesMountedAsShared [2021-06-10T23:03:44.701Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-06-10T23:03:44.701Z] 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-10T23:03:44.701Z] === RUN TestContainerVolumesMountedAsSlave [2021-06-10T23:03:44.701Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-06-10T23:03:44.701Z] 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-10T23:03:44.701Z] === RUN TestNetworkNat [2021-06-10T23:03:44.710Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-06-10T23:03:45.642Z] --- PASS: TestNetworkNat (0.77s) [2021-06-10T23:03:45.642Z] === RUN TestNetworkLocalhostTCPNat [2021-06-10T23:03:45.664Z] #57 ... [2021-06-10T23:03:45.665Z] [2021-06-10T23:03:45.665Z] #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-10T23:03:45.665Z] #54 sha256:2e956e67159406f5a285a7c60819b5b80beab6431f19d8722bce984faf0c2a8e [2021-06-10T23:03:45.665Z] #54 107.4 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-w -extldflags -static -X main.gitCommit="b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7" -X main.version=1.0.0-rc95 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-06-10T23:03:45.665Z] #54 108.2 + mkdir -p /build [2021-06-10T23:03:45.665Z] #54 108.2 + cp runc /build/runc [2021-06-10T23:03:45.665Z] #54 DONE 108.7s [2021-06-10T23:03:45.665Z] [2021-06-10T23:03:45.665Z] #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-10T23:03:45.665Z] #57 sha256:7bead9b9bf738e51b6d54da5026b52a16c9a293430e4043f7f371c901e943e87 [2021-06-10T23:03:46.213Z] --- PASS: TestNetworkLocalhostTCPNat (0.69s) [2021-06-10T23:03:46.213Z] === RUN TestNetworkLoopbackNat [2021-06-10T23:03:47.034Z] #57 ... [2021-06-10T23:03:47.034Z] [2021-06-10T23:03:47.034Z] #55 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-06-10T23:03:47.034Z] #55 sha256:ed514b45cb1ac778f96b0448adfe0278aff947eb834d81a84d34680ca29a1f81 [2021-06-10T23:03:47.034Z] #55 DONE 0.2s [2021-06-10T23:03:47.034Z] [2021-06-10T23:03:47.034Z] #57 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-06-10T23:03:47.034Z] #57 sha256:7bead9b9bf738e51b6d54da5026b52a16c9a293430e4043f7f371c901e943e87 [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-06-10T23:03:47.115Z] === RUN TestBoolValue [2021-06-10T23:03:47.115Z] --- PASS: TestBoolValue (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestBoolValueOrDefault [2021-06-10T23:03:47.115Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestInt64ValueOrZero [2021-06-10T23:03:47.115Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestInt64ValueOrDefault [2021-06-10T23:03:47.115Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestInt64ValueOrDefaultWithError [2021-06-10T23:03:47.115Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestJsonContentType [2021-06-10T23:03:47.115Z] --- PASS: TestJsonContentType (0.00s) [2021-06-10T23:03:47.115Z] PASS [2021-06-10T23:03:47.115Z] coverage: 14.7% of statements [2021-06-10T23:03:47.115Z] ok github.com/docker/docker/api/server/httputils 0.044s coverage: 14.7% of statements [2021-06-10T23:03:47.115Z] === RUN TestMaskSecretKeys [2021-06-10T23:03:47.115Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-06-10T23:03:47.115Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-06-10T23:03:47.115Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-06-10T23:03:47.115Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-06-10T23:03:47.115Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-06-10T23:03:47.115Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-06-10T23:03:47.115Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestVersionMiddlewareVersion [2021-06-10T23:03:47.115Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-06-10T23:03:47.115Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-06-10T23:03:47.115Z] PASS [2021-06-10T23:03:47.115Z] coverage: 37.7% of statements [2021-06-10T23:03:47.115Z] ok github.com/docker/docker/api/server/middleware 0.089s coverage: 37.7% of statements [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/server/router [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-06-10T23:03:47.115Z] === RUN TestStrSliceMarshalJSON [2021-06-10T23:03:47.115Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestStrSliceUnmarshalJSON [2021-06-10T23:03:47.115Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestStrSliceUnmarshalString [2021-06-10T23:03:47.115Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestStrSliceUnmarshalSlice [2021-06-10T23:03:47.115Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-06-10T23:03:47.115Z] PASS [2021-06-10T23:03:47.115Z] coverage: 90.0% of statements [2021-06-10T23:03:47.115Z] ok github.com/docker/docker/api/types/strslice 0.060s coverage: 90.0% of statements [2021-06-10T23:03:47.115Z] === RUN TestToJSON [2021-06-10T23:03:47.115Z] --- PASS: TestToJSON (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestToParamWithVersion [2021-06-10T23:03:47.115Z] --- PASS: TestToParamWithVersion (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestFromJSON [2021-06-10T23:03:47.115Z] --- PASS: TestFromJSON (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestEmpty [2021-06-10T23:03:47.115Z] --- PASS: TestEmpty (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestArgsMatchKVListEmptySources [2021-06-10T23:03:47.115Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestArgsMatchKVList [2021-06-10T23:03:47.115Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestArgsMatch [2021-06-10T23:03:47.115Z] --- PASS: TestArgsMatch (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestAdd [2021-06-10T23:03:47.115Z] --- PASS: TestAdd (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestDel [2021-06-10T23:03:47.115Z] --- PASS: TestDel (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestLen [2021-06-10T23:03:47.115Z] --- PASS: TestLen (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestExactMatch [2021-06-10T23:03:47.115Z] --- PASS: TestExactMatch (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestOnlyOneExactMatch [2021-06-10T23:03:47.115Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestContains [2021-06-10T23:03:47.115Z] --- PASS: TestContains (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestValidate [2021-06-10T23:03:47.115Z] --- PASS: TestValidate (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestWalkValues [2021-06-10T23:03:47.115Z] --- PASS: TestWalkValues (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestFuzzyMatch [2021-06-10T23:03:47.115Z] --- PASS: TestFuzzyMatch (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestClone [2021-06-10T23:03:47.115Z] --- PASS: TestClone (0.00s) [2021-06-10T23:03:47.115Z] PASS [2021-06-10T23:03:47.115Z] coverage: 92.2% of statements [2021-06-10T23:03:47.115Z] ok github.com/docker/docker/api/types/filters 0.059s coverage: 92.2% of statements [2021-06-10T23:03:47.115Z] === RUN TestAdjustForAPIVersion [2021-06-10T23:03:47.115Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-06-10T23:03:47.115Z] PASS [2021-06-10T23:03:47.115Z] coverage: 5.7% of statements [2021-06-10T23:03:47.115Z] ok github.com/docker/docker/api/server/router/swarm 0.043s coverage: 5.7% of statements [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/types [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/types/container [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/types/events [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/types/image [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/types/network [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-06-10T23:03:47.115Z] === RUN TestDurationToSecondsString [2021-06-10T23:03:47.115Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestGetTimestamp [2021-06-10T23:03:47.115Z] --- PASS: TestGetTimestamp (0.11s) [2021-06-10T23:03:47.115Z] === RUN TestParseTimestamps [2021-06-10T23:03:47.115Z] --- PASS: TestParseTimestamps (0.00s) [2021-06-10T23:03:47.115Z] PASS [2021-06-10T23:03:47.115Z] coverage: 100.0% of statements [2021-06-10T23:03:47.115Z] ok github.com/docker/docker/api/types/time 0.146s coverage: 100.0% of statements [2021-06-10T23:03:47.115Z] === RUN TestCompareVersion [2021-06-10T23:03:47.115Z] --- PASS: TestCompareVersion (0.00s) [2021-06-10T23:03:47.115Z] PASS [2021-06-10T23:03:47.115Z] coverage: 75.0% of statements [2021-06-10T23:03:47.115Z] ok github.com/docker/docker/api/types/versions 0.032s coverage: 75.0% of statements [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/builder [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-06-10T23:03:47.115Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-06-10T23:03:47.115Z] === RUN TestParseRemoteURL [2021-06-10T23:03:47.115Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-06-10T23:03:47.115Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-06-10T23:03:47.115Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-06-10T23:03:47.115Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-06-10T23:03:47.115Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-06-10T23:03:47.115Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-06-10T23:03:47.115Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-06-10T23:03:47.115Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-06-10T23:03:47.115Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-06-10T23:03:47.115Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-06-10T23:03:47.115Z] --- PASS: TestParseRemoteURL (0.00s) [2021-06-10T23:03:47.115Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-06-10T23:03:47.115Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-06-10T23:03:47.115Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-06-10T23:03:47.115Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-06-10T23:03:47.115Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-06-10T23:03:47.115Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-06-10T23:03:47.115Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-06-10T23:03:47.115Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-06-10T23:03:47.115Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-06-10T23:03:47.115Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestCloneArgsSmartHttp [2021-06-10T23:03:47.115Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-06-10T23:03:47.115Z] === RUN TestCloneArgsDumbHttp [2021-06-10T23:03:47.115Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestCloneArgsGit [2021-06-10T23:03:47.115Z] --- PASS: TestCloneArgsGit (0.00s) [2021-06-10T23:03:47.115Z] === RUN TestCheckoutGit [2021-06-10T23:03:47.987Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-06-10T23:03:48.671Z] === RUN TestEnable [2021-06-10T23:03:48.671Z] --- PASS: TestEnable (0.00s) [2021-06-10T23:03:48.671Z] === RUN TestDisable [2021-06-10T23:03:48.671Z] --- PASS: TestDisable (0.00s) [2021-06-10T23:03:48.671Z] === RUN TestEnabled [2021-06-10T23:03:48.671Z] --- PASS: TestEnabled (0.00s) [2021-06-10T23:03:48.671Z] PASS [2021-06-10T23:03:48.671Z] coverage: 100.0% of statements [2021-06-10T23:03:48.671Z] ok github.com/docker/docker/cli/debug 0.152s coverage: 100.0% of statements [2021-06-10T23:03:48.671Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-06-10T23:03:48.671Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-06-10T23:03:48.671Z] === RUN TestProcessNoDockerignore [2021-06-10T23:03:48.671Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-06-10T23:03:48.671Z] === RUN TestProcessShouldLeaveAllFiles [2021-06-10T23:03:48.671Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-06-10T23:03:48.671Z] === RUN TestDetectContentType [2021-06-10T23:03:48.671Z] --- PASS: TestDetectContentType (0.00s) [2021-06-10T23:03:48.671Z] === RUN TestSelectAcceptableMIME [2021-06-10T23:03:48.671Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-06-10T23:03:48.671Z] === RUN TestInspectEmptyResponse [2021-06-10T23:03:48.671Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-06-10T23:03:48.671Z] === RUN TestInspectResponseBinary [2021-06-10T23:03:48.671Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-06-10T23:03:48.671Z] === RUN TestResponseUnsupportedContentType [2021-06-10T23:03:48.671Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-06-10T23:03:48.671Z] === RUN TestInspectResponseTextSimple [2021-06-10T23:03:48.671Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-06-10T23:03:48.671Z] === RUN TestInspectResponseEmptyContentType [2021-06-10T23:03:48.671Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-06-10T23:03:48.671Z] === RUN TestUnknownContentLength [2021-06-10T23:03:48.671Z] --- PASS: TestUnknownContentLength (0.00s) [2021-06-10T23:03:48.671Z] === RUN TestDownloadRemote [2021-06-10T23:03:49.134Z] --- PASS: TestDownloadRemote (0.07s) [2021-06-10T23:03:49.134Z] === RUN TestGetWithStatusError [2021-06-10T23:03:49.134Z] --- PASS: TestGetWithStatusError (0.00s) [2021-06-10T23:03:49.134Z] === RUN TestCloseRootDirectory [2021-06-10T23:03:49.134Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-06-10T23:03:49.134Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:03:49.134Z] === RUN TestHashFile [2021-06-10T23:03:49.134Z] --- SKIP: TestHashFile (0.00s) [2021-06-10T23:03:49.134Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:03:49.134Z] === RUN TestHashSubdir [2021-06-10T23:03:49.134Z] --- SKIP: TestHashSubdir (0.01s) [2021-06-10T23:03:49.134Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:03:49.134Z] === RUN TestRemoveDirectory [2021-06-10T23:03:49.134Z] --- SKIP: TestRemoveDirectory (0.01s) [2021-06-10T23:03:49.134Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:03:49.134Z] PASS [2021-06-10T23:03:49.134Z] coverage: 9.3% of statements [2021-06-10T23:03:49.134Z] ok github.com/docker/docker/builder/remotecontext 0.319s coverage: 9.3% of statements [2021-06-10T23:03:49.512Z] --- PASS: TestNetworkLoopbackNat (3.04s) [2021-06-10T23:03:49.512Z] === RUN TestPause [2021-06-10T23:03:49.512Z] --- SKIP: TestPause (0.00s) [2021-06-10T23:03:49.512Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-10T23:03:49.512Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-10T23:03:49.512Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-10T23:03:49.512Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-10T23:03:49.512Z] === RUN TestPauseStopPausedContainer [2021-06-10T23:03:49.512Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-06-10T23:03:49.512Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-10T23:03:49.512Z] === RUN TestPidHost [2021-06-10T23:03:49.597Z] === RUN TestGetAllAllowed [2021-06-10T23:03:49.597Z] --- PASS: TestGetAllAllowed (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestGetAllMeta [2021-06-10T23:03:49.597Z] --- PASS: TestGetAllMeta (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestWarnOnUnusedBuildArgs [2021-06-10T23:03:49.597Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestIsUnreferencedBuiltin [2021-06-10T23:03:49.597Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestIsExistingDirectory [2021-06-10T23:03:49.597Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestGetFilenameForDownload [2021-06-10T23:03:49.597Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestEnv2Variables [2021-06-10T23:03:49.597Z] --- PASS: TestEnv2Variables (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-06-10T23:03:49.597Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestMaintainer [2021-06-10T23:03:49.597Z] --- PASS: TestMaintainer (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestLabel [2021-06-10T23:03:49.597Z] --- PASS: TestLabel (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestFromScratch [2021-06-10T23:03:49.597Z] --- PASS: TestFromScratch (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestFromWithArg [2021-06-10T23:03:49.597Z] --- PASS: TestFromWithArg (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-06-10T23:03:49.597Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestFromWithUndefinedArg [2021-06-10T23:03:49.597Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestFromMultiStageWithNamedStage [2021-06-10T23:03:49.597Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestOnbuild [2021-06-10T23:03:49.597Z] --- PASS: TestOnbuild (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestWorkdir [2021-06-10T23:03:49.597Z] --- PASS: TestWorkdir (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestCmd [2021-06-10T23:03:49.597Z] --- PASS: TestCmd (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestHealthcheckNone [2021-06-10T23:03:49.597Z] --- PASS: TestHealthcheckNone (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestHealthcheckCmd [2021-06-10T23:03:49.597Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestEntrypoint [2021-06-10T23:03:49.597Z] --- PASS: TestEntrypoint (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestExpose [2021-06-10T23:03:49.597Z] --- PASS: TestExpose (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestUser [2021-06-10T23:03:49.597Z] --- PASS: TestUser (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestVolume [2021-06-10T23:03:49.597Z] --- PASS: TestVolume (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestStopSignal [2021-06-10T23:03:49.597Z] --- SKIP: TestStopSignal (0.00s) [2021-06-10T23:03:49.597Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-06-10T23:03:49.597Z] === RUN TestArg [2021-06-10T23:03:49.597Z] --- PASS: TestArg (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestShell [2021-06-10T23:03:49.597Z] --- PASS: TestShell (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestPrependEnvOnCmd [2021-06-10T23:03:49.597Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestRunWithBuildArgs [2021-06-10T23:03:49.597Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestRunIgnoresHealthcheck [2021-06-10T23:03:49.597Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestDispatchUnsupportedOptions [2021-06-10T23:03:49.597Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-06-10T23:03:49.597Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-06-10T23:03:49.597Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-06-10T23:03:49.597Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-06-10T23:03:49.597Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-06-10T23:03:49.597Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-06-10T23:03:49.597Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestNormalizeWorkdir [2021-06-10T23:03:49.597Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestDispatch [2021-06-10T23:03:49.597Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-06-10T23:03:49.597Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-06-10T23:03:49.597Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-06-10T23:03:49.597Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-06-10T23:03:49.597Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-06-10T23:03:49.597Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-06-10T23:03:49.597Z] === RUN TestDispatch/COPY_url [2021-06-10T23:03:49.597Z] --- PASS: TestDispatch (0.10s) [2021-06-10T23:03:49.597Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.03s) [2021-06-10T23:03:49.597Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.02s) [2021-06-10T23:03:49.597Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.02s) [2021-06-10T23:03:49.597Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.02s) [2021-06-10T23:03:49.597Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-06-10T23:03:49.597Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.01s) [2021-06-10T23:03:49.597Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestAddScratchImageAddsToMounts [2021-06-10T23:03:49.597Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestAddFromScratchPopulatesPlatform [2021-06-10T23:03:49.597Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-06-10T23:03:49.597Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-06-10T23:03:49.597Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestImageSourceGetAddsToMounts [2021-06-10T23:03:49.597Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestEmptyDockerfile [2021-06-10T23:03:49.597Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestSymlinkDockerfile [2021-06-10T23:03:49.597Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-06-10T23:03:49.597Z] === RUN TestDockerfileOutsideTheBuildContext [2021-06-10T23:03:49.597Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestNonExistingDockerfile [2021-06-10T23:03:49.597Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestCopyRunConfig [2021-06-10T23:03:49.597Z] --- PASS: TestCopyRunConfig (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestDeepCopyRunConfig [2021-06-10T23:03:49.597Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestExportImage [2021-06-10T23:03:49.597Z] --- PASS: TestExportImage (0.00s) [2021-06-10T23:03:49.597Z] === RUN TestNormalizeDest [2021-06-10T23:03:49.597Z] --- PASS: TestNormalizeDest (0.00s) [2021-06-10T23:03:49.597Z] PASS [2021-06-10T23:03:49.597Z] coverage: 46.9% of statements [2021-06-10T23:03:49.597Z] ok github.com/docker/docker/builder/dockerfile 0.308s coverage: 46.9% of statements [2021-06-10T23:03:49.597Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-06-10T23:03:51.425Z] --- PASS: TestPidHost (1.92s) [2021-06-10T23:03:51.425Z] === RUN TestPsFilter [2021-06-10T23:03:51.425Z] --- PASS: TestPsFilter (0.11s) [2021-06-10T23:03:51.425Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-10T23:03:51.995Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.66s) [2021-06-10T23:03:51.995Z] === RUN TestRemoveContainerWithVolume [2021-06-10T23:03:52.567Z] --- PASS: TestRemoveContainerWithVolume (0.66s) [2021-06-10T23:03:52.567Z] === RUN TestRemoveContainerRunning [2021-06-10T23:03:53.138Z] --- PASS: TestRemoveContainerRunning (0.69s) [2021-06-10T23:03:53.138Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-10T23:03:53.243Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-06-10T23:03:54.080Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.66s) [2021-06-10T23:03:54.080Z] === RUN TestRemoveInvalidContainer [2021-06-10T23:03:54.080Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-06-10T23:03:54.080Z] === RUN TestRenameLinkedContainer [2021-06-10T23:03:55.767Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-06-10T23:03:56.638Z] --- PASS: TestRenameLinkedContainer (2.67s) [2021-06-10T23:03:56.638Z] === RUN TestRenameStoppedContainer [2021-06-10T23:03:57.579Z] --- PASS: TestRenameStoppedContainer (0.85s) [2021-06-10T23:03:57.579Z] === RUN TestRenameRunningContainerAndReuse [2021-06-10T23:03:58.963Z] --- PASS: TestRenameRunningContainerAndReuse (1.36s) [2021-06-10T23:03:58.963Z] === RUN TestRenameInvalidName [2021-06-10T23:03:59.042Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-06-10T23:03:59.533Z] --- PASS: TestRenameInvalidName (0.66s) [2021-06-10T23:03:59.533Z] === RUN TestRenameAnonymousContainer [2021-06-10T23:03:59.968Z] === RUN TestCheckpointCreateError [2021-06-10T23:03:59.968Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestCheckpointCreate [2021-06-10T23:03:59.968Z] --- PASS: TestCheckpointCreate (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestCheckpointDeleteError [2021-06-10T23:03:59.968Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestCheckpointDelete [2021-06-10T23:03:59.968Z] --- PASS: TestCheckpointDelete (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestCheckpointListError [2021-06-10T23:03:59.968Z] --- PASS: TestCheckpointListError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestCheckpointList [2021-06-10T23:03:59.968Z] --- PASS: TestCheckpointList (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestCheckpointListContainerNotFound [2021-06-10T23:03:59.968Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestNewClientWithOpsFromEnv [2021-06-10T23:03:59.968Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-06-10T23:03:59.968Z] client_test.go:23: runtime.GOOS == "windows" [2021-06-10T23:03:59.968Z] === RUN TestGetAPIPath [2021-06-10T23:03:59.968Z] --- PASS: TestGetAPIPath (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestParseHostURL [2021-06-10T23:03:59.968Z] --- PASS: TestParseHostURL (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-06-10T23:03:59.968Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestNegotiateAPIVersionEmpty [2021-06-10T23:03:59.968Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestNegotiateAPIVersion [2021-06-10T23:03:59.968Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestNegotiateAPVersionOverride [2021-06-10T23:03:59.968Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestNegotiateAPIVersionAutomatic [2021-06-10T23:03:59.968Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-06-10T23:03:59.968Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-06-10T23:03:59.968Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestClientRedirect [2021-06-10T23:03:59.968Z] --- PASS: TestClientRedirect (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestConfigCreateUnsupported [2021-06-10T23:03:59.968Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestConfigCreateError [2021-06-10T23:03:59.968Z] --- PASS: TestConfigCreateError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestConfigCreate [2021-06-10T23:03:59.968Z] --- PASS: TestConfigCreate (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestConfigInspectNotFound [2021-06-10T23:03:59.968Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestConfigInspectWithEmptyID [2021-06-10T23:03:59.968Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestConfigInspectUnsupported [2021-06-10T23:03:59.968Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestConfigInspectError [2021-06-10T23:03:59.968Z] --- PASS: TestConfigInspectError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestConfigInspectConfigNotFound [2021-06-10T23:03:59.968Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestConfigInspect [2021-06-10T23:03:59.968Z] --- PASS: TestConfigInspect (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestConfigListUnsupported [2021-06-10T23:03:59.968Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestConfigListError [2021-06-10T23:03:59.968Z] --- PASS: TestConfigListError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestConfigList [2021-06-10T23:03:59.968Z] --- PASS: TestConfigList (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestConfigRemoveUnsupported [2021-06-10T23:03:59.968Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestConfigRemoveError [2021-06-10T23:03:59.968Z] --- PASS: TestConfigRemoveError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestConfigRemove [2021-06-10T23:03:59.968Z] --- PASS: TestConfigRemove (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestConfigUpdateUnsupported [2021-06-10T23:03:59.968Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestConfigUpdateError [2021-06-10T23:03:59.968Z] --- PASS: TestConfigUpdateError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestConfigUpdate [2021-06-10T23:03:59.968Z] --- PASS: TestConfigUpdate (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerCommitError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerCommitError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerCommit [2021-06-10T23:03:59.968Z] --- PASS: TestContainerCommit (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerStatPathError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerStatPathError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerStatPathNotFoundError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerStatPathNoHeaderError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerStatPath [2021-06-10T23:03:59.968Z] --- PASS: TestContainerStatPath (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestCopyToContainerError [2021-06-10T23:03:59.968Z] --- PASS: TestCopyToContainerError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestCopyToContainerNotFoundError [2021-06-10T23:03:59.968Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestCopyToContainerNotStatusOKError [2021-06-10T23:03:59.968Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestCopyToContainer [2021-06-10T23:03:59.968Z] --- PASS: TestCopyToContainer (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestCopyFromContainerError [2021-06-10T23:03:59.968Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestCopyFromContainerNotFoundError [2021-06-10T23:03:59.968Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestCopyFromContainerNotStatusOKError [2021-06-10T23:03:59.968Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestCopyFromContainerNoHeaderError [2021-06-10T23:03:59.968Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestCopyFromContainer [2021-06-10T23:03:59.968Z] --- PASS: TestCopyFromContainer (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerCreateError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerCreateError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerCreateImageNotFound [2021-06-10T23:03:59.968Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerCreateWithName [2021-06-10T23:03:59.968Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerCreateAutoRemove [2021-06-10T23:03:59.968Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerDiffError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerDiffError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerDiff [2021-06-10T23:03:59.968Z] --- PASS: TestContainerDiff (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerExecCreateError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerExecCreate [2021-06-10T23:03:59.968Z] --- PASS: TestContainerExecCreate (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerExecStartError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerExecStartError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerExecStart [2021-06-10T23:03:59.968Z] --- PASS: TestContainerExecStart (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerExecInspectError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerExecInspect [2021-06-10T23:03:59.968Z] --- PASS: TestContainerExecInspect (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerExportError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerExportError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerExport [2021-06-10T23:03:59.968Z] --- PASS: TestContainerExport (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerInspectError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerInspectError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerInspectContainerNotFound [2021-06-10T23:03:59.968Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerInspectWithEmptyID [2021-06-10T23:03:59.968Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerInspect [2021-06-10T23:03:59.968Z] --- PASS: TestContainerInspect (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerInspectNode [2021-06-10T23:03:59.968Z] --- PASS: TestContainerInspectNode (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerKillError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerKillError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerKill [2021-06-10T23:03:59.968Z] --- PASS: TestContainerKill (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerListError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerListError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerList [2021-06-10T23:03:59.968Z] --- PASS: TestContainerList (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerLogsNotFoundError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerLogsError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerLogsError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerLogs [2021-06-10T23:03:59.968Z] --- PASS: TestContainerLogs (0.14s) [2021-06-10T23:03:59.968Z] === RUN TestContainerPauseError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerPauseError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerPause [2021-06-10T23:03:59.968Z] --- PASS: TestContainerPause (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainersPruneError [2021-06-10T23:03:59.968Z] --- PASS: TestContainersPruneError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainersPrune [2021-06-10T23:03:59.968Z] --- PASS: TestContainersPrune (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerRemoveError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerRemoveError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerRemoveNotFoundError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerRemove [2021-06-10T23:03:59.968Z] --- PASS: TestContainerRemove (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerRenameError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerRenameError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerRename [2021-06-10T23:03:59.968Z] --- PASS: TestContainerRename (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerResizeError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerResizeError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerExecResizeError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerResize [2021-06-10T23:03:59.968Z] --- PASS: TestContainerResize (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerExecResize [2021-06-10T23:03:59.968Z] --- PASS: TestContainerExecResize (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerRestartError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerRestartError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerRestart [2021-06-10T23:03:59.968Z] --- PASS: TestContainerRestart (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerStartError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerStartError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerStart [2021-06-10T23:03:59.968Z] --- PASS: TestContainerStart (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerStatsError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerStatsError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerStats [2021-06-10T23:03:59.968Z] --- PASS: TestContainerStats (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerStopError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerStopError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerStop [2021-06-10T23:03:59.968Z] --- PASS: TestContainerStop (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerTopError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerTopError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerTop [2021-06-10T23:03:59.968Z] --- PASS: TestContainerTop (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerUnpauseError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerUnpause [2021-06-10T23:03:59.968Z] --- PASS: TestContainerUnpause (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerUpdateError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerUpdateError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerUpdate [2021-06-10T23:03:59.968Z] --- PASS: TestContainerUpdate (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerWaitError [2021-06-10T23:03:59.968Z] --- PASS: TestContainerWaitError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestContainerWait [2021-06-10T23:03:59.968Z] --- PASS: TestContainerWait (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestDiskUsageError [2021-06-10T23:03:59.968Z] --- PASS: TestDiskUsageError (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestDiskUsage [2021-06-10T23:03:59.968Z] --- PASS: TestDiskUsage (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestDistributionInspectUnsupported [2021-06-10T23:03:59.968Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestDistributionInspectWithEmptyID [2021-06-10T23:03:59.968Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestEventsErrorInOptions [2021-06-10T23:03:59.968Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestEventsErrorFromServer [2021-06-10T23:03:59.968Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestEvents [2021-06-10T23:03:59.968Z] --- PASS: TestEvents (0.00s) [2021-06-10T23:03:59.968Z] === RUN TestTLSCloseWriter [2021-06-10T23:03:59.968Z] === PAUSE TestTLSCloseWriter [2021-06-10T23:03:59.968Z] === RUN TestImageBuildError [2021-06-10T23:03:59.969Z] --- PASS: TestImageBuildError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageBuild [2021-06-10T23:03:59.969Z] --- PASS: TestImageBuild (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestGetDockerOS [2021-06-10T23:03:59.969Z] --- PASS: TestGetDockerOS (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageCreateError [2021-06-10T23:03:59.969Z] --- PASS: TestImageCreateError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageCreate [2021-06-10T23:03:59.969Z] --- PASS: TestImageCreate (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageHistoryError [2021-06-10T23:03:59.969Z] --- PASS: TestImageHistoryError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageHistory [2021-06-10T23:03:59.969Z] --- PASS: TestImageHistory (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageImportError [2021-06-10T23:03:59.969Z] --- PASS: TestImageImportError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageImport [2021-06-10T23:03:59.969Z] --- PASS: TestImageImport (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageInspectError [2021-06-10T23:03:59.969Z] --- PASS: TestImageInspectError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageInspectImageNotFound [2021-06-10T23:03:59.969Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageInspectWithEmptyID [2021-06-10T23:03:59.969Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageInspect [2021-06-10T23:03:59.969Z] --- PASS: TestImageInspect (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageListError [2021-06-10T23:03:59.969Z] --- PASS: TestImageListError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageList [2021-06-10T23:03:59.969Z] --- PASS: TestImageList (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageListApiBefore125 [2021-06-10T23:03:59.969Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageLoadError [2021-06-10T23:03:59.969Z] --- PASS: TestImageLoadError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageLoad [2021-06-10T23:03:59.969Z] --- PASS: TestImageLoad (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImagesPruneError [2021-06-10T23:03:59.969Z] --- PASS: TestImagesPruneError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImagesPrune [2021-06-10T23:03:59.969Z] --- PASS: TestImagesPrune (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImagePullReferenceParseError [2021-06-10T23:03:59.969Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImagePullAnyError [2021-06-10T23:03:59.969Z] --- PASS: TestImagePullAnyError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImagePullStatusUnauthorizedError [2021-06-10T23:03:59.969Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-10T23:03:59.969Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-10T23:03:59.969Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-06-10T23:03:59.969Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImagePullWithoutErrors [2021-06-10T23:03:59.969Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImagePushReferenceError [2021-06-10T23:03:59.969Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImagePushAnyError [2021-06-10T23:03:59.969Z] --- PASS: TestImagePushAnyError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImagePushStatusUnauthorizedError [2021-06-10T23:03:59.969Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-10T23:03:59.969Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-10T23:03:59.969Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-06-10T23:03:59.969Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImagePushWithoutErrors [2021-06-10T23:03:59.969Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-06-10T23:03:59.969Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-06-10T23:03:59.969Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-06-10T23:03:59.969Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-06-10T23:03:59.969Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-06-10T23:03:59.969Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-06-10T23:03:59.969Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-06-10T23:03:59.969Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-06-10T23:03:59.969Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageRemoveError [2021-06-10T23:03:59.969Z] --- PASS: TestImageRemoveError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageRemoveImageNotFound [2021-06-10T23:03:59.969Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageRemove [2021-06-10T23:03:59.969Z] --- PASS: TestImageRemove (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageSaveError [2021-06-10T23:03:59.969Z] --- PASS: TestImageSaveError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageSave [2021-06-10T23:03:59.969Z] --- PASS: TestImageSave (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageSearchAnyError [2021-06-10T23:03:59.969Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageSearchStatusUnauthorizedError [2021-06-10T23:03:59.969Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-06-10T23:03:59.969Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-06-10T23:03:59.969Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-06-10T23:03:59.969Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageSearchWithoutErrors [2021-06-10T23:03:59.969Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageTagError [2021-06-10T23:03:59.969Z] --- PASS: TestImageTagError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageTagInvalidReference [2021-06-10T23:03:59.969Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageTagInvalidSourceImageName [2021-06-10T23:03:59.969Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageTagHexSource [2021-06-10T23:03:59.969Z] --- PASS: TestImageTagHexSource (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestImageTag [2021-06-10T23:03:59.969Z] --- PASS: TestImageTag (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestInfoServerError [2021-06-10T23:03:59.969Z] --- PASS: TestInfoServerError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestInfoInvalidResponseJSONError [2021-06-10T23:03:59.969Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestInfo [2021-06-10T23:03:59.969Z] --- PASS: TestInfo (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNetworkConnectError [2021-06-10T23:03:59.969Z] --- PASS: TestNetworkConnectError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-06-10T23:03:59.969Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNetworkConnect [2021-06-10T23:03:59.969Z] --- PASS: TestNetworkConnect (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNetworkCreateError [2021-06-10T23:03:59.969Z] --- PASS: TestNetworkCreateError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNetworkCreate [2021-06-10T23:03:59.969Z] --- PASS: TestNetworkCreate (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNetworkDisconnectError [2021-06-10T23:03:59.969Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNetworkDisconnect [2021-06-10T23:03:59.969Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNetworkInspectError [2021-06-10T23:03:59.969Z] --- PASS: TestNetworkInspectError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNetworkInspectNotFoundError [2021-06-10T23:03:59.969Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNetworkInspectWithEmptyID [2021-06-10T23:03:59.969Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNetworkInspect [2021-06-10T23:03:59.969Z] --- PASS: TestNetworkInspect (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNetworkListError [2021-06-10T23:03:59.969Z] --- PASS: TestNetworkListError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNetworkList [2021-06-10T23:03:59.969Z] --- PASS: TestNetworkList (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNetworksPruneError [2021-06-10T23:03:59.969Z] --- PASS: TestNetworksPruneError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNetworksPrune [2021-06-10T23:03:59.969Z] --- PASS: TestNetworksPrune (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNetworkRemoveError [2021-06-10T23:03:59.969Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNetworkRemove [2021-06-10T23:03:59.969Z] --- PASS: TestNetworkRemove (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNodeInspectError [2021-06-10T23:03:59.969Z] --- PASS: TestNodeInspectError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNodeInspectNodeNotFound [2021-06-10T23:03:59.969Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNodeInspectWithEmptyID [2021-06-10T23:03:59.969Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNodeInspect [2021-06-10T23:03:59.969Z] --- PASS: TestNodeInspect (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNodeListError [2021-06-10T23:03:59.969Z] --- PASS: TestNodeListError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNodeList [2021-06-10T23:03:59.969Z] --- PASS: TestNodeList (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNodeRemoveError [2021-06-10T23:03:59.969Z] --- PASS: TestNodeRemoveError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNodeRemove [2021-06-10T23:03:59.969Z] --- PASS: TestNodeRemove (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNodeUpdateError [2021-06-10T23:03:59.969Z] --- PASS: TestNodeUpdateError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestNodeUpdate [2021-06-10T23:03:59.969Z] --- PASS: TestNodeUpdate (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestOptionWithTimeout [2021-06-10T23:03:59.969Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestPingFail [2021-06-10T23:03:59.969Z] --- PASS: TestPingFail (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestPingWithError [2021-06-10T23:03:59.969Z] 2021/06/10 23:03:58 RoundTripper returned a response & error; ignoring response [2021-06-10T23:03:59.969Z] 2021/06/10 23:03:58 RoundTripper returned a response & error; ignoring response [2021-06-10T23:03:59.969Z] --- PASS: TestPingWithError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestPingSuccess [2021-06-10T23:03:59.969Z] --- PASS: TestPingSuccess (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestPingHeadFallback [2021-06-10T23:03:59.969Z] === RUN TestPingHeadFallback/OK [2021-06-10T23:03:59.969Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-06-10T23:03:59.969Z] === RUN TestPingHeadFallback/Not_Found [2021-06-10T23:03:59.969Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-06-10T23:03:59.969Z] --- PASS: TestPingHeadFallback (0.00s) [2021-06-10T23:03:59.969Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-06-10T23:03:59.969Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-06-10T23:03:59.969Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-06-10T23:03:59.969Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestPluginDisableError [2021-06-10T23:03:59.969Z] --- PASS: TestPluginDisableError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestPluginDisable [2021-06-10T23:03:59.969Z] --- PASS: TestPluginDisable (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestPluginEnableError [2021-06-10T23:03:59.969Z] --- PASS: TestPluginEnableError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestPluginEnable [2021-06-10T23:03:59.969Z] --- PASS: TestPluginEnable (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestPluginInspectError [2021-06-10T23:03:59.969Z] --- PASS: TestPluginInspectError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestPluginInspectWithEmptyID [2021-06-10T23:03:59.969Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestPluginInspect [2021-06-10T23:03:59.969Z] --- PASS: TestPluginInspect (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestPluginListError [2021-06-10T23:03:59.969Z] --- PASS: TestPluginListError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestPluginList [2021-06-10T23:03:59.969Z] --- PASS: TestPluginList (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestPluginPushError [2021-06-10T23:03:59.969Z] --- PASS: TestPluginPushError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestPluginPush [2021-06-10T23:03:59.969Z] --- PASS: TestPluginPush (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestPluginRemoveError [2021-06-10T23:03:59.969Z] --- PASS: TestPluginRemoveError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestPluginRemove [2021-06-10T23:03:59.969Z] --- PASS: TestPluginRemove (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestPluginSetError [2021-06-10T23:03:59.969Z] --- PASS: TestPluginSetError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestPluginSet [2021-06-10T23:03:59.969Z] --- PASS: TestPluginSet (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSetHostHeader [2021-06-10T23:03:59.969Z] --- PASS: TestSetHostHeader (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestPlainTextError [2021-06-10T23:03:59.969Z] --- PASS: TestPlainTextError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestInfiniteError [2021-06-10T23:03:59.969Z] --- PASS: TestInfiniteError (0.02s) [2021-06-10T23:03:59.969Z] === RUN TestSecretCreateUnsupported [2021-06-10T23:03:59.969Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSecretCreateError [2021-06-10T23:03:59.969Z] --- PASS: TestSecretCreateError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSecretCreate [2021-06-10T23:03:59.969Z] --- PASS: TestSecretCreate (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSecretInspectUnsupported [2021-06-10T23:03:59.969Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSecretInspectError [2021-06-10T23:03:59.969Z] --- PASS: TestSecretInspectError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSecretInspectSecretNotFound [2021-06-10T23:03:59.969Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSecretInspectWithEmptyID [2021-06-10T23:03:59.969Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSecretInspect [2021-06-10T23:03:59.969Z] --- PASS: TestSecretInspect (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSecretListUnsupported [2021-06-10T23:03:59.969Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSecretListError [2021-06-10T23:03:59.969Z] --- PASS: TestSecretListError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSecretList [2021-06-10T23:03:59.969Z] --- PASS: TestSecretList (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSecretRemoveUnsupported [2021-06-10T23:03:59.969Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSecretRemoveError [2021-06-10T23:03:59.969Z] --- PASS: TestSecretRemoveError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSecretRemove [2021-06-10T23:03:59.969Z] --- PASS: TestSecretRemove (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSecretUpdateUnsupported [2021-06-10T23:03:59.969Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSecretUpdateError [2021-06-10T23:03:59.969Z] --- PASS: TestSecretUpdateError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSecretUpdate [2021-06-10T23:03:59.969Z] --- PASS: TestSecretUpdate (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestServiceCreateError [2021-06-10T23:03:59.969Z] --- PASS: TestServiceCreateError (0.01s) [2021-06-10T23:03:59.969Z] === RUN TestServiceCreate [2021-06-10T23:03:59.969Z] --- PASS: TestServiceCreate (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestServiceCreateCompatiblePlatforms [2021-06-10T23:03:59.969Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestServiceCreateDigestPinning [2021-06-10T23:03:59.969Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestServiceInspectError [2021-06-10T23:03:59.969Z] --- PASS: TestServiceInspectError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestServiceInspectServiceNotFound [2021-06-10T23:03:59.969Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestServiceInspectWithEmptyID [2021-06-10T23:03:59.969Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestServiceInspect [2021-06-10T23:03:59.969Z] --- PASS: TestServiceInspect (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestServiceListError [2021-06-10T23:03:59.969Z] --- PASS: TestServiceListError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestServiceList [2021-06-10T23:03:59.969Z] --- PASS: TestServiceList (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestServiceLogsError [2021-06-10T23:03:59.969Z] --- PASS: TestServiceLogsError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestServiceLogs [2021-06-10T23:03:59.969Z] --- PASS: TestServiceLogs (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestServiceRemoveError [2021-06-10T23:03:59.969Z] --- PASS: TestServiceRemoveError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestServiceRemoveNotFoundError [2021-06-10T23:03:59.969Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestServiceRemove [2021-06-10T23:03:59.969Z] --- PASS: TestServiceRemove (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestServiceUpdateError [2021-06-10T23:03:59.969Z] --- PASS: TestServiceUpdateError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestServiceUpdate [2021-06-10T23:03:59.969Z] --- PASS: TestServiceUpdate (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSwarmGetUnlockKeyError [2021-06-10T23:03:59.969Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSwarmGetUnlockKey [2021-06-10T23:03:59.969Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSwarmInitError [2021-06-10T23:03:59.969Z] --- PASS: TestSwarmInitError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSwarmInit [2021-06-10T23:03:59.969Z] --- PASS: TestSwarmInit (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSwarmInspectError [2021-06-10T23:03:59.969Z] --- PASS: TestSwarmInspectError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSwarmInspect [2021-06-10T23:03:59.969Z] --- PASS: TestSwarmInspect (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSwarmJoinError [2021-06-10T23:03:59.969Z] --- PASS: TestSwarmJoinError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSwarmJoin [2021-06-10T23:03:59.969Z] --- PASS: TestSwarmJoin (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSwarmLeaveError [2021-06-10T23:03:59.969Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSwarmLeave [2021-06-10T23:03:59.969Z] --- PASS: TestSwarmLeave (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSwarmUnlockError [2021-06-10T23:03:59.969Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-06-10T23:03:59.969Z] === RUN TestSwarmUnlock [2021-06-10T23:03:59.969Z] --- PASS: TestSwarmUnlock (0.00s) [2021-06-10T23:03:59.970Z] === RUN TestSwarmUpdateError [2021-06-10T23:03:59.970Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-06-10T23:03:59.970Z] === RUN TestSwarmUpdate [2021-06-10T23:03:59.970Z] --- PASS: TestSwarmUpdate (0.00s) [2021-06-10T23:03:59.970Z] === RUN TestTaskInspectError [2021-06-10T23:03:59.970Z] --- PASS: TestTaskInspectError (0.00s) [2021-06-10T23:03:59.970Z] === RUN TestTaskInspectWithEmptyID [2021-06-10T23:03:59.970Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-06-10T23:03:59.970Z] === RUN TestTaskInspect [2021-06-10T23:03:59.970Z] --- PASS: TestTaskInspect (0.00s) [2021-06-10T23:03:59.970Z] === RUN TestTaskListError [2021-06-10T23:03:59.970Z] --- PASS: TestTaskListError (0.00s) [2021-06-10T23:03:59.970Z] === RUN TestTaskList [2021-06-10T23:03:59.970Z] --- PASS: TestTaskList (0.00s) [2021-06-10T23:03:59.970Z] === RUN TestVolumeCreateError [2021-06-10T23:03:59.970Z] --- PASS: TestVolumeCreateError (0.00s) [2021-06-10T23:03:59.970Z] === RUN TestVolumeCreate [2021-06-10T23:03:59.970Z] --- PASS: TestVolumeCreate (0.00s) [2021-06-10T23:03:59.970Z] === RUN TestVolumeInspectError [2021-06-10T23:03:59.970Z] --- PASS: TestVolumeInspectError (0.00s) [2021-06-10T23:03:59.970Z] === RUN TestVolumeInspectNotFound [2021-06-10T23:03:59.970Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-06-10T23:03:59.970Z] === RUN TestVolumeInspectWithEmptyID [2021-06-10T23:03:59.970Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-06-10T23:03:59.970Z] === RUN TestVolumeInspect [2021-06-10T23:03:59.970Z] --- PASS: TestVolumeInspect (0.00s) [2021-06-10T23:03:59.970Z] === RUN TestVolumeListError [2021-06-10T23:03:59.970Z] --- PASS: TestVolumeListError (0.00s) [2021-06-10T23:03:59.970Z] === RUN TestVolumeList [2021-06-10T23:03:59.970Z] --- PASS: TestVolumeList (0.00s) [2021-06-10T23:03:59.970Z] === RUN TestVolumeRemoveError [2021-06-10T23:03:59.970Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-06-10T23:03:59.970Z] === RUN TestVolumeRemove [2021-06-10T23:03:59.970Z] --- PASS: TestVolumeRemove (0.00s) [2021-06-10T23:03:59.970Z] === CONT TestTLSCloseWriter [2021-06-10T23:03:59.970Z] --- PASS: TestTLSCloseWriter (0.02s) [2021-06-10T23:03:59.970Z] PASS [2021-06-10T23:03:59.970Z] coverage: 74.9% of statements [2021-06-10T23:03:59.970Z] ok github.com/docker/docker/client 0.404s coverage: 74.9% of statements [2021-06-10T23:04:02.077Z] --- PASS: TestRenameAnonymousContainer (2.32s) [2021-06-10T23:04:02.077Z] === RUN TestRenameContainerWithSameName [2021-06-10T23:04:02.317Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-10T23:04:02.317Z] Using test binary docker [2021-06-10T23:04:02.317Z] +++ /etc/init.d/apparmor start [2021-06-10T23:04:02.317Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-10T23:04:02.317Z] INFO: Waiting for daemon to start... [2021-06-10T23:04:02.317Z] Starting dockerd [2021-06-10T23:04:02.317Z] +++ 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-10T23:04:02.338Z] --- PASS: TestRenameContainerWithSameName (0.69s) [2021-06-10T23:04:02.338Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-10T23:04:03.722Z] --- PASS: TestRenameContainerWithLinkedContainer (1.36s) [2021-06-10T23:04:03.722Z] === RUN TestResize [2021-06-10T23:04:04.666Z] --- PASS: TestResize (0.67s) [2021-06-10T23:04:04.666Z] === RUN TestResizeWithInvalidSize [2021-06-10T23:04:04.839Z] . [2021-06-10T23:04:04.839Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-10T23:04:04.839Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-10T23:04:04.839Z] Error: No such image: emptyfs [2021-06-10T23:04:04.839Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-06-10T23:04:04.839Z] ++++ docker load [2021-06-10T23:04:05.096Z] Running integration-test (iteration 1) [2021-06-10T23:04:05.096Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-06-10T23:04:05.096Z] ++ 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-10T23:04:05.096Z] ++ set -e [2021-06-10T23:04:05.096Z] ++ '[' -n 0 ']' [2021-06-10T23:04:05.096Z] ++ set -x [2021-06-10T23:04:05.096Z] ++ 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-10T23:04:05.238Z] --- PASS: TestResizeWithInvalidSize (0.68s) [2021-06-10T23:04:05.238Z] === RUN TestResizeWhenContainerNotStarted [2021-06-10T23:04:05.809Z] --- PASS: TestResizeWhenContainerNotStarted (0.67s) [2021-06-10T23:04:05.809Z] === RUN TestDaemonRestartKillContainers [2021-06-10T23:04:05.809Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-06-10T23:04:05.809Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-06-10T23:04:05.809Z] === RUN TestCgroupNamespacesRun [2021-06-10T23:04:09.109Z] --- PASS: TestCgroupNamespacesRun (2.66s) [2021-06-10T23:04:09.109Z] === RUN TestCgroupNamespacesRunPrivileged [2021-06-10T23:04:11.019Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.16s) [2021-06-10T23:04:11.019Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-06-10T23:04:13.560Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (2.67s) [2021-06-10T23:04:13.560Z] === RUN TestCgroupNamespacesRunHostMode [2021-06-10T23:04:14.838Z] --- PASS: TestCheckoutGit (26.78s) [2021-06-10T23:04:14.838Z] === RUN TestValidGitTransport [2021-06-10T23:04:14.838Z] --- PASS: TestValidGitTransport (0.00s) [2021-06-10T23:04:14.838Z] === RUN TestGitInvalidRef [2021-06-10T23:04:14.838Z] --- PASS: TestGitInvalidRef (0.16s) [2021-06-10T23:04:14.838Z] PASS [2021-06-10T23:04:14.838Z] coverage: 86.3% of statements [2021-06-10T23:04:14.838Z] ok github.com/docker/docker/builder/remotecontext/git 27.044s coverage: 86.3% of statements [2021-06-10T23:04:14.838Z] ? github.com/docker/docker/cli [no test files] [2021-06-10T23:04:14.838Z] ? github.com/docker/docker/cli/config [no test files] [2021-06-10T23:04:16.106Z] --- PASS: TestCgroupNamespacesRunHostMode (2.66s) [2021-06-10T23:04:16.107Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-06-10T23:04:18.652Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.65s) [2021-06-10T23:04:18.652Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-06-10T23:04:19.091Z] #57 205.5 # github.com/containerd/containerd/cmd/containerd [2021-06-10T23:04:19.092Z] #57 205.5 /usr/bin/ld: /tmp/go-link-689753873/000018.o: in function `New': [2021-06-10T23:04:19.092Z] #57 205.5 /tmp/tmp.ESkP6jSCqQ/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-10T23:04:19.092Z] #57 205.5 + bin/containerd-stress [2021-06-10T23:04:19.092Z] #57 207.7 + bin/containerd-shim [2021-06-10T23:04:20.675Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-06-10T23:04:20.675Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-06-10T23:04:20.675Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-06-10T23:04:20.675Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-06-10T23:04:20.675Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-06-10T23:04:20.675Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-06-10T23:04:20.675Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-06-10T23:04:20.675Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-06-10T23:04:20.675Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-06-10T23:04:20.675Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-06-10T23:04:20.675Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-06-10T23:04:20.675Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-06-10T23:04:20.675Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-06-10T23:04:20.675Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-06-10T23:04:20.675Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-06-10T23:04:20.675Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-06-10T23:04:20.675Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-06-10T23:04:20.675Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-06-10T23:04:20.675Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-06-10T23:04:20.675Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-06-10T23:04:20.675Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-06-10T23:04:20.675Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-06-10T23:04:20.675Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-06-10T23:04:20.675Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-06-10T23:04:20.675Z] === RUN TestConfigureDaemonLogs [2021-06-10T23:04:20.675Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-06-10T23:04:20.675Z] === RUN TestCommonOptionsInstallFlags [2021-06-10T23:04:20.675Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-06-10T23:04:20.675Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-06-10T23:04:20.675Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-06-10T23:04:20.675Z] PASS [2021-06-10T23:04:20.675Z] coverage: 18.4% of statements [2021-06-10T23:04:20.675Z] ok github.com/docker/docker/cmd/dockerd 0.285s coverage: 18.4% of statements [2021-06-10T23:04:21.197Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.14s) [2021-06-10T23:04:21.197Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-06-10T23:04:21.404Z] sha256:e0d81982fbcebd6261f34ef7171ed0c8cfdb2a70e44fc11be71ce3418e5448cf [2021-06-10T23:04:21.404Z] INFO: Starting docker-py tests... [2021-06-10T23:04:21.404Z] ============================= test session starts ============================== [2021-06-10T23:04:21.404Z] platform linux -- Python 3.7.10, pytest-4.3.1, py-1.10.0, pluggy-0.13.1 [2021-06-10T23:04:21.404Z] rootdir: /src, inifile: pytest.ini [2021-06-10T23:04:21.404Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-06-10T23:04:21.404Z] collected 390 items / 1 deselected / 389 selected [2021-06-10T23:04:21.404Z] [2021-06-10T23:04:21.651Z] === RUN TestContainerStopSignal [2021-06-10T23:04:21.651Z] --- PASS: TestContainerStopSignal (0.00s) [2021-06-10T23:04:21.651Z] === RUN TestContainerStopTimeout [2021-06-10T23:04:21.651Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-06-10T23:04:21.651Z] === RUN TestContainerSecretReferenceDestTarget [2021-06-10T23:04:21.651Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-06-10T23:04:21.651Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-06-10T23:04:21.651Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-06-10T23:04:21.651Z] === RUN TestContainerLogPathSetForRingLogger [2021-06-10T23:04:21.651Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-06-10T23:04:21.651Z] === RUN TestReplaceAndAppendEnvVars [2021-06-10T23:04:21.651Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-06-10T23:04:21.651Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-06-10T23:04:21.651Z] === RUN TestNewMemoryStore [2021-06-10T23:04:21.651Z] --- PASS: TestNewMemoryStore (0.00s) [2021-06-10T23:04:21.651Z] === RUN TestAddContainers [2021-06-10T23:04:21.651Z] --- PASS: TestAddContainers (0.00s) [2021-06-10T23:04:21.651Z] === RUN TestGetContainer [2021-06-10T23:04:21.651Z] --- PASS: TestGetContainer (0.00s) [2021-06-10T23:04:21.651Z] === RUN TestDeleteContainer [2021-06-10T23:04:21.651Z] --- PASS: TestDeleteContainer (0.00s) [2021-06-10T23:04:21.651Z] === RUN TestListContainers [2021-06-10T23:04:21.651Z] --- PASS: TestListContainers (0.00s) [2021-06-10T23:04:21.651Z] === RUN TestFirstContainer [2021-06-10T23:04:21.651Z] --- PASS: TestFirstContainer (0.00s) [2021-06-10T23:04:21.651Z] === RUN TestApplyAllContainer [2021-06-10T23:04:21.651Z] --- PASS: TestApplyAllContainer (0.00s) [2021-06-10T23:04:21.651Z] === RUN TestIsValidHealthString [2021-06-10T23:04:21.651Z] --- PASS: TestIsValidHealthString (0.00s) [2021-06-10T23:04:21.651Z] === RUN TestStateRunStop [2021-06-10T23:04:21.651Z] --- PASS: TestStateRunStop (0.00s) [2021-06-10T23:04:21.651Z] === RUN TestStateTimeoutWait [2021-06-10T23:04:21.651Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-06-10T23:04:21.651Z] state_test.go:141: Stop callback fired [2021-06-10T23:04:21.651Z] state_test.go:165: Stop callback fired [2021-06-10T23:04:21.651Z] === RUN TestIsValidStateString [2021-06-10T23:04:21.651Z] --- PASS: TestIsValidStateString (0.00s) [2021-06-10T23:04:21.651Z] === RUN TestViewSaveDelete [2021-06-10T23:04:21.651Z] --- PASS: TestViewSaveDelete (0.01s) [2021-06-10T23:04:21.651Z] === RUN TestViewAll [2021-06-10T23:04:21.651Z] --- PASS: TestViewAll (0.01s) [2021-06-10T23:04:21.651Z] === RUN TestViewGet [2021-06-10T23:04:21.651Z] --- PASS: TestViewGet (0.01s) [2021-06-10T23:04:21.651Z] === RUN TestNames [2021-06-10T23:04:21.651Z] --- PASS: TestNames (0.00s) [2021-06-10T23:04:21.651Z] === RUN TestViewWithHealthCheck [2021-06-10T23:04:21.651Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-06-10T23:04:21.651Z] PASS [2021-06-10T23:04:21.651Z] coverage: 41.5% of statements [2021-06-10T23:04:21.651Z] ok github.com/docker/docker/container 0.264s coverage: 41.5% of statements [2021-06-10T23:04:21.651Z] ? github.com/docker/docker/container/stream [no test files] [2021-06-10T23:04:21.651Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-06-10T23:04:21.651Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-06-10T23:04:21.651Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-06-10T23:04:22.578Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.70s) [2021-06-10T23:04:22.578Z] === RUN TestCgroupNamespacesRunOlderClient [2021-06-10T23:04:23.844Z] === RUN TestPrepare [2021-06-10T23:04:23.844Z] --- PASS: TestPrepare (0.00s) [2021-06-10T23:04:23.844Z] === RUN TestStart [2021-06-10T23:04:23.844Z] --- PASS: TestStart (0.00s) [2021-06-10T23:04:23.844Z] === RUN TestWaitCancel [2021-06-10T23:04:23.844Z] --- PASS: TestWaitCancel (0.00s) [2021-06-10T23:04:23.844Z] === RUN TestWaitDisabled [2021-06-10T23:04:23.844Z] --- PASS: TestWaitDisabled (0.00s) [2021-06-10T23:04:23.844Z] === RUN TestWaitEnabled [2021-06-10T23:04:23.844Z] --- PASS: TestWaitEnabled (0.00s) [2021-06-10T23:04:23.844Z] === RUN TestRemove [2021-06-10T23:04:23.844Z] --- PASS: TestRemove (0.00s) [2021-06-10T23:04:23.844Z] PASS [2021-06-10T23:04:23.844Z] coverage: 65.3% of statements [2021-06-10T23:04:24.307Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.296s coverage: 65.3% of statements [2021-06-10T23:04:24.393Z] #57 214.9 + bin/containerd-shim-runc-v1 [2021-06-10T23:04:25.119Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.63s) [2021-06-10T23:04:25.119Z] === RUN TestNISDomainname [2021-06-10T23:04:25.119Z] --- SKIP: TestNISDomainname (0.01s) [2021-06-10T23:04:25.119Z] 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-10T23:04:25.119Z] === RUN TestHostnameDnsResolution [2021-06-10T23:04:26.209Z] --- PASS: TestHostnameDnsResolution (1.17s) [2021-06-10T23:04:26.209Z] === RUN TestStats [2021-06-10T23:04:26.209Z] --- SKIP: TestStats (0.00s) [2021-06-10T23:04:26.209Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-10T23:04:26.209Z] === RUN TestStopContainerWithTimeout [2021-06-10T23:04:26.209Z] === RUN TestStopContainerWithTimeout/0 [2021-06-10T23:04:26.209Z] === PAUSE TestStopContainerWithTimeout/0 [2021-06-10T23:04:26.209Z] === RUN TestStopContainerWithTimeout/1 [2021-06-10T23:04:26.209Z] === PAUSE TestStopContainerWithTimeout/1 [2021-06-10T23:04:26.209Z] === RUN TestStopContainerWithTimeout/3 [2021-06-10T23:04:26.210Z] === PAUSE TestStopContainerWithTimeout/3 [2021-06-10T23:04:26.210Z] === RUN TestStopContainerWithTimeout/-1 [2021-06-10T23:04:26.210Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-06-10T23:04:26.210Z] === CONT TestStopContainerWithTimeout/0 [2021-06-10T23:04:26.210Z] === CONT TestStopContainerWithTimeout/3 [2021-06-10T23:04:26.621Z] === RUN TestNewListSecretsFilters [2021-06-10T23:04:26.621Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-06-10T23:04:26.621Z] === RUN TestNewListConfigsFilters [2021-06-10T23:04:26.621Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-06-10T23:04:26.621Z] PASS [2021-06-10T23:04:26.621Z] coverage: 0.5% of statements [2021-06-10T23:04:26.621Z] ok github.com/docker/docker/daemon/cluster 0.714s coverage: 0.5% of statements [2021-06-10T23:04:26.621Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-06-10T23:04:26.621Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.12s) [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertToGRPCIsolation [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertFromGRPCIsolation [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-06-10T23:04:26.621Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-06-10T23:04:26.621Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-06-10T23:04:27.084Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-06-10T23:04:27.084Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-06-10T23:04:27.084Z] === RUN TestServiceConvertFromGRPCConfigs [2021-06-10T23:04:27.084Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-06-10T23:04:27.084Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-06-10T23:04:27.084Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-06-10T23:04:27.084Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-06-10T23:04:27.084Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-06-10T23:04:27.084Z] === RUN TestServiceConvertToGRPCConfigs [2021-06-10T23:04:27.084Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-06-10T23:04:27.084Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-06-10T23:04:27.084Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-06-10T23:04:27.084Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-06-10T23:04:27.084Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-06-10T23:04:27.084Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-06-10T23:04:27.084Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-06-10T23:04:27.084Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-06-10T23:04:27.084Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-06-10T23:04:27.084Z] PASS [2021-06-10T23:04:27.084Z] coverage: 35.9% of statements [2021-06-10T23:04:27.084Z] ok github.com/docker/docker/daemon/cluster/convert 0.363s coverage: 35.9% of statements [2021-06-10T23:04:27.595Z] === CONT TestStopContainerWithTimeout/-1 [2021-06-10T23:04:29.549Z] === CONT TestStopContainerWithTimeout/1 [2021-06-10T23:04:29.723Z] #57 219.8 + bin/containerd-shim-runc-v2 [2021-06-10T23:04:29.723Z] #57 220.8 + binaries [2021-06-10T23:04:29.980Z] #57 220.8 + install -D bin/containerd /build/containerd [2021-06-10T23:04:29.980Z] #57 220.8 + install -D bin/containerd-shim /build/containerd-shim [2021-06-10T23:04:29.980Z] #57 220.8 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-06-10T23:04:29.980Z] #57 220.8 + install -D bin/ctr /build/ctr [2021-06-10T23:04:30.844Z] === RUN TestDiscoveryOptsErrors [2021-06-10T23:04:30.845Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-06-10T23:04:30.845Z] === RUN TestDiscoveryOpts [2021-06-10T23:04:30.845Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-06-10T23:04:30.845Z] PASS [2021-06-10T23:04:30.845Z] coverage: 30.0% of statements [2021-06-10T23:04:30.845Z] ok github.com/docker/docker/daemon/discovery 0.043s coverage: 30.0% of statements [2021-06-10T23:04:30.931Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-06-10T23:04:30.931Z] --- PASS: TestStopContainerWithTimeout/0 (1.07s) [2021-06-10T23:04:30.931Z] --- PASS: TestStopContainerWithTimeout/3 (3.01s) [2021-06-10T23:04:30.931Z] --- PASS: TestStopContainerWithTimeout/-1 (2.63s) [2021-06-10T23:04:30.931Z] --- PASS: TestStopContainerWithTimeout/1 (1.65s) [2021-06-10T23:04:30.931Z] === RUN TestDeleteDevicemapper [2021-06-10T23:04:30.931Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-06-10T23:04:30.931Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-10T23:04:30.931Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-10T23:04:31.307Z] === RUN TestBuilderGC [2021-06-10T23:04:31.307Z] --- PASS: TestBuilderGC (0.00s) [2021-06-10T23:04:31.307Z] === RUN TestDaemonConfigurationNotFound [2021-06-10T23:04:31.307Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-06-10T23:04:31.307Z] === RUN TestDaemonBrokenConfiguration [2021-06-10T23:04:31.307Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-06-10T23:04:31.307Z] === RUN TestParseClusterAdvertiseSettings [2021-06-10T23:04:31.307Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-06-10T23:04:31.307Z] === RUN TestFindConfigurationConflicts [2021-06-10T23:04:31.307Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-06-10T23:04:31.307Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-06-10T23:04:31.307Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-06-10T23:04:31.307Z] === RUN TestDaemonConfigurationMergeConflicts [2021-06-10T23:04:31.307Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-06-10T23:04:31.307Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-06-10T23:04:31.307Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-06-10T23:04:31.307Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-06-10T23:04:31.307Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-06-10T23:04:31.307Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-06-10T23:04:31.307Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-06-10T23:04:31.307Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-06-10T23:04:31.307Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-06-10T23:04:31.307Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-06-10T23:04:31.307Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-06-10T23:04:31.307Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-06-10T23:04:31.307Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-06-10T23:04:31.307Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-06-10T23:04:31.307Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-06-10T23:04:31.307Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-06-10T23:04:31.307Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-06-10T23:04:31.307Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-06-10T23:04:31.307Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-06-10T23:04:31.307Z] === RUN TestValidateConfigurationErrors [2021-06-10T23:04:31.307Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-06-10T23:04:31.307Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-06-10T23:04:31.307Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-06-10T23:04:31.307Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-06-10T23:04:31.307Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-06-10T23:04:31.307Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-06-10T23:04:31.307Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-06-10T23:04:31.307Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-06-10T23:04:31.307Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-06-10T23:04:31.307Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-06-10T23:04:31.307Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-06-10T23:04:31.307Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-06-10T23:04:31.307Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-06-10T23:04:31.307Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-06-10T23:04:31.307Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-06-10T23:04:31.307Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-06-10T23:04:31.307Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-06-10T23:04:31.307Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-06-10T23:04:31.308Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-06-10T23:04:31.308Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-06-10T23:04:31.308Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-06-10T23:04:31.308Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-06-10T23:04:31.308Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-06-10T23:04:31.308Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-06-10T23:04:31.308Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-06-10T23:04:31.308Z] === RUN TestValidateConfiguration [2021-06-10T23:04:31.308Z] === RUN TestValidateConfiguration/with_label [2021-06-10T23:04:31.308Z] === RUN TestValidateConfiguration/with_dns [2021-06-10T23:04:31.308Z] === RUN TestValidateConfiguration/with_dns-search [2021-06-10T23:04:31.308Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-06-10T23:04:31.308Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-06-10T23:04:31.308Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-06-10T23:04:31.308Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-06-10T23:04:31.308Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-06-10T23:04:31.308Z] --- PASS: TestValidateConfiguration (0.00s) [2021-06-10T23:04:31.308Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-06-10T23:04:31.308Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-06-10T23:04:31.308Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-06-10T23:04:31.308Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-06-10T23:04:31.308Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-06-10T23:04:31.308Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-06-10T23:04:31.308Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-06-10T23:04:31.308Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-06-10T23:04:31.308Z] === RUN TestModifiedDiscoverySettings [2021-06-10T23:04:31.308Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-06-10T23:04:31.308Z] === RUN TestReloadSetConfigFileNotExist [2021-06-10T23:04:31.308Z] time="2021-06-10T23:04:30Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-06-10T23:04:31.308Z] --- PASS: TestReloadSetConfigFileNotExist (0.10s) [2021-06-10T23:04:31.308Z] === RUN TestReloadDefaultConfigNotExist [2021-06-10T23:04:31.308Z] --- SKIP: TestReloadDefaultConfigNotExist (0.01s) [2021-06-10T23:04:31.308Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:04:31.308Z] === RUN TestReloadBadDefaultConfig [2021-06-10T23:04:31.308Z] time="2021-06-10T23:04:31Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-675229867" [2021-06-10T23:04:31.308Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-06-10T23:04:31.308Z] === RUN TestReloadWithConflictingLabels [2021-06-10T23:04:31.308Z] time="2021-06-10T23:04:31Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-275517966" [2021-06-10T23:04:31.308Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-06-10T23:04:31.308Z] === RUN TestReloadWithDuplicateLabels [2021-06-10T23:04:31.308Z] time="2021-06-10T23:04:31Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-833295381" [2021-06-10T23:04:31.308Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-06-10T23:04:31.308Z] === RUN TestDaemonConfigurationMerge [2021-06-10T23:04:31.308Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-06-10T23:04:31.308Z] PASS [2021-06-10T23:04:31.308Z] coverage: 79.7% of statements [2021-06-10T23:04:31.308Z] ok github.com/docker/docker/daemon/config 0.336s coverage: 79.7% of statements [2021-06-10T23:04:31.770Z] === RUN TestVerifyNetworkingConfig [2021-06-10T23:04:31.770Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-06-10T23:04:31.770Z] === RUN TestGetContainer [2021-06-10T23:04:31.770Z] --- PASS: TestGetContainer (0.00s) [2021-06-10T23:04:31.770Z] === RUN TestValidContainerNames [2021-06-10T23:04:31.770Z] --- PASS: TestValidContainerNames (0.00s) [2021-06-10T23:04:31.770Z] === RUN TestContainerInitDNS [2021-06-10T23:04:31.770Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-06-10T23:04:31.770Z] daemon_test.go:147: root required [2021-06-10T23:04:31.770Z] === RUN TestMerge [2021-06-10T23:04:31.770Z] --- PASS: TestMerge (0.00s) [2021-06-10T23:04:31.770Z] === RUN TestValidateContainerIsolation [2021-06-10T23:04:31.770Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-06-10T23:04:31.770Z] === RUN TestFindNetworkErrorType [2021-06-10T23:04:31.770Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-06-10T23:04:31.770Z] === RUN TestEnsureServicesExist [2021-06-10T23:04:31.770Z] --- PASS: TestEnsureServicesExist (0.01s) [2021-06-10T23:04:31.770Z] === RUN TestEnsureServicesExistErrors [2021-06-10T23:04:31.770Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-06-10T23:04:31.770Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-06-10T23:04:31.770Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-06-10T23:04:31.770Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-06-10T23:04:31.770Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-06-10T23:04:31.770Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-06-10T23:04:31.770Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-06-10T23:04:31.770Z] === RUN TestContainerDelete [2021-06-10T23:04:31.770Z] --- PASS: TestContainerDelete (0.00s) [2021-06-10T23:04:31.770Z] === RUN TestContainerDoubleDelete [2021-06-10T23:04:31.770Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-06-10T23:04:31.770Z] === RUN TestLogContainerEventCopyLabels [2021-06-10T23:04:31.770Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-06-10T23:04:31.770Z] === RUN TestLogContainerEventWithAttributes [2021-06-10T23:04:31.770Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-06-10T23:04:31.770Z] === RUN TestNoneHealthcheck [2021-06-10T23:04:31.770Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-06-10T23:04:31.770Z] === RUN TestHealthStates [2021-06-10T23:04:31.770Z] === RUN TestEventsLog [2021-06-10T23:04:31.770Z] --- PASS: TestEventsLog (0.00s) [2021-06-10T23:04:31.770Z] === RUN TestEventsLogTimeout [2021-06-10T23:04:31.770Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-06-10T23:04:31.770Z] === RUN TestLogEvents [2021-06-10T23:04:31.771Z] time="2021-06-10T23:04:31Z" 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-10T23:04:31.771Z] time="2021-06-10T23:04:31Z" 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-10T23:04:31.771Z] time="2021-06-10T23:04:31Z" 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-10T23:04:31.771Z] time="2021-06-10T23:04:31Z" 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-10T23:04:31.771Z] time="2021-06-10T23:04:31Z" 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-10T23:04:31.771Z] time="2021-06-10T23:04:31Z" 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-10T23:04:31.771Z] time="2021-06-10T23:04:31Z" 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-10T23:04:31.771Z] time="2021-06-10T23:04:31Z" 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-10T23:04:31.771Z] time="2021-06-10T23:04:31Z" 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-10T23:04:31.771Z] time="2021-06-10T23:04:31Z" 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-10T23:04:31.771Z] --- PASS: TestHealthStates (0.15s) [2021-06-10T23:04:31.771Z] === RUN TestMaskURLCredentials [2021-06-10T23:04:31.771Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-06-10T23:04:31.771Z] === RUN TestGetInspectData [2021-06-10T23:04:31.771Z] --- PASS: TestGetInspectData (0.00s) [2021-06-10T23:04:31.771Z] === RUN TestFillLicense [2021-06-10T23:04:31.771Z] --- PASS: TestFillLicense (0.00s) [2021-06-10T23:04:31.771Z] === RUN TestListInvalidFilter [2021-06-10T23:04:31.771Z] --- PASS: TestListInvalidFilter (0.00s) [2021-06-10T23:04:31.771Z] === RUN TestNameFilter [2021-06-10T23:04:31.771Z] --- PASS: TestNameFilter (0.00s) [2021-06-10T23:04:31.771Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-06-10T23:04:31.771Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-06-10T23:04:31.771Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-06-10T23:04:31.771Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-06-10T23:04:31.771Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-06-10T23:04:31.771Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-06-10T23:04:31.771Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-06-10T23:04:31.771Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-06-10T23:04:31.771Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-06-10T23:04:31.771Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-06-10T23:04:31.771Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-06-10T23:04:31.771Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-06-10T23:04:31.771Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-06-10T23:04:31.771Z] === 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-10T23:04:31.771Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-06-10T23:04:31.771Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-06-10T23:04:31.771Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-06-10T23:04:31.771Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-06-10T23:04:31.771Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-06-10T23:04:31.771Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-06-10T23:04:31.771Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-06-10T23:04:31.771Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-06-10T23:04:31.771Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2021-06-10T23:04:31.771Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-06-10T23:04:31.771Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-06-10T23:04:31.771Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-06-10T23:04:31.771Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-06-10T23:04:31.771Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-06-10T23:04:31.771Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-06-10T23:04:31.771Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-06-10T23:04:31.771Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-06-10T23:04:31.771Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-06-10T23:04:31.873Z] #57 DONE 222.8s [2021-06-10T23:04:32.236Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-06-10T23:04:32.236Z] --- 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-10T23:04:32.236Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-06-10T23:04:32.236Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-06-10T23:04:32.236Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-06-10T23:04:32.236Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-06-10T23:04:32.236Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-06-10T23:04:32.236Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-06-10T23:04:32.236Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-06-10T23:04:32.236Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-06-10T23:04:32.236Z] === RUN TestDaemonReloadLabels [2021-06-10T23:04:32.236Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-06-10T23:04:32.236Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-06-10T23:04:32.236Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-06-10T23:04:32.236Z] === RUN TestDaemonReloadMirrors [2021-06-10T23:04:32.236Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-06-10T23:04:32.236Z] === RUN TestDaemonReloadInsecureRegistries [2021-06-10T23:04:32.236Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-06-10T23:04:32.236Z] === RUN TestDaemonReloadNotAffectOthers [2021-06-10T23:04:32.236Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-06-10T23:04:32.236Z] === RUN TestDaemonDiscoveryReload [2021-06-10T23:04:32.236Z] --- PASS: TestLogEvents (0.05s) [2021-06-10T23:04:32.236Z] === RUN TestLoadBufferedEvents [2021-06-10T23:04:32.236Z] --- PASS: TestLoadBufferedEvents (0.12s) [2021-06-10T23:04:32.236Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-06-10T23:04:32.236Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-06-10T23:04:32.236Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-06-10T23:04:32.236Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-06-10T23:04:32.236Z] PASS [2021-06-10T23:04:32.236Z] coverage: 50.0% of statements [2021-06-10T23:04:32.236Z] ok github.com/docker/docker/daemon/events 0.225s coverage: 50.0% of statements [2021-06-10T23:04:32.699Z] === RUN TestWaitNodeAttachment [2021-06-10T23:04:33.162Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-06-10T23:04:33.162Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-06-10T23:04:33.162Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-06-10T23:04:33.162Z] === RUN TestIsolationConversion [2021-06-10T23:04:33.162Z] === RUN TestIsolationConversion/default [2021-06-10T23:04:33.162Z] === RUN TestIsolationConversion/process [2021-06-10T23:04:33.162Z] === RUN TestIsolationConversion/hyperv [2021-06-10T23:04:33.162Z] --- PASS: TestIsolationConversion (0.00s) [2021-06-10T23:04:33.162Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-06-10T23:04:33.162Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-06-10T23:04:33.162Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-06-10T23:04:33.162Z] === RUN TestContainerLabels [2021-06-10T23:04:33.162Z] --- PASS: TestContainerLabels (0.00s) [2021-06-10T23:04:33.162Z] === RUN TestCredentialSpecConversion [2021-06-10T23:04:33.162Z] === RUN TestCredentialSpecConversion/none [2021-06-10T23:04:33.162Z] === RUN TestCredentialSpecConversion/config [2021-06-10T23:04:33.162Z] === RUN TestCredentialSpecConversion/file [2021-06-10T23:04:33.162Z] === RUN TestCredentialSpecConversion/registry [2021-06-10T23:04:33.162Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-06-10T23:04:33.162Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-06-10T23:04:33.162Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-06-10T23:04:33.162Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-06-10T23:04:33.162Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-06-10T23:04:33.162Z] === RUN TestControllerValidateMountBind [2021-06-10T23:04:33.162Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-06-10T23:04:33.162Z] === RUN TestControllerValidateMountVolume [2021-06-10T23:04:33.162Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-06-10T23:04:33.162Z] === RUN TestControllerValidateMountTarget [2021-06-10T23:04:33.162Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-06-10T23:04:33.162Z] === RUN TestControllerValidateMountTmpfs [2021-06-10T23:04:33.162Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-06-10T23:04:33.162Z] === RUN TestControllerValidateMountInvalidType [2021-06-10T23:04:33.162Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-06-10T23:04:33.162Z] === RUN TestControllerValidateMountNamedPipe [2021-06-10T23:04:33.162Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-06-10T23:04:33.162Z] PASS [2021-06-10T23:04:33.162Z] coverage: 11.3% of statements [2021-06-10T23:04:33.162Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.737s coverage: 11.3% of statements [2021-06-10T23:04:33.244Z] [2021-06-10T23:04:33.244Z] #58 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-06-10T23:04:33.244Z] #58 sha256:6628ed888c9fb3696d2c1c35dd29d6d22f1ad8875b5072c2c17d988a7d16e935 [2021-06-10T23:04:33.476Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.33s) [2021-06-10T23:04:33.476Z] === RUN TestUpdateMemory [2021-06-10T23:04:33.476Z] --- SKIP: TestUpdateMemory (0.00s) [2021-06-10T23:04:33.476Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-10T23:04:33.476Z] === RUN TestUpdateCPUQuota [2021-06-10T23:04:33.476Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-06-10T23:04:33.476Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-10T23:04:33.476Z] === RUN TestUpdatePidsLimit [2021-06-10T23:04:33.476Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-06-10T23:04:33.476Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-10T23:04:33.476Z] === RUN TestUpdateRestartPolicy [2021-06-10T23:04:33.625Z] === RUN TestIsEmptyDir [2021-06-10T23:04:33.625Z] --- PASS: TestIsEmptyDir (0.00s) [2021-06-10T23:04:33.625Z] PASS [2021-06-10T23:04:33.625Z] coverage: 2.3% of statements [2021-06-10T23:04:33.625Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-06-10T23:04:33.625Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-06-10T23:04:33.625Z] ok github.com/docker/docker/daemon/graphdriver 0.077s coverage: 2.3% of statements [2021-06-10T23:04:34.087Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-06-10T23:04:34.088Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-06-10T23:04:34.088Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-06-10T23:04:34.088Z] reload_test.go:520: root required [2021-06-10T23:04:34.088Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-06-10T23:04:34.088Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-06-10T23:04:34.088Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-06-10T23:04:34.088Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.02s) [2021-06-10T23:04:34.088Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-06-10T23:04:34.088Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-06-10T23:04:34.088Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-06-10T23:04:34.088Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s) [2021-06-10T23:04:34.088Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-06-10T23:04:34.088Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-06-10T23:04:34.088Z] === RUN TestParseVolumesFrom [2021-06-10T23:04:34.088Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-06-10T23:04:34.088Z] PASS [2021-06-10T23:04:34.088Z] coverage: 9.1% of statements [2021-06-10T23:04:34.088Z] ok github.com/docker/docker/daemon 2.690s coverage: 9.1% of statements [2021-06-10T23:04:34.088Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-06-10T23:04:34.088Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-06-10T23:04:34.088Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-06-10T23:04:34.088Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-06-10T23:04:34.088Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-06-10T23:04:34.088Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-06-10T23:04:34.088Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-06-10T23:04:34.088Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-06-10T23:04:34.088Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-06-10T23:04:34.088Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-06-10T23:04:34.088Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-06-10T23:04:34.088Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-06-10T23:04:34.088Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-06-10T23:04:34.088Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-06-10T23:04:34.088Z] === RUN TestLinkNaming [2021-06-10T23:04:34.088Z] --- PASS: TestLinkNaming (0.00s) [2021-06-10T23:04:34.088Z] === RUN TestLinkNew [2021-06-10T23:04:34.088Z] --- PASS: TestLinkNew (0.00s) [2021-06-10T23:04:34.088Z] === RUN TestLinkEnv [2021-06-10T23:04:34.088Z] --- PASS: TestLinkEnv (0.00s) [2021-06-10T23:04:34.088Z] === RUN TestLinkMultipleEnv [2021-06-10T23:04:34.088Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-06-10T23:04:34.088Z] === RUN TestLinkPortRangeEnv [2021-06-10T23:04:34.088Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-06-10T23:04:34.088Z] PASS [2021-06-10T23:04:34.088Z] coverage: 93.0% of statements [2021-06-10T23:04:34.088Z] ok github.com/docker/docker/daemon/links 0.040s coverage: 93.0% of statements [2021-06-10T23:04:34.173Z] #58 DONE 1.2s [2021-06-10T23:04:34.173Z] [2021-06-10T23:04:34.173Z] #62 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-06-10T23:04:34.173Z] #62 sha256:e3897a58e7dfcdee63c3ad73bef243f73c509052fa4073720ce6eb4deea4c532 [2021-06-10T23:04:34.429Z] #62 DONE 0.3s [2021-06-10T23:04:34.429Z] [2021-06-10T23:04:34.429Z] #67 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-06-10T23:04:34.429Z] #67 sha256:bf4c09d87d86b53c6c5d1b289102f985cf1f0e56f77e3052fa2143759107cb65 [2021-06-10T23:04:35.360Z] #67 DONE 1.0s [2021-06-10T23:04:35.616Z] [2021-06-10T23:04:35.616Z] #68 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-06-10T23:04:35.616Z] #68 sha256:60180fb8dd424a38055ffa976338e6851842c08c00414b0a5532012582306675 [2021-06-10T23:04:35.616Z] #68 DONE 0.1s [2021-06-10T23:04:35.616Z] [2021-06-10T23:04:35.616Z] #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-10T23:04:35.616Z] #69 sha256:28852de5113aa40198120acba0e8417fb5e39d9180525a9b521dbeeeb77457e2 [2021-06-10T23:04:36.180Z] #69 0.692 Hit:1 http://deb.debian.org/debian buster-backports InRelease [2021-06-10T23:04:36.180Z] #69 0.744 Hit:2 http://cdn-fastly.deb.debian.org/debian buster InRelease [2021-06-10T23:04:36.180Z] #69 0.829 Hit:3 http://cdn-fastly.deb.debian.org/debian-security buster/updates InRelease [2021-06-10T23:04:36.445Z] #69 1.001 Hit:4 http://cdn-fastly.deb.debian.org/debian buster-updates InRelease [2021-06-10T23:04:37.015Z] === RUN TestAdapterReadLogs [2021-06-10T23:04:37.015Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-06-10T23:04:37.015Z] === RUN TestCopier [2021-06-10T23:04:37.015Z] --- PASS: TestCopier (0.00s) [2021-06-10T23:04:37.015Z] === RUN TestCopierLongLines [2021-06-10T23:04:37.015Z] --- PASS: TestCopierLongLines (0.00s) [2021-06-10T23:04:37.015Z] === RUN TestCopierSlow [2021-06-10T23:04:37.015Z] --- PASS: TestCopierSlow (0.21s) [2021-06-10T23:04:37.015Z] === RUN TestCopierWithSized [2021-06-10T23:04:37.015Z] === RUN TestCopierWithSized/as_is [2021-06-10T23:04:37.015Z] === RUN TestCopierWithSized/With_RingLogger [2021-06-10T23:04:37.015Z] --- PASS: TestCopierWithSized (0.01s) [2021-06-10T23:04:37.015Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-06-10T23:04:37.015Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2021-06-10T23:04:37.015Z] === RUN TestCopierWithPartial [2021-06-10T23:04:37.015Z] --- PASS: TestCopierWithPartial (0.00s) [2021-06-10T23:04:37.015Z] === RUN TestRingLogger [2021-06-10T23:04:37.015Z] --- PASS: TestRingLogger (0.00s) [2021-06-10T23:04:37.015Z] === RUN TestRingCap [2021-06-10T23:04:37.015Z] --- PASS: TestRingCap (0.00s) [2021-06-10T23:04:37.015Z] === RUN TestRingClose [2021-06-10T23:04:37.015Z] --- PASS: TestRingClose (0.00s) [2021-06-10T23:04:37.015Z] === RUN TestRingDrain [2021-06-10T23:04:37.015Z] --- PASS: TestRingDrain (0.00s) [2021-06-10T23:04:37.015Z] PASS [2021-06-10T23:04:37.015Z] coverage: 43.3% of statements [2021-06-10T23:04:37.015Z] ok github.com/docker/docker/daemon/logger 0.328s coverage: 43.3% of statements [2021-06-10T23:04:37.015Z] === RUN TestSearchRegistryForImagesErrors [2021-06-10T23:04:37.015Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-06-10T23:04:37.015Z] === RUN TestSearchRegistryForImages [2021-06-10T23:04:37.015Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-06-10T23:04:37.015Z] === RUN TestOnlyPlatformWithFallback [2021-06-10T23:04:37.015Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-06-10T23:04:37.015Z] === RUN TestImageDelete [2021-06-10T23:04:37.015Z] === RUN TestImageDelete/no_lease [2021-06-10T23:04:37.015Z] === RUN TestImageDelete/lease_exists [2021-06-10T23:04:37.015Z] --- PASS: TestImageDelete (0.02s) [2021-06-10T23:04:37.015Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-06-10T23:04:37.015Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-06-10T23:04:37.015Z] === RUN TestContentStoreForPull [2021-06-10T23:04:37.386Z] #69 1.088 Reading package lists... [2021-06-10T23:04:37.478Z] --- PASS: TestContentStoreForPull (0.13s) [2021-06-10T23:04:37.478Z] PASS [2021-06-10T23:04:37.478Z] coverage: 6.7% of statements [2021-06-10T23:04:37.478Z] ok github.com/docker/docker/daemon/images 0.316s coverage: 6.7% of statements [2021-06-10T23:04:37.478Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-06-10T23:04:37.478Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-06-10T23:04:37.479Z] === RUN TestJSONFileLogger [2021-06-10T23:04:37.479Z] --- PASS: TestJSONFileLogger (0.00s) [2021-06-10T23:04:37.479Z] === RUN TestJSONFileLoggerWithTags [2021-06-10T23:04:37.479Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-06-10T23:04:37.479Z] === RUN TestJSONFileLoggerWithOpts [2021-06-10T23:04:37.479Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-06-10T23:04:37.479Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-06-10T23:04:37.479Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-06-10T23:04:37.479Z] === RUN TestEncodeDecode [2021-06-10T23:04:37.479Z] === PAUSE TestEncodeDecode [2021-06-10T23:04:37.479Z] === RUN TestUnexpectedEOF [2021-06-10T23:04:37.479Z] time="2021-06-10T23:04:37Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-06-10T23:04:37.479Z] time="2021-06-10T23:04:37Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-06-10T23:04:37.479Z] --- PASS: TestUnexpectedEOF (0.09s) [2021-06-10T23:04:37.479Z] === CONT TestEncodeDecode [2021-06-10T23:04:37.479Z] --- PASS: TestEncodeDecode (0.00s) [2021-06-10T23:04:37.479Z] PASS [2021-06-10T23:04:37.479Z] coverage: 69.9% of statements [2021-06-10T23:04:37.479Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.182s coverage: 69.9% of statements [2021-06-10T23:04:37.479Z] === RUN TestNewStreamConfig [2021-06-10T23:04:37.479Z] === RUN TestNewStreamConfig/defaults [2021-06-10T23:04:37.479Z] === RUN TestNewStreamConfig/invalid_create_group [2021-06-10T23:04:37.479Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-06-10T23:04:37.479Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-06-10T23:04:37.479Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-06-10T23:04:37.479Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-06-10T23:04:37.479Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-06-10T23:04:37.479Z] --- PASS: TestNewStreamConfig (0.00s) [2021-06-10T23:04:37.479Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-06-10T23:04:37.479Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-06-10T23:04:37.479Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-06-10T23:04:37.479Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-06-10T23:04:37.479Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-06-10T23:04:37.479Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-06-10T23:04:37.479Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-06-10T23:04:37.479Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-06-10T23:04:37.479Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-06-10T23:04:37.479Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-06-10T23:04:37.479Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-06-10T23:04:37.479Z] === RUN TestNewAWSLogsClientRegionDetect [2021-06-10T23:04:37.942Z] time="2021-06-10T23:04:37Z" level=info msg="Trying to get region from EC2 Metadata" [2021-06-10T23:04:37.942Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.12s) [2021-06-10T23:04:37.942Z] === RUN TestCreateSuccess [2021-06-10T23:04:37.942Z] --- PASS: TestCreateSuccess (0.00s) [2021-06-10T23:04:37.942Z] === RUN TestCreateLogGroupSuccess [2021-06-10T23:04:37.942Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-06-10T23:04:37.942Z] === RUN TestCreateError [2021-06-10T23:04:37.942Z] --- PASS: TestCreateError (0.00s) [2021-06-10T23:04:37.942Z] === RUN TestCreateAlreadyExists [2021-06-10T23:04:37.943Z] time="2021-06-10T23:04:37Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-06-10T23:04:37.943Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestLogClosed [2021-06-10T23:04:37.943Z] --- PASS: TestLogClosed (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestLogBlocking [2021-06-10T23:04:37.943Z] --- PASS: TestLogBlocking (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestLogNonBlockingBufferEmpty [2021-06-10T23:04:37.943Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestLogNonBlockingBufferFull [2021-06-10T23:04:37.943Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestPublishBatchSuccess [2021-06-10T23:04:37.943Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestPublishBatchError [2021-06-10T23:04:37.943Z] time="2021-06-10T23:04:37Z" level=error msg=Error [2021-06-10T23:04:37.943Z] --- PASS: TestPublishBatchError (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-06-10T23:04:37.943Z] time="2021-06-10T23:04:37Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-06-10T23:04:37.943Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestPublishBatchAlreadyAccepted [2021-06-10T23:04:37.943Z] time="2021-06-10T23:04:37Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-06-10T23:04:37.943Z] time="2021-06-10T23:04:37Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-06-10T23:04:37.943Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestCollectBatchSimple [2021-06-10T23:04:37.943Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestCollectBatchTicker [2021-06-10T23:04:37.943Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestCollectBatchMultilinePattern [2021-06-10T23:04:37.943Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-06-10T23:04:37.943Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-06-10T23:04:37.943Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-06-10T23:04:37.943Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-06-10T23:04:37.943Z] === RUN TestCollectBatchClose [2021-06-10T23:04:37.943Z] --- PASS: TestCollectBatchClose (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestEffectiveLen [2021-06-10T23:04:37.943Z] === RUN TestEffectiveLen/0/Hello [2021-06-10T23:04:37.943Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-06-10T23:04:37.943Z] === RUN TestEffectiveLen/2/🙃 [2021-06-10T23:04:37.943Z] === RUN TestEffectiveLen/3/���� [2021-06-10T23:04:37.943Z] === RUN TestEffectiveLen/4/He��o [2021-06-10T23:04:37.943Z] === RUN TestEffectiveLen/5/ [2021-06-10T23:04:37.943Z] --- PASS: TestEffectiveLen (0.00s) [2021-06-10T23:04:37.943Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-06-10T23:04:37.943Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-06-10T23:04:37.943Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-06-10T23:04:37.943Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-06-10T23:04:37.943Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-06-10T23:04:37.943Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestFindValidSplit [2021-06-10T23:04:37.943Z] === RUN TestFindValidSplit/0/ [2021-06-10T23:04:37.943Z] === RUN TestFindValidSplit/1/Hello [2021-06-10T23:04:37.943Z] === RUN TestFindValidSplit/2/Hello [2021-06-10T23:04:37.943Z] === RUN TestFindValidSplit/3/Hello [2021-06-10T23:04:37.943Z] === RUN TestFindValidSplit/4/🙃 [2021-06-10T23:04:37.943Z] === RUN TestFindValidSplit/5/🙃 [2021-06-10T23:04:37.943Z] === RUN TestFindValidSplit/6/a� [2021-06-10T23:04:37.943Z] === RUN TestFindValidSplit/7/a� [2021-06-10T23:04:37.943Z] --- PASS: TestFindValidSplit (0.00s) [2021-06-10T23:04:37.943Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-06-10T23:04:37.943Z] cloudwatchlogs_test.go:1044: [2021-06-10T23:04:37.943Z] cloudwatchlogs_test.go:1045: [2021-06-10T23:04:37.943Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-06-10T23:04:37.943Z] cloudwatchlogs_test.go:1044: Hello [2021-06-10T23:04:37.943Z] cloudwatchlogs_test.go:1045: [2021-06-10T23:04:37.943Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-06-10T23:04:37.943Z] cloudwatchlogs_test.go:1044: He [2021-06-10T23:04:37.943Z] cloudwatchlogs_test.go:1045: llo [2021-06-10T23:04:37.943Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-06-10T23:04:37.943Z] cloudwatchlogs_test.go:1044: [2021-06-10T23:04:37.943Z] cloudwatchlogs_test.go:1045: Hello [2021-06-10T23:04:37.943Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-06-10T23:04:37.943Z] cloudwatchlogs_test.go:1044: [2021-06-10T23:04:37.943Z] cloudwatchlogs_test.go:1045: 🙃 [2021-06-10T23:04:37.943Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-06-10T23:04:37.943Z] cloudwatchlogs_test.go:1044: 🙃 [2021-06-10T23:04:37.943Z] cloudwatchlogs_test.go:1045: [2021-06-10T23:04:37.943Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-06-10T23:04:37.943Z] cloudwatchlogs_test.go:1044: a [2021-06-10T23:04:37.943Z] cloudwatchlogs_test.go:1045: � [2021-06-10T23:04:37.943Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-06-10T23:04:37.943Z] cloudwatchlogs_test.go:1044: a� [2021-06-10T23:04:37.943Z] cloudwatchlogs_test.go:1045: [2021-06-10T23:04:37.943Z] === RUN TestProcessEventEmoji [2021-06-10T23:04:37.943Z] --- PASS: TestProcessEventEmoji (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestCollectBatchLineSplit [2021-06-10T23:04:37.943Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestCollectBatchLineSplitWithBinary [2021-06-10T23:04:37.943Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestCollectBatchMaxEvents [2021-06-10T23:04:37.943Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2021-06-10T23:04:37.943Z] === RUN TestCollectBatchMaxTotalBytes [2021-06-10T23:04:37.943Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-06-10T23:04:37.943Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-06-10T23:04:37.943Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2021-06-10T23:04:37.943Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-06-10T23:04:37.943Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.06s) [2021-06-10T23:04:37.943Z] === RUN TestParseLogOptionsMultilinePattern [2021-06-10T23:04:37.943Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestParseLogOptionsDatetimeFormat [2021-06-10T23:04:37.943Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-06-10T23:04:37.943Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-06-10T23:04:37.943Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-06-10T23:04:37.943Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-06-10T23:04:37.943Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-06-10T23:04:37.943Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-06-10T23:04:37.943Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-06-10T23:04:37.943Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-06-10T23:04:37.943Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-06-10T23:04:37.943Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-06-10T23:04:37.943Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-06-10T23:04:37.943Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-06-10T23:04:37.943Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-06-10T23:04:37.943Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-06-10T23:04:37.943Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-06-10T23:04:37.943Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-06-10T23:04:37.943Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-06-10T23:04:37.943Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-06-10T23:04:37.943Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-06-10T23:04:37.943Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-06-10T23:04:37.943Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-06-10T23:04:37.943Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-06-10T23:04:37.943Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-06-10T23:04:37.943Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-06-10T23:04:37.943Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-06-10T23:04:37.943Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-06-10T23:04:37.943Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-06-10T23:04:37.943Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-06-10T23:04:37.943Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-06-10T23:04:37.943Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-06-10T23:04:37.943Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-06-10T23:04:37.943Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-06-10T23:04:37.943Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-06-10T23:04:37.943Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestCreateTagSuccess [2021-06-10T23:04:37.943Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-06-10T23:04:37.943Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-06-10T23:04:37.943Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-06-10T23:04:37.943Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-06-10T23:04:37.943Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-06-10T23:04:37.943Z] PASS [2021-06-10T23:04:37.943Z] coverage: 77.8% of statements [2021-06-10T23:04:37.943Z] ok github.com/docker/docker/daemon/logger/awslogs 0.422s coverage: 77.8% of statements [2021-06-10T23:04:37.943Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-06-10T23:04:37.943Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-06-10T23:04:37.943Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-06-10T23:04:37.943Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-06-10T23:04:37.943Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-06-10T23:04:37.943Z] === RUN TestJSONLogsMarshalJSONBuf [2021-06-10T23:04:37.943Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-06-10T23:04:37.943Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-06-10T23:04:37.952Z] #69 1.769 Reading package lists... [2021-06-10T23:04:38.208Z] #69 2.435 Building dependency tree... [2021-06-10T23:04:38.208Z] #69 2.569 Reading state information... [2021-06-10T23:04:38.208Z] #69 2.682 The following additional packages will be installed: [2021-06-10T23:04:38.208Z] #69 2.683 libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 libjson-c3 libkmod2 [2021-06-10T23:04:38.208Z] #69 2.683 libpam-systemd [2021-06-10T23:04:38.208Z] #69 2.684 Suggested packages: [2021-06-10T23:04:38.208Z] #69 2.684 systemd-container policykit-1 [2021-06-10T23:04:38.208Z] #69 2.684 Recommended packages: [2021-06-10T23:04:38.208Z] #69 2.684 libnss-systemd [2021-06-10T23:04:38.208Z] #69 2.764 The following NEW packages will be installed: [2021-06-10T23:04:38.208Z] #69 2.765 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libidn11 [2021-06-10T23:04:38.208Z] #69 2.765 libjson-c3 libkmod2 libpam-systemd systemd systemd-sysv [2021-06-10T23:04:38.407Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s) [2021-06-10T23:04:38.407Z] === RUN TestFastTimeMarshalJSON [2021-06-10T23:04:38.407Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2021-06-10T23:04:38.407Z] PASS [2021-06-10T23:04:38.407Z] coverage: 87.2% of statements [2021-06-10T23:04:38.407Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.203s coverage: 87.2% of statements [2021-06-10T23:04:38.465Z] #69 3.031 0 upgraded, 11 newly installed, 0 to remove and 28 not upgraded. [2021-06-10T23:04:38.465Z] #69 3.031 Need to get 4762 kB of archives. [2021-06-10T23:04:38.465Z] #69 3.031 After this operation, 16.6 MB of additional disk space will be used. [2021-06-10T23:04:38.465Z] #69 3.031 Get:1 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2021-06-10T23:04:38.465Z] #69 3.033 Get:2 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libjson-c3 amd64 0.12.1+ds-2+deb10u1 [27.3 kB] [2021-06-10T23:04:38.465Z] #69 3.035 Get:3 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libcryptsetup12 amd64 2:2.1.0-5+deb10u2 [193 kB] [2021-06-10T23:04:38.465Z] #69 3.039 Get:4 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libidn11 amd64 1.33-2.2 [116 kB] [2021-06-10T23:04:38.465Z] #69 3.041 Get:5 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libkmod2 amd64 26-1 [52.7 kB] [2021-06-10T23:04:38.465Z] #69 3.041 Get:6 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd amd64 241-7~deb10u7 [3499 kB] [2021-06-10T23:04:38.465Z] #69 3.122 Get:7 http://cdn-fastly.deb.debian.org/debian buster/main amd64 systemd-sysv amd64 241-7~deb10u7 [100 kB] [2021-06-10T23:04:38.723Z] #69 3.124 Get:8 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libdbus-1-3 amd64 1.12.20-0+deb10u1 [215 kB] [2021-06-10T23:04:38.723Z] #69 3.126 Get:9 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus amd64 1.12.20-0+deb10u1 [236 kB] [2021-06-10T23:04:38.723Z] #69 3.129 Get:10 http://cdn-fastly.deb.debian.org/debian buster/main amd64 libpam-systemd amd64 241-7~deb10u7 [209 kB] [2021-06-10T23:04:38.723Z] #69 3.131 Get:11 http://cdn-fastly.deb.debian.org/debian buster/main amd64 dbus-user-session amd64 1.12.20-0+deb10u1 [94.5 kB] [2021-06-10T23:04:38.980Z] #69 3.278 debconf: delaying package configuration, since apt-utils is not installed [2021-06-10T23:04:38.980Z] #69 3.303 Fetched 4762 kB in 0s (13.4 MB/s) [2021-06-10T23:04:38.980Z] #69 3.331 Selecting previously unselected package libargon2-1:amd64. [2021-06-10T23:04:38.981Z] #69 3.331 (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 ... 28067 files and directories currently installed.) [2021-06-10T23:04:38.981Z] #69 3.345 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2021-06-10T23:04:38.981Z] #69 3.353 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2021-06-10T23:04:38.981Z] #69 3.398 Selecting previously unselected package libjson-c3:amd64. [2021-06-10T23:04:38.981Z] #69 3.398 Preparing to unpack .../1-libjson-c3_0.12.1+ds-2+deb10u1_amd64.deb ... [2021-06-10T23:04:38.981Z] #69 3.403 Unpacking libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-06-10T23:04:38.981Z] #69 3.446 Selecting previously unselected package libcryptsetup12:amd64. [2021-06-10T23:04:38.981Z] #69 3.448 Preparing to unpack .../2-libcryptsetup12_2%3a2.1.0-5+deb10u2_amd64.deb ... [2021-06-10T23:04:38.981Z] #69 3.454 Unpacking libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-06-10T23:04:38.981Z] #69 3.515 Selecting previously unselected package libidn11:amd64. [2021-06-10T23:04:38.981Z] #69 3.518 Preparing to unpack .../3-libidn11_1.33-2.2_amd64.deb ... [2021-06-10T23:04:38.981Z] #69 3.523 Unpacking libidn11:amd64 (1.33-2.2) ... [2021-06-10T23:04:38.981Z] #69 3.613 Selecting previously unselected package libkmod2:amd64. [2021-06-10T23:04:38.981Z] #69 3.616 Preparing to unpack .../4-libkmod2_26-1_amd64.deb ... [2021-06-10T23:04:39.237Z] #69 3.625 Unpacking libkmod2:amd64 (26-1) ... [2021-06-10T23:04:39.237Z] #69 3.701 Selecting previously unselected package systemd. [2021-06-10T23:04:39.237Z] #69 3.704 Preparing to unpack .../5-systemd_241-7~deb10u7_amd64.deb ... [2021-06-10T23:04:39.237Z] #69 3.743 Unpacking systemd (241-7~deb10u7) ... [2021-06-10T23:04:39.800Z] #69 4.214 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2021-06-10T23:04:39.800Z] #69 4.228 Setting up libjson-c3:amd64 (0.12.1+ds-2+deb10u1) ... [2021-06-10T23:04:39.800Z] #69 4.241 Setting up libcryptsetup12:amd64 (2:2.1.0-5+deb10u2) ... [2021-06-10T23:04:39.800Z] #69 4.254 Setting up libidn11:amd64 (1.33-2.2) ... [2021-06-10T23:04:39.800Z] #69 4.268 Setting up libkmod2:amd64 (26-1) ... [2021-06-10T23:04:39.800Z] #69 4.282 Setting up systemd (241-7~deb10u7) ... [2021-06-10T23:04:39.800Z] #69 4.338 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2021-06-10T23:04:39.954Z] === RUN TestWriteLog [2021-06-10T23:04:39.954Z] === PAUSE TestWriteLog [2021-06-10T23:04:39.954Z] === RUN TestReadLog [2021-06-10T23:04:39.954Z] === PAUSE TestReadLog [2021-06-10T23:04:39.954Z] === CONT TestWriteLog [2021-06-10T23:04:39.954Z] --- PASS: TestWriteLog (0.00s) [2021-06-10T23:04:39.954Z] === CONT TestReadLog [2021-06-10T23:04:39.954Z] === RUN TestReadLog/tail_exact [2021-06-10T23:04:39.954Z] === RUN TestReadLog/tail_less_than_available [2021-06-10T23:04:39.954Z] === RUN TestReadLog/tail_more_than_available [2021-06-10T23:04:39.954Z] --- PASS: TestReadLog (0.12s) [2021-06-10T23:04:39.954Z] --- PASS: TestReadLog/tail_exact (0.11s) [2021-06-10T23:04:39.954Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-06-10T23:04:39.954Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-06-10T23:04:39.954Z] PASS [2021-06-10T23:04:39.954Z] coverage: 75.2% of statements [2021-06-10T23:04:39.954Z] ok github.com/docker/docker/daemon/logger/local 0.339s coverage: 75.2% of statements [2021-06-10T23:04:39.954Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-06-10T23:04:39.954Z] === RUN TestOpenFileDelete [2021-06-10T23:04:39.954Z] --- PASS: TestOpenFileDelete (0.00s) [2021-06-10T23:04:39.954Z] === RUN TestOpenFileRename [2021-06-10T23:04:39.954Z] --- PASS: TestOpenFileRename (0.00s) [2021-06-10T23:04:39.954Z] === RUN TestParseLogTagDefaultTag [2021-06-10T23:04:39.954Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-06-10T23:04:39.954Z] === RUN TestParseLogTag [2021-06-10T23:04:39.954Z] --- PASS: TestParseLogTag (0.00s) [2021-06-10T23:04:39.954Z] === RUN TestParseLogTagEmptyTag [2021-06-10T23:04:39.954Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-06-10T23:04:39.954Z] === RUN TestTailFiles [2021-06-10T23:04:39.954Z] --- PASS: TestTailFiles (0.00s) [2021-06-10T23:04:39.954Z] === RUN TestFollowLogsConsumerGone [2021-06-10T23:04:39.954Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-06-10T23:04:39.954Z] === RUN TestFollowLogsProducerGone [2021-06-10T23:04:39.954Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-06-10T23:04:39.954Z] logfile_test.go:232: messages sent: 4098, received: 4098 [2021-06-10T23:04:39.954Z] logfile_test.go:179: logDecode() closed after sending 4098 messages [2021-06-10T23:04:39.954Z] === RUN TestCheckCapacityAndRotate [2021-06-10T23:04:39.954Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-06-10T23:04:39.954Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-06-10T23:04:39.954Z] --- PASS: TestCheckCapacityAndRotate (0.04s) [2021-06-10T23:04:39.954Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-06-10T23:04:39.955Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2021-06-10T23:04:39.955Z] PASS [2021-06-10T23:04:39.955Z] coverage: 50.9% of statements [2021-06-10T23:04:39.955Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.162s coverage: 50.9% of statements [2021-06-10T23:04:40.057Z] #69 4.340 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2021-06-10T23:04:40.057Z] #69 4.344 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2021-06-10T23:04:40.057Z] #69 4.344 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2021-06-10T23:04:40.314Z] #69 4.825 Selecting previously unselected package systemd-sysv. [2021-06-10T23:04:40.314Z] #69 4.825 (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 ... 28864 files and directories currently installed.) [2021-06-10T23:04:40.314Z] #69 4.839 Preparing to unpack .../systemd-sysv_241-7~deb10u7_amd64.deb ... [2021-06-10T23:04:40.314Z] #69 4.843 Unpacking systemd-sysv (241-7~deb10u7) ... [2021-06-10T23:04:40.314Z] #69 4.889 Selecting previously unselected package libdbus-1-3:amd64. [2021-06-10T23:04:40.418Z] === RUN TestLog [2021-06-10T23:04:40.418Z] --- PASS: TestLog (0.01s) [2021-06-10T23:04:40.418Z] PASS [2021-06-10T23:04:40.418Z] coverage: 31.5% of statements [2021-06-10T23:04:40.418Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.118s coverage: 31.5% of statements [2021-06-10T23:04:40.571Z] #69 4.892 Preparing to unpack .../libdbus-1-3_1.12.20-0+deb10u1_amd64.deb ... [2021-06-10T23:04:40.571Z] #69 4.897 Unpacking libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-06-10T23:04:40.571Z] #69 4.958 Selecting previously unselected package dbus. [2021-06-10T23:04:40.571Z] #69 4.961 Preparing to unpack .../dbus_1.12.20-0+deb10u1_amd64.deb ... [2021-06-10T23:04:40.571Z] #69 4.973 Unpacking dbus (1.12.20-0+deb10u1) ... [2021-06-10T23:04:40.571Z] #69 5.041 Selecting previously unselected package libpam-systemd:amd64. [2021-06-10T23:04:40.571Z] #69 5.044 Preparing to unpack .../libpam-systemd_241-7~deb10u7_amd64.deb ... [2021-06-10T23:04:40.571Z] #69 5.048 Unpacking libpam-systemd:amd64 (241-7~deb10u7) ... [2021-06-10T23:04:40.571Z] #69 5.095 Selecting previously unselected package dbus-user-session. [2021-06-10T23:04:40.571Z] #69 5.098 Preparing to unpack .../dbus-user-session_1.12.20-0+deb10u1_amd64.deb ... [2021-06-10T23:04:40.571Z] #69 5.103 Unpacking dbus-user-session (1.12.20-0+deb10u1) ... [2021-06-10T23:04:40.571Z] #69 5.174 Setting up systemd-sysv (241-7~deb10u7) ... [2021-06-10T23:04:40.828Z] #69 5.188 Setting up libdbus-1-3:amd64 (1.12.20-0+deb10u1) ... [2021-06-10T23:04:40.828Z] #69 5.202 Setting up dbus (1.12.20-0+deb10u1) ... [2021-06-10T23:04:40.828Z] #69 5.328 invoke-rc.d: could not determine current runlevel [2021-06-10T23:04:40.828Z] #69 5.330 invoke-rc.d: policy-rc.d denied execution of start. [2021-06-10T23:04:40.828Z] #69 5.335 Setting up libpam-systemd:amd64 (241-7~deb10u7) ... [2021-06-10T23:04:40.880Z] === RUN TestValidateLogOpt [2021-06-10T23:04:40.880Z] --- PASS: TestValidateLogOpt (0.00s) [2021-06-10T23:04:40.880Z] === RUN TestNewMissedConfig [2021-06-10T23:04:40.880Z] --- PASS: TestNewMissedConfig (0.00s) [2021-06-10T23:04:40.880Z] === RUN TestNewMissedUrl [2021-06-10T23:04:40.880Z] --- PASS: TestNewMissedUrl (0.00s) [2021-06-10T23:04:40.880Z] === RUN TestNewMissedToken [2021-06-10T23:04:40.880Z] --- PASS: TestNewMissedToken (0.00s) [2021-06-10T23:04:40.880Z] === RUN TestNewWithProxy [2021-06-10T23:04:40.880Z] --- PASS: TestNewWithProxy (0.00s) [2021-06-10T23:04:40.880Z] === RUN TestDefault [2021-06-10T23:04:40.880Z] --- PASS: TestDefault (0.00s) [2021-06-10T23:04:40.880Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-06-10T23:04:40.880Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-06-10T23:04:40.880Z] === RUN TestJsonFormat [2021-06-10T23:04:41.085Z] #69 5.509 Setting up dbus-user-session (1.12.20-0+deb10u1) ... [2021-06-10T23:04:41.085Z] #69 5.526 Processing triggers for systemd (241-7~deb10u7) ... [2021-06-10T23:04:41.085Z] #69 5.536 Processing triggers for libc-bin (2.28-10) ... [2021-06-10T23:04:41.342Z] #69 DONE 5.7s [2021-06-10T23:04:41.342Z] [2021-06-10T23:04:41.342Z] #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-10T23:04:41.342Z] #70 sha256:f54dcf17f93f0b80d384ed2c6e57cadba66c2741fd1603524cc4e5bc970f8891 [2021-06-10T23:04:41.343Z] --- PASS: TestJsonFormat (0.01s) [2021-06-10T23:04:41.343Z] === RUN TestRawFormat [2021-06-10T23:04:41.343Z] --- PASS: TestRawFormat (0.00s) [2021-06-10T23:04:41.343Z] === RUN TestRawFormatWithLabels [2021-06-10T23:04:41.343Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-06-10T23:04:41.343Z] === RUN TestRawFormatWithoutTag [2021-06-10T23:04:41.343Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-06-10T23:04:41.343Z] === RUN TestBatching [2021-06-10T23:04:41.343Z] --- PASS: TestBatching (0.26s) [2021-06-10T23:04:41.343Z] === RUN TestFrequency [2021-06-10T23:04:41.343Z] === RUN TestNewParse [2021-06-10T23:04:41.343Z] --- PASS: TestNewParse (0.00s) [2021-06-10T23:04:41.343Z] PASS [2021-06-10T23:04:41.343Z] coverage: 8.3% of statements [2021-06-10T23:04:41.343Z] ok github.com/docker/docker/daemon/logger/templates 0.039s coverage: 8.3% of statements [2021-06-10T23:04:41.343Z] --- PASS: TestFrequency (0.18s) [2021-06-10T23:04:41.343Z] === RUN TestOneMessagePerRequest [2021-06-10T23:04:41.343Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-06-10T23:04:41.343Z] === RUN TestVerify [2021-06-10T23:04:41.343Z] --- PASS: TestVerify (0.00s) [2021-06-10T23:04:41.343Z] === RUN TestSkipVerify [2021-06-10T23:04:41.599Z] #70 0.448 % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-10T23:04:41.599Z] #70 0.448 Dload Upload Total Spent Left Speed [2021-06-10T23:04:41.808Z] time="2021-06-10T23:04:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-10T23:04:41.808Z] time="2021-06-10T23:04:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-10T23:04:41.808Z] time="2021-06-10T23:04:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-10T23:04:41.808Z] === RUN TestParseLogFormat [2021-06-10T23:04:41.808Z] --- PASS: TestParseLogFormat (0.00s) [2021-06-10T23:04:41.808Z] === RUN TestValidateLogOptEmpty [2021-06-10T23:04:41.808Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-06-10T23:04:41.808Z] === RUN TestValidateSyslogAddress [2021-06-10T23:04:41.808Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-06-10T23:04:41.808Z] === RUN TestParseAddressDefaultPort [2021-06-10T23:04:41.808Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-06-10T23:04:41.808Z] === RUN TestValidateSyslogFacility [2021-06-10T23:04:41.808Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-06-10T23:04:41.808Z] === RUN TestValidateLogOptSyslogFormat [2021-06-10T23:04:41.808Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-06-10T23:04:41.808Z] === RUN TestValidateLogOpt [2021-06-10T23:04:41.808Z] --- PASS: TestValidateLogOpt (0.00s) [2021-06-10T23:04:41.808Z] PASS [2021-06-10T23:04:41.808Z] coverage: 46.8% of statements [2021-06-10T23:04:41.808Z] ok github.com/docker/docker/daemon/logger/syslog 0.181s coverage: 46.8% of statements [2021-06-10T23:04:41.808Z] --- PASS: TestSkipVerify (0.48s) [2021-06-10T23:04:41.808Z] === RUN TestBufferMaximum [2021-06-10T23:04:41.808Z] time="2021-06-10T23:04:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-10T23:04:41.808Z] time="2021-06-10T23:04:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-10T23:04:41.808Z] time="2021-06-10T23:04:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-10T23:04:41.808Z] time="2021-06-10T23:04:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-10T23:04:41.808Z] time="2021-06-10T23:04:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-10T23:04:41.808Z] time="2021-06-10T23:04:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623366281.740982\",\"host\":\"66769325b9de\"}'" [2021-06-10T23:04:41.808Z] time="2021-06-10T23:04:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623366281.740982\",\"host\":\"66769325b9de\"}'" [2021-06-10T23:04:41.808Z] --- PASS: TestBufferMaximum (0.00s) [2021-06-10T23:04:41.808Z] === RUN TestServerAlwaysDown [2021-06-10T23:04:41.808Z] time="2021-06-10T23:04:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-10T23:04:41.808Z] time="2021-06-10T23:04:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-10T23:04:41.808Z] time="2021-06-10T23:04:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623366281.742985\",\"host\":\"66769325b9de\"}'" [2021-06-10T23:04:41.808Z] time="2021-06-10T23:04:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623366281.742985\",\"host\":\"66769325b9de\"}'" [2021-06-10T23:04:41.808Z] time="2021-06-10T23:04:41Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-06-10T23:04:41.808Z] time="2021-06-10T23:04:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623366281.742985\",\"host\":\"66769325b9de\"}'" [2021-06-10T23:04:41.808Z] time="2021-06-10T23:04:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623366281.743984\",\"host\":\"66769325b9de\"}'" [2021-06-10T23:04:41.808Z] time="2021-06-10T23:04:41Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1623366281.743984\",\"host\":\"66769325b9de\"}'" [2021-06-10T23:04:41.808Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-06-10T23:04:41.808Z] === RUN TestCannotSendAfterClose [2021-06-10T23:04:41.808Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-06-10T23:04:41.808Z] === RUN TestDeadlockOnBlockedEndpoint [2021-06-10T23:04:41.856Z] #70 0.448 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 19602 0 --:--:-- --:--:-- --:--:-- 19602 [2021-06-10T23:04:41.856Z] #70 DONE 0.6s [2021-06-10T23:04:41.856Z] [2021-06-10T23:04:41.856Z] #71 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-06-10T23:04:41.856Z] #71 sha256:36fe4681f52674981254318da60a53240342ecf49816d41c36336c14159f1886 [2021-06-10T23:04:42.785Z] #71 DONE 0.9s [2021-06-10T23:04:42.785Z] [2021-06-10T23:04:42.785Z] #72 exporting to image [2021-06-10T23:04:42.785Z] #72 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-06-10T23:04:42.785Z] #72 exporting layers [2021-06-10T23:04:43.357Z] time="2021-06-10T23:04:42Z" level=warning msg="Error while sending logs" error="Post http://127.0.0.1:49199/services/collector/event/1.0: context deadline exceeded" module=logger/splunk [2021-06-10T23:04:43.357Z] time="2021-06-10T23:04:42Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"66769325b9de\"}'" [2021-06-10T23:04:43.357Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-06-10T23:04:43.357Z] PASS [2021-06-10T23:04:43.357Z] coverage: 82.5% of statements [2021-06-10T23:04:43.357Z] ok github.com/docker/docker/daemon/logger/splunk 2.007s coverage: 82.5% of statements [2021-06-10T23:04:43.357Z] ? github.com/docker/docker/daemon/names [no test files] [2021-06-10T23:04:43.357Z] ? github.com/docker/docker/daemon/network [no test files] [2021-06-10T23:04:43.357Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-06-10T23:04:43.357Z] === RUN TestV1IDService [2021-06-10T23:04:43.357Z] --- PASS: TestV1IDService (0.02s) [2021-06-10T23:04:43.357Z] === RUN TestV2MetadataService [2021-06-10T23:04:43.822Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-06-10T23:04:43.822Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-06-10T23:04:43.822Z] === RUN TestContinueOnError_MirrorEndpoint [2021-06-10T23:04:43.822Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-06-10T23:04:43.822Z] === RUN TestContinueOnError_NeverContinue [2021-06-10T23:04:43.822Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-06-10T23:04:43.822Z] === RUN TestManifestStore [2021-06-10T23:04:43.822Z] === RUN TestManifestStore/no_remote_or_local [2021-06-10T23:04:44.286Z] time="2021-06-10T23:04:43Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local204565759\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-06-10T23:04:44.286Z] === RUN TestManifestStore/no_local_cache [2021-06-10T23:04:44.286Z] === RUN TestManifestStore/with_local_cache [2021-06-10T23:04:44.286Z] === RUN TestManifestStore/unknown_media_type [2021-06-10T23:04:44.286Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-06-10T23:04:44.286Z] time="2021-06-10T23:04:43Z" level=warning msg="reference for unknown type: " [2021-06-10T23:04:44.286Z] time="2021-06-10T23:04:43Z" level=warning msg="reference for unknown type: " [2021-06-10T23:04:44.286Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-06-10T23:04:44.286Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-06-10T23:04:44.286Z] time="2021-06-10T23:04:43Z" level=warning msg="reference for unknown type: " [2021-06-10T23:04:44.286Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-06-10T23:04:44.286Z] time="2021-06-10T23:04:43Z" level=warning msg="reference for unknown type: " [2021-06-10T23:04:44.286Z] time="2021-06-10T23:04:43Z" level=warning msg="reference for unknown type: " [2021-06-10T23:04:44.286Z] === RUN TestManifestStore/error_persisting_manifest [2021-06-10T23:04:44.286Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-06-10T23:04:44.286Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-06-10T23:04:44.286Z] time="2021-06-10T23:04:43Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-06-10T23:04:44.286Z] --- PASS: TestManifestStore (0.27s) [2021-06-10T23:04:44.286Z] --- PASS: TestManifestStore/no_remote_or_local (0.19s) [2021-06-10T23:04:44.286Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2021-06-10T23:04:44.286Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2021-06-10T23:04:44.286Z] --- PASS: TestManifestStore/unknown_media_type (0.05s) [2021-06-10T23:04:44.286Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2021-06-10T23:04:44.286Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2021-06-10T23:04:44.286Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.01s) [2021-06-10T23:04:44.286Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2021-06-10T23:04:44.286Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2021-06-10T23:04:44.286Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-06-10T23:04:44.286Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-06-10T23:04:44.286Z] === RUN TestDetectManifestBlobMediaType [2021-06-10T23:04:44.286Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-06-10T23:04:44.286Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-06-10T23:04:44.286Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-06-10T23:04:44.286Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-06-10T23:04:44.286Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-06-10T23:04:44.286Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-06-10T23:04:44.286Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-06-10T23:04:44.286Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-06-10T23:04:44.286Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-06-10T23:04:44.286Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-06-10T23:04:44.286Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-06-10T23:04:44.286Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-06-10T23:04:44.286Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-06-10T23:04:44.286Z] === RUN TestFixManifestLayers [2021-06-10T23:04:44.286Z] --- PASS: TestFixManifestLayers (0.00s) [2021-06-10T23:04:44.286Z] === RUN TestFixManifestLayersBaseLayerParent [2021-06-10T23:04:44.286Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-06-10T23:04:44.286Z] pull_v2_test.go:73: Needs fixing on Windows [2021-06-10T23:04:44.286Z] === RUN TestFixManifestLayersBadParent [2021-06-10T23:04:44.286Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-06-10T23:04:44.286Z] === RUN TestValidateManifest [2021-06-10T23:04:44.286Z] --- SKIP: TestValidateManifest (0.00s) [2021-06-10T23:04:44.286Z] pull_v2_test.go:118: Needs fixing on Windows [2021-06-10T23:04:44.286Z] === RUN TestFormatPlatform [2021-06-10T23:04:44.286Z] --- PASS: TestFormatPlatform (0.00s) [2021-06-10T23:04:44.286Z] === RUN TestGetRepositoryMountCandidates [2021-06-10T23:04:44.286Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-06-10T23:04:44.286Z] === RUN TestLayerAlreadyExists [2021-06-10T23:04:44.286Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-06-10T23:04:44.286Z] 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-10T23:04:44.286Z] 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-10T23:04:44.286Z] 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-10T23:04:44.286Z] 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-10T23:04:44.286Z] 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-10T23:04:44.286Z] 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-10T23:04:44.286Z] === RUN TestWhenEmptyAuthConfig [2021-06-10T23:04:44.286Z] --- PASS: TestV2MetadataService (0.85s) [2021-06-10T23:04:44.286Z] PASS [2021-06-10T23:04:44.286Z] coverage: 48.2% of statements [2021-06-10T23:04:44.286Z] ok github.com/docker/docker/distribution/metadata 0.933s coverage: 48.2% of statements [2021-06-10T23:04:44.286Z] === RUN TestSuccessfulDownload [2021-06-10T23:04:44.286Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-06-10T23:04:44.286Z] download_test.go:268: Needs fixing on Windows [2021-06-10T23:04:44.286Z] === RUN TestCancelledDownload [2021-06-10T23:04:44.286Z] --- PASS: TestCancelledDownload (0.00s) [2021-06-10T23:04:44.286Z] === RUN TestMaxDownloadAttempts [2021-06-10T23:04:44.286Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-10T23:04:44.286Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-10T23:04:44.286Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-10T23:04:44.286Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-10T23:04:44.286Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-10T23:04:44.286Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-10T23:04:44.286Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-10T23:04:44.286Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-10T23:04:44.286Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-06-10T23:04:44.286Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-06-10T23:04:44.286Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-06-10T23:04:44.286Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-06-10T23:04:44.495Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-06-10T23:04:44.749Z] time="2021-06-10T23:04:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-10T23:04:44.749Z] time="2021-06-10T23:04:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-10T23:04:44.749Z] time="2021-06-10T23:04:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-10T23:04:44.749Z] time="2021-06-10T23:04:44Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-06-10T23:04:44.749Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-06-10T23:04:44.749Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.41s) [2021-06-10T23:04:44.749Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.42s) [2021-06-10T23:04:44.749Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.42s) [2021-06-10T23:04:44.749Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.42s) [2021-06-10T23:04:44.749Z] === RUN TestTransfer [2021-06-10T23:04:45.066Z] tests/integration/api_client_test.py ..... [ 7%] [2021-06-10T23:04:45.213Z] --- PASS: TestTransfer (0.15s) [2021-06-10T23:04:45.213Z] === RUN TestConcurrencyLimit [2021-06-10T23:04:45.213Z] === RUN TestNotFound [2021-06-10T23:04:45.213Z] --- PASS: TestNotFound (0.00s) [2021-06-10T23:04:45.213Z] === RUN TestConflict [2021-06-10T23:04:45.213Z] --- PASS: TestConflict (0.00s) [2021-06-10T23:04:45.213Z] === RUN TestForbidden [2021-06-10T23:04:45.213Z] --- PASS: TestForbidden (0.00s) [2021-06-10T23:04:45.213Z] === RUN TestInvalidParameter [2021-06-10T23:04:45.213Z] --- PASS: TestInvalidParameter (0.00s) [2021-06-10T23:04:45.213Z] === RUN TestNotImplemented [2021-06-10T23:04:45.213Z] --- PASS: TestNotImplemented (0.00s) [2021-06-10T23:04:45.213Z] === RUN TestNotModified [2021-06-10T23:04:45.213Z] --- PASS: TestNotModified (0.00s) [2021-06-10T23:04:45.213Z] === RUN TestUnauthorized [2021-06-10T23:04:45.213Z] --- PASS: TestUnauthorized (0.00s) [2021-06-10T23:04:45.213Z] === RUN TestUnknown [2021-06-10T23:04:45.213Z] --- PASS: TestUnknown (0.00s) [2021-06-10T23:04:45.213Z] === RUN TestCancelled [2021-06-10T23:04:45.213Z] --- PASS: TestCancelled (0.00s) [2021-06-10T23:04:45.213Z] === RUN TestDeadline [2021-06-10T23:04:45.213Z] --- PASS: TestDeadline (0.00s) [2021-06-10T23:04:45.213Z] === RUN TestDataLoss [2021-06-10T23:04:45.213Z] --- PASS: TestDataLoss (0.00s) [2021-06-10T23:04:45.213Z] === RUN TestUnavailable [2021-06-10T23:04:45.213Z] --- PASS: TestUnavailable (0.00s) [2021-06-10T23:04:45.213Z] === RUN TestSystem [2021-06-10T23:04:45.213Z] --- PASS: TestSystem (0.00s) [2021-06-10T23:04:45.213Z] === RUN TestFromStatusCode [2021-06-10T23:04:45.213Z] === RUN TestFromStatusCode/Not_Found [2021-06-10T23:04:45.213Z] === RUN TestFromStatusCode/Bad_Request [2021-06-10T23:04:45.213Z] === RUN TestFromStatusCode/Conflict [2021-06-10T23:04:45.213Z] === RUN TestFromStatusCode/Unauthorized [2021-06-10T23:04:45.213Z] === RUN TestFromStatusCode/Service_Unavailable [2021-06-10T23:04:45.213Z] === RUN TestFromStatusCode/Forbidden [2021-06-10T23:04:45.213Z] === RUN TestFromStatusCode/Not_Modified [2021-06-10T23:04:45.213Z] === RUN TestFromStatusCode/Not_Implemented [2021-06-10T23:04:45.213Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-06-10T23:04:45.213Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-06-10T23:04:45.213Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-06-10T23:04:45.213Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-06-10T23:04:45.213Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-06-10T23:04:45.213Z] --- PASS: TestFromStatusCode (0.00s) [2021-06-10T23:04:45.213Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-06-10T23:04:45.213Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-06-10T23:04:45.213Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-06-10T23:04:45.213Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-06-10T23:04:45.213Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-06-10T23:04:45.213Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-06-10T23:04:45.213Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-06-10T23:04:45.213Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-06-10T23:04:45.213Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-06-10T23:04:45.213Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-06-10T23:04:45.213Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-06-10T23:04:45.213Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-06-10T23:04:45.213Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-06-10T23:04:45.213Z] PASS [2021-06-10T23:04:45.213Z] coverage: 53.1% of statements [2021-06-10T23:04:45.213Z] ok github.com/docker/docker/errdefs 0.033s coverage: 53.1% of statements [2021-06-10T23:04:45.213Z] --- PASS: TestConcurrencyLimit (0.38s) [2021-06-10T23:04:45.213Z] === RUN TestInactiveJobs [2021-06-10T23:04:45.213Z] --- PASS: TestWhenEmptyAuthConfig (1.15s) [2021-06-10T23:04:45.213Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-06-10T23:04:45.213Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-06-10T23:04:45.213Z] === RUN TestTokenPassThru [2021-06-10T23:04:45.213Z] --- PASS: TestTokenPassThru (0.01s) [2021-06-10T23:04:45.213Z] === RUN TestTokenPassThruDifferentHost [2021-06-10T23:04:45.213Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-06-10T23:04:45.213Z] PASS [2021-06-10T23:04:45.213Z] coverage: 23.6% of statements [2021-06-10T23:04:45.678Z] ok github.com/docker/docker/distribution 1.526s coverage: 23.6% of statements [2021-06-10T23:04:45.678Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-06-10T23:04:45.700Z] --- PASS: TestUpdateRestartPolicy (12.42s) [2021-06-10T23:04:45.700Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-10T23:04:46.142Z] --- PASS: TestInactiveJobs (0.54s) [2021-06-10T23:04:46.142Z] === RUN TestWatchRelease [2021-06-10T23:04:46.142Z] --- PASS: TestWatchRelease (0.04s) [2021-06-10T23:04:46.142Z] === RUN TestWatchFinishedTransfer [2021-06-10T23:04:46.142Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-06-10T23:04:46.142Z] === RUN TestDuplicateTransfer [2021-06-10T23:04:46.142Z] --- PASS: TestDuplicateTransfer (0.05s) [2021-06-10T23:04:46.142Z] === RUN TestSuccessfulUpload [2021-06-10T23:04:46.610Z] time="2021-06-10T23:04:46Z" level=error msg="Upload failed, retrying: simulating retry" [2021-06-10T23:04:46.610Z] === RUN TestFSGetInvalidData [2021-06-10T23:04:46.610Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-06-10T23:04:46.610Z] === RUN TestFSInvalidSet [2021-06-10T23:04:46.610Z] --- PASS: TestFSInvalidSet (0.01s) [2021-06-10T23:04:46.610Z] === RUN TestFSInvalidRoot [2021-06-10T23:04:46.610Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-06-10T23:04:46.610Z] === RUN TestFSMetadataGetSet [2021-06-10T23:04:46.610Z] --- PASS: TestFSMetadataGetSet (0.02s) [2021-06-10T23:04:46.610Z] === RUN TestFSInvalidWalker [2021-06-10T23:04:46.610Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-06-10T23:04:46.610Z] === RUN TestFSGetSet [2021-06-10T23:04:46.610Z] --- PASS: TestFSGetSet (0.01s) [2021-06-10T23:04:46.610Z] === RUN TestFSGetUnsetKey [2021-06-10T23:04:46.610Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-06-10T23:04:46.610Z] === RUN TestFSGetEmptyData [2021-06-10T23:04:46.610Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-06-10T23:04:46.610Z] === RUN TestFSDelete [2021-06-10T23:04:46.610Z] --- PASS: TestFSDelete (0.01s) [2021-06-10T23:04:46.610Z] === RUN TestFSWalker [2021-06-10T23:04:46.610Z] --- PASS: TestFSWalker (0.01s) [2021-06-10T23:04:46.610Z] === RUN TestFSWalkerStopOnError [2021-06-10T23:04:46.610Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-06-10T23:04:46.610Z] === RUN TestNewFromJSON [2021-06-10T23:04:46.610Z] --- PASS: TestNewFromJSON (0.00s) [2021-06-10T23:04:46.610Z] === RUN TestNewFromJSONWithInvalidJSON [2021-06-10T23:04:46.610Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-06-10T23:04:46.610Z] === RUN TestMarshalKeyOrder [2021-06-10T23:04:46.610Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-06-10T23:04:46.610Z] === RUN TestHistoryEqual [2021-06-10T23:04:46.610Z] --- PASS: TestSuccessfulUpload (0.53s) [2021-06-10T23:04:46.610Z] === RUN TestCancelledUpload [2021-06-10T23:04:46.610Z] --- PASS: TestCancelledUpload (0.00s) [2021-06-10T23:04:46.610Z] PASS [2021-06-10T23:04:46.610Z] coverage: 76.8% of statements [2021-06-10T23:04:46.610Z] === RUN TestCompare [2021-06-10T23:04:46.610Z] --- PASS: TestCompare (0.00s) [2021-06-10T23:04:46.610Z] PASS [2021-06-10T23:04:46.610Z] coverage: 19.2% of statements [2021-06-10T23:04:46.610Z] ok github.com/docker/docker/distribution/xfer 2.160s coverage: 76.8% of statements [2021-06-10T23:04:46.610Z] ok github.com/docker/docker/image/cache 0.057s coverage: 19.2% of statements [2021-06-10T23:04:46.610Z] ? github.com/docker/docker/dockerversion [no test files] [2021-06-10T23:04:46.610Z] --- PASS: TestHistoryEqual (0.12s) [2021-06-10T23:04:46.610Z] === RUN TestImage [2021-06-10T23:04:46.610Z] --- PASS: TestImage (0.00s) [2021-06-10T23:04:46.610Z] === RUN TestImageOSNotEmpty [2021-06-10T23:04:46.610Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-06-10T23:04:46.610Z] === RUN TestNewChildImageFromImageWithRootFS [2021-06-10T23:04:46.610Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-06-10T23:04:46.610Z] === RUN TestCreate [2021-06-10T23:04:46.610Z] --- PASS: TestCreate (0.01s) [2021-06-10T23:04:46.610Z] === RUN TestRestore [2021-06-10T23:04:46.610Z] time="2021-06-10T23:04:46Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-06-10T23:04:46.610Z] --- PASS: TestRestore (0.03s) [2021-06-10T23:04:46.610Z] === RUN TestAddDelete [2021-06-10T23:04:46.610Z] --- PASS: TestAddDelete (0.02s) [2021-06-10T23:04:46.610Z] === RUN TestSearchAfterDelete [2021-06-10T23:04:46.610Z] --- PASS: TestSearchAfterDelete (0.02s) [2021-06-10T23:04:46.610Z] === RUN TestParentReset [2021-06-10T23:04:46.642Z] --- PASS: TestUpdateRestartWithAutoRemove (0.66s) [2021-06-10T23:04:46.642Z] === RUN TestWaitNonBlocked [2021-06-10T23:04:46.642Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-10T23:04:46.642Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-10T23:04:46.642Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-10T23:04:46.642Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-10T23:04:46.642Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-10T23:04:46.642Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-10T23:04:46.843Z] tests/integration/api_config_test.py ..... [ 8%] [2021-06-10T23:04:47.075Z] --- PASS: TestParentReset (0.06s) [2021-06-10T23:04:47.075Z] === RUN TestGetAndSetLastUpdated [2021-06-10T23:04:47.075Z] --- PASS: TestGetAndSetLastUpdated (0.03s) [2021-06-10T23:04:47.075Z] === RUN TestStoreLen [2021-06-10T23:04:47.075Z] --- PASS: TestStoreLen (0.04s) [2021-06-10T23:04:47.075Z] PASS [2021-06-10T23:04:47.075Z] coverage: 86.6% of statements [2021-06-10T23:04:47.075Z] ok github.com/docker/docker/image 0.587s coverage: 86.6% of statements [2021-06-10T23:04:47.538Z] === RUN TestValidateManifest [2021-06-10T23:04:47.538Z] === RUN TestValidateManifest/nil [2021-06-10T23:04:47.538Z] === RUN TestValidateManifest/non-nil [2021-06-10T23:04:47.538Z] --- PASS: TestValidateManifest (0.00s) [2021-06-10T23:04:47.538Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-06-10T23:04:47.538Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-06-10T23:04:47.538Z] PASS [2021-06-10T23:04:47.538Z] coverage: 0.6% of statements [2021-06-10T23:04:47.538Z] ok github.com/docker/docker/image/tarexport 0.141s coverage: 0.6% of statements [2021-06-10T23:04:47.583Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-06-10T23:04:47.583Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.04s) [2021-06-10T23:04:47.583Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.07s) [2021-06-10T23:04:47.583Z] === RUN TestWaitBlocked [2021-06-10T23:04:47.583Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-10T23:04:47.583Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-10T23:04:47.583Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-06-10T23:04:47.583Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-06-10T23:04:47.583Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-10T23:04:47.583Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-06-10T23:04:48.514Z] === RUN TestMakeV1ConfigFromConfig [2021-06-10T23:04:48.514Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-06-10T23:04:48.514Z] PASS [2021-06-10T23:04:48.514Z] coverage: 25.0% of statements [2021-06-10T23:04:48.514Z] ok github.com/docker/docker/image/v1 0.173s coverage: 25.0% of statements [2021-06-10T23:04:48.514Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-06-10T23:04:48.966Z] --- PASS: TestWaitBlocked (0.01s) [2021-06-10T23:04:48.967Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.16s) [2021-06-10T23:04:48.967Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.19s) [2021-06-10T23:04:48.967Z] === CONT TestDaemonRestartIpcMode [2021-06-10T23:04:48.967Z] === CONT TestIpcModeOlderClient [2021-06-10T23:04:48.967Z] --- PASS: TestIpcModeOlderClient (0.06s) [2021-06-10T23:04:48.967Z] === CONT TestRestartDaemonWithRestartingContainer [2021-06-10T23:04:48.977Z] === RUN TestSerialization [2021-06-10T23:04:48.977Z] --- PASS: TestSerialization (0.02s) [2021-06-10T23:04:48.977Z] PASS [2021-06-10T23:04:48.977Z] coverage: 100.0% of statements [2021-06-10T23:04:48.977Z] ok github.com/docker/docker/libcontainerd/queue 0.060s coverage: 100.0% of statements [2021-06-10T23:04:49.334Z] #72 exporting layers 6.7s done [2021-06-10T23:04:49.334Z] #72 writing image sha256:d6a43364554319f62169d034d3d9dba99a68f86a3abd5fd4120088f7dd7b908c done [2021-06-10T23:04:49.334Z] #72 naming to docker.io/library/docker:dc40b3ff575a52496a53a59ef96d5165f05fb62a done [2021-06-10T23:04:49.334Z] #72 DONE 6.8s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-06-10T23:04:49.674Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42445/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_GITCOMMIT=dc40b3ff575a52496a53a59ef96d5165f05fb62a -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:dc40b3ff575a52496a53a59ef96d5165f05fb62a hack/make.sh dynbinary test-integration [2021-06-10T23:04:49.954Z] === RUN TestEnvironmentParsing [2021-06-10T23:04:49.954Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-06-10T23:04:49.954Z] PASS [2021-06-10T23:04:49.954Z] coverage: 1.2% of statements [2021-06-10T23:04:49.954Z] ok github.com/docker/docker/libcontainerd/local 0.124s coverage: 1.2% of statements [2021-06-10T23:04:49.954Z] === RUN TestEmptyLayer [2021-06-10T23:04:49.954Z] --- PASS: TestEmptyLayer (0.00s) [2021-06-10T23:04:49.954Z] === RUN TestCommitFailure [2021-06-10T23:04:49.954Z] --- PASS: TestCommitFailure (0.01s) [2021-06-10T23:04:49.954Z] === RUN TestStartTransactionFailure [2021-06-10T23:04:49.954Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-06-10T23:04:49.954Z] === RUN TestGetOrphan [2021-06-10T23:04:49.954Z] --- PASS: TestGetOrphan (0.01s) [2021-06-10T23:04:49.954Z] === RUN TestMountAndRegister [2021-06-10T23:04:49.954Z] --- PASS: TestMountAndRegister (0.07s) [2021-06-10T23:04:49.954Z] layer_test.go:271: Layer size: 14 [2021-06-10T23:04:49.954Z] === RUN TestLayerRelease [2021-06-10T23:04:49.954Z] --- SKIP: TestLayerRelease (0.00s) [2021-06-10T23:04:49.954Z] layer_test.go:304: Failing on Windows [2021-06-10T23:04:49.954Z] === RUN TestStoreRestore [2021-06-10T23:04:49.954Z] --- SKIP: TestStoreRestore (0.00s) [2021-06-10T23:04:49.954Z] layer_test.go:353: Failing on Windows [2021-06-10T23:04:49.954Z] === RUN TestTarStreamStability [2021-06-10T23:04:49.954Z] --- SKIP: TestTarStreamStability (0.00s) [2021-06-10T23:04:49.954Z] layer_test.go:468: Failing on Windows [2021-06-10T23:04:49.954Z] === RUN TestRegisterExistingLayer [2021-06-10T23:04:50.417Z] --- PASS: TestRegisterExistingLayer (0.08s) [2021-06-10T23:04:50.417Z] === RUN TestTarStreamVerification [2021-06-10T23:04:50.417Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-06-10T23:04:50.417Z] layer_test.go:697: Failing on Windows [2021-06-10T23:04:50.417Z] === RUN TestLayerMigration [2021-06-10T23:04:50.417Z] --- SKIP: TestLayerMigration (0.00s) [2021-06-10T23:04:50.417Z] migration_test.go:46: Failing on Windows [2021-06-10T23:04:50.417Z] === RUN TestLayerMigrationNoTarsplit [2021-06-10T23:04:50.417Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-06-10T23:04:50.417Z] migration_test.go:182: Failing on Windows [2021-06-10T23:04:50.417Z] === RUN TestMountInit [2021-06-10T23:04:50.417Z] --- SKIP: TestMountInit (0.00s) [2021-06-10T23:04:50.417Z] mount_test.go:17: Failing on Windows [2021-06-10T23:04:50.417Z] === RUN TestMountSize [2021-06-10T23:04:50.417Z] --- SKIP: TestMountSize (0.00s) [2021-06-10T23:04:50.417Z] mount_test.go:76: Failing on Windows [2021-06-10T23:04:50.417Z] === RUN TestMountChanges [2021-06-10T23:04:50.417Z] --- SKIP: TestMountChanges (0.00s) [2021-06-10T23:04:50.417Z] mount_test.go:125: Failing on Windows [2021-06-10T23:04:50.417Z] === RUN TestMountApply [2021-06-10T23:04:50.417Z] --- SKIP: TestMountApply (0.00s) [2021-06-10T23:04:50.417Z] mount_test.go:212: Failing on Windows [2021-06-10T23:04:50.417Z] PASS [2021-06-10T23:04:50.417Z] coverage: 30.1% of statements [2021-06-10T23:04:50.417Z] ok github.com/docker/docker/layer 0.332s coverage: 30.1% of statements [2021-06-10T23:04:50.417Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-06-10T23:04:50.417Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-06-10T23:04:50.417Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-06-10T23:04:50.417Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-06-10T23:04:51.393Z] === RUN TestSequenceGetAvailableBit [2021-06-10T23:04:51.393Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-06-10T23:04:51.393Z] === RUN TestSequenceEqual [2021-06-10T23:04:51.393Z] --- PASS: TestSequenceEqual (0.00s) [2021-06-10T23:04:51.393Z] === RUN TestSequenceCopy [2021-06-10T23:04:51.393Z] --- PASS: TestSequenceCopy (0.00s) [2021-06-10T23:04:51.393Z] === RUN TestGetFirstAvailable [2021-06-10T23:04:51.393Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-06-10T23:04:51.393Z] === RUN TestFindSequence [2021-06-10T23:04:51.393Z] --- PASS: TestFindSequence (0.00s) [2021-06-10T23:04:51.393Z] === RUN TestCheckIfAvailable [2021-06-10T23:04:51.393Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-06-10T23:04:51.393Z] === RUN TestMergeSequences [2021-06-10T23:04:51.393Z] --- PASS: TestMergeSequences (0.00s) [2021-06-10T23:04:51.393Z] === RUN TestPushReservation [2021-06-10T23:04:51.393Z] --- PASS: TestPushReservation (0.00s) [2021-06-10T23:04:51.393Z] === RUN TestSerializeDeserialize [2021-06-10T23:04:51.393Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-06-10T23:04:51.393Z] === RUN TestSet [2021-06-10T23:04:51.393Z] --- PASS: TestSet (0.00s) [2021-06-10T23:04:51.393Z] === RUN TestSetUnset [2021-06-10T23:04:51.393Z] --- PASS: TestSetUnset (0.00s) [2021-06-10T23:04:51.568Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-06-10T23:04:51.568Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-06-10T23:04:51.568Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-06-10T23:04:51.568Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-06-10T23:04:51.568Z] 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-10T23:04:51.568Z] Detected virtualization docker. [2021-06-10T23:04:51.568Z] Detected architecture x86-64. [2021-06-10T23:04:51.568Z] Set hostname to . [2021-06-10T23:04:51.756Z] Loaded image: buildpack-deps:buster [2021-06-10T23:04:51.756Z] Loaded image: busybox:latest [2021-06-10T23:04:51.757Z] Loaded image: busybox:glibc [2021-06-10T23:04:51.826Z] + source /etc/docker-entrypoint-cmd [2021-06-10T23:04:51.826Z] ++ hack/make.sh dynbinary test-integration [2021-06-10T23:04:51.826Z] [2021-06-10T23:04:51.826Z] Removing bundles/ [2021-06-10T23:04:51.856Z] === RUN TestOffsetSetUnset [2021-06-10T23:04:51.856Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-06-10T23:04:51.856Z] === RUN TestSetInRange [2021-06-10T23:04:51.856Z] --- PASS: TestSetInRange (0.00s) [2021-06-10T23:04:51.856Z] === RUN TestSetAnyInRange [2021-06-10T23:04:51.856Z] --- PASS: TestSetAnyInRange (0.00s) [2021-06-10T23:04:51.856Z] === RUN TestMethods [2021-06-10T23:04:51.856Z] --- PASS: TestMethods (0.00s) [2021-06-10T23:04:51.856Z] === RUN TestRandomAllocateDeallocate [2021-06-10T23:04:52.084Z] [2021-06-10T23:04:52.084Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-06-10T23:04:52.084Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-06-10T23:04:52.084Z] GOOS="" GOARCH="" GOARM="" [2021-06-10T23:04:52.834Z] === RUN TestClientServiceInvalidCommand [2021-06-10T23:04:52.834Z] --- PASS: TestClientServiceInvalidCommand (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestClientServiceCreate [2021-06-10T23:04:52.834Z] --- PASS: TestClientServiceCreate (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestClientServiceRm [2021-06-10T23:04:52.834Z] --- PASS: TestClientServiceRm (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestClientServiceLs [2021-06-10T23:04:52.834Z] --- PASS: TestClientServiceLs (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestClientServiceInfo [2021-06-10T23:04:52.834Z] --- PASS: TestClientServiceInfo (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestClientServiceInfoById [2021-06-10T23:04:52.834Z] --- PASS: TestClientServiceInfoById (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestClientServiceJoin [2021-06-10T23:04:52.834Z] --- PASS: TestClientServiceJoin (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestClientServiceLeave [2021-06-10T23:04:52.834Z] --- PASS: TestClientServiceLeave (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestClientDummyCommand [2021-06-10T23:04:52.834Z] --- PASS: TestClientDummyCommand (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestClientNetworkInvalidCommand [2021-06-10T23:04:52.834Z] --- PASS: TestClientNetworkInvalidCommand (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestClientNetworkCreate [2021-06-10T23:04:52.834Z] --- PASS: TestClientNetworkCreate (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestClientNetworkCreateWithDriver [2021-06-10T23:04:52.834Z] flag provided but not defined: -f [2021-06-10T23:04:52.834Z] See 'C:\Users\ContainerAdministrator\AppData\Local\Temp\go-build125310386\b1146\client.test.exe create --help'. [2021-06-10T23:04:52.834Z] --- PASS: TestClientNetworkCreateWithDriver (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestClientNetworkRm [2021-06-10T23:04:52.834Z] --- PASS: TestClientNetworkRm (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestClientNetworkLs [2021-06-10T23:04:52.834Z] --- PASS: TestClientNetworkLs (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestClientNetworkInfo [2021-06-10T23:04:52.834Z] --- PASS: TestClientNetworkInfo (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestClientNetworkInfoById [2021-06-10T23:04:52.834Z] --- PASS: TestClientNetworkInfoById (0.00s) [2021-06-10T23:04:52.834Z] PASS [2021-06-10T23:04:52.834Z] coverage: 75.2% of statements [2021-06-10T23:04:52.834Z] ok github.com/docker/docker/libnetwork/client 0.055s coverage: 75.2% of statements [2021-06-10T23:04:52.834Z] === RUN TestEverything [2021-06-10T23:04:52.834Z] --- PASS: TestEverything (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestGet [2021-06-10T23:04:52.834Z] --- PASS: TestGet (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestParsePanic [2021-06-10T23:04:52.834Z] flag provided but not defined: -int [2021-06-10T23:04:52.834Z] See 'C:\Users\ContainerAdministrator\AppData\Local\Temp\go-build125310386\b1150\mflag.test.exe --help'. [2021-06-10T23:04:52.834Z] --- PASS: TestParsePanic (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestParse [2021-06-10T23:04:52.834Z] --- PASS: TestParse (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestFlagSetParse [2021-06-10T23:04:52.834Z] --- PASS: TestFlagSetParse (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestUserDefined [2021-06-10T23:04:52.834Z] --- PASS: TestUserDefined (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestUserDefinedBool [2021-06-10T23:04:52.834Z] flag needs an argument: -b [2021-06-10T23:04:52.834Z] See 'C:\Users\ContainerAdministrator\AppData\Local\Temp\go-build125310386\b1150\mflag.test.exe test --help'. [2021-06-10T23:04:52.834Z] --- PASS: TestUserDefinedBool (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestSetOutput [2021-06-10T23:04:52.834Z] --- PASS: TestSetOutput (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestChangingArgs [2021-06-10T23:04:52.834Z] --- PASS: TestChangingArgs (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestHelp [2021-06-10T23:04:52.834Z] --- PASS: TestHelp (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestFlagCounts [2021-06-10T23:04:52.834Z] Warning: '-d' is deprecated, it will be removed soon. See usage. [2021-06-10T23:04:52.834Z] Warning: '-flag4' is deprecated, it will be replaced by '--flag4' soon. See usage. [2021-06-10T23:04:52.834Z] --- PASS: TestFlagCounts (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestSortFlags [2021-06-10T23:04:52.834Z] --- PASS: TestSortFlags (0.00s) [2021-06-10T23:04:52.834Z] === RUN TestMergeFlags [2021-06-10T23:04:52.834Z] --- PASS: TestMergeFlags (0.00s) [2021-06-10T23:04:52.834Z] PASS [2021-06-10T23:04:52.834Z] coverage: 62.7% of statements [2021-06-10T23:04:52.834Z] ok github.com/docker/docker/libnetwork/client/mflag 0.040s coverage: 62.7% of statements [2021-06-10T23:04:53.127Z] Loaded image: debian:bullseye [2021-06-10T23:04:53.384Z] Loaded image: hello-world:latest [2021-06-10T23:04:53.384Z] Loaded image: arm32v7/hello-world:latest [2021-06-10T23:04:53.641Z] INFO: Testing against a local daemon [2021-06-10T23:04:53.641Z] === RUN TestCgroupNamespacesBuild [2021-06-10T23:04:54.251Z] --- PASS: TestRestartDaemonWithRestartingContainer (4.85s) [2021-06-10T23:04:54.251Z] --- PASS: TestDaemonRestartIpcMode (5.63s) [2021-06-10T23:04:54.251Z] PASS [2021-06-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === Skipped [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-06-10T23:04:54.251Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-06-10T23:04:54.251Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-06-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-06-10T23:04:54.251Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-06-10T23:04:54.251Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-06-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-06-10T23:04:54.251Z] ipcmode_linux_test.go:119: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-06-10T23:04:54.251Z] ipcmode_linux_test.go:195: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-06-10T23:04:54.251Z] ipcmode_linux_test.go:267: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-06-10T23:04:54.251Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-06-10T23:04:54.251Z] ipcmode_linux_test.go:281: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-06-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-06-10T23:04:54.251Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-06-10T23:04:54.251Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-06-10T23:04:54.251Z] links_linux_test.go:19: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-06-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-06-10T23:04:54.251Z] 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-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-06-10T23:04:54.251Z] 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-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-06-10T23:04:54.251Z] 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-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-06-10T23:04:54.251Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-10T23:04:54.251Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-06-10T23:04:54.251Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-06-10T23:04:54.251Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-06-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-06-10T23:04:54.251Z] 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-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-06-10T23:04:54.251Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-06-10T23:04:54.251Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-06-10T23:04:54.251Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-06-10T23:04:54.251Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-06-10T23:04:54.251Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-06-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] [2021-06-10T23:04:54.251Z] DONE 177 tests, 25 skipped in 107.287s [2021-06-10T23:04:54.251Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-06-10T23:04:54.384Z] === RUN TestErrorInterfaces [2021-06-10T23:04:54.384Z] --- PASS: TestErrorInterfaces (0.00s) [2021-06-10T23:04:54.384Z] === RUN TestNetworkMarshalling [2021-06-10T23:04:54.384Z] --- PASS: TestNetworkMarshalling (0.13s) [2021-06-10T23:04:54.384Z] === RUN TestEndpointMarshalling [2021-06-10T23:04:54.384Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-06-10T23:04:54.384Z] === RUN TestAuxAddresses [2021-06-10T23:04:54.384Z] time="2021-06-10T23:04:54Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-06-10T23:04:54.384Z] --- PASS: TestAuxAddresses (0.01s) [2021-06-10T23:04:54.384Z] === RUN TestSRVServiceQuery [2021-06-10T23:04:54.384Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-06-10T23:04:54.384Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-06-10T23:04:54.384Z] === RUN TestServiceVIPReuse [2021-06-10T23:04:54.384Z] --- SKIP: TestServiceVIPReuse (0.00s) [2021-06-10T23:04:54.384Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-06-10T23:04:54.384Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-06-10T23:04:54.384Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2021-06-10T23:04:54.384Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-06-10T23:04:54.384Z] === RUN TestDNSIPQuery [2021-06-10T23:04:54.384Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-06-10T23:04:54.384Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-06-10T23:04:54.384Z] === RUN TestDNSProxyServFail [2021-06-10T23:04:54.384Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-06-10T23:04:54.384Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-06-10T23:04:54.384Z] === RUN TestSandboxAddEmpty [2021-06-10T23:04:54.384Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-06-10T23:04:54.384Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-10T23:04:54.384Z] === RUN TestSandboxAddMultiPrio [2021-06-10T23:04:54.384Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-06-10T23:04:54.384Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-10T23:04:54.384Z] === RUN TestSandboxAddSamePrio [2021-06-10T23:04:54.384Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-06-10T23:04:54.384Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-10T23:04:54.384Z] === RUN TestCleanupServiceDiscovery [2021-06-10T23:04:54.384Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-06-10T23:04:54.384Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-06-10T23:04:54.384Z] === RUN TestDNSOptions [2021-06-10T23:04:54.384Z] --- SKIP: TestDNSOptions (0.00s) [2021-06-10T23:04:54.384Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-06-10T23:04:54.384Z] === RUN TestMultipleControllersWithSameStore [2021-06-10T23:04:54.384Z] time="2021-06-10T23:04:54Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-06-10T23:04:54.384Z] time="2021-06-10T23:04:54Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-06-10T23:04:54.384Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2021-06-10T23:04:54.384Z] PASS [2021-06-10T23:04:54.384Z] coverage: 8.6% of statements [2021-06-10T23:04:54.384Z] ok github.com/docker/docker/libnetwork 0.361s coverage: 8.6% of statements [2021-06-10T23:04:54.511Z] INFO: Testing against a local daemon [2021-06-10T23:04:54.511Z] === RUN TestCommitInheritsEnv [2021-06-10T23:04:54.847Z] ? github.com/docker/docker/libnetwork/api [no test files] [2021-06-10T23:04:55.309Z] === RUN TestTCP4Proxy [2021-06-10T23:04:55.310Z] --- PASS: TestTCP4Proxy (0.00s) [2021-06-10T23:04:55.310Z] === RUN TestTCP4ProxyHalfClose [2021-06-10T23:04:55.310Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-06-10T23:04:55.310Z] === RUN TestTCP6Proxy [2021-06-10T23:04:55.310Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-06-10T23:04:55.310Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-06-10T23:04:55.310Z] === RUN TestTCPDualStackProxy [2021-06-10T23:04:55.310Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-06-10T23:04:55.310Z] network_proxy_test.go:212: No support for dual stack yet [2021-06-10T23:04:55.310Z] === RUN TestUDP4Proxy [2021-06-10T23:04:55.310Z] --- PASS: TestUDP4Proxy (0.00s) [2021-06-10T23:04:55.310Z] === RUN TestUDP6Proxy [2021-06-10T23:04:55.310Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-06-10T23:04:55.310Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-06-10T23:04:55.310Z] === RUN TestUDPWriteError [2021-06-10T23:04:55.310Z] --- PASS: TestUDPWriteError (0.00s) [2021-06-10T23:04:55.310Z] === RUN TestSCTP4Proxy [2021-06-10T23:04:55.310Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-06-10T23:04:55.310Z] network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows [2021-06-10T23:04:55.310Z] === RUN TestSCTP6Proxy [2021-06-10T23:04:55.310Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-06-10T23:04:55.310Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-06-10T23:04:55.310Z] PASS [2021-06-10T23:04:55.310Z] coverage: 49.4% of statements [2021-06-10T23:04:55.310Z] ok github.com/docker/docker/libnetwork/cmd/proxy 0.081s coverage: 49.4% of statements [2021-06-10T23:04:55.773Z] --- PASS: TestRandomAllocateDeallocate (4.46s) [2021-06-10T23:04:55.773Z] === RUN TestAllocateRandomDeallocate [2021-06-10T23:04:56.235Z] === RUN TestInvalidConfig [2021-06-10T23:04:56.235Z] --- PASS: TestInvalidConfig (0.00s) [2021-06-10T23:04:56.235Z] === RUN TestConfig [2021-06-10T23:04:56.235Z] --- PASS: TestConfig (0.00s) [2021-06-10T23:04:56.235Z] === RUN TestOptionsLabels [2021-06-10T23:04:56.235Z] --- PASS: TestOptionsLabels (0.00s) [2021-06-10T23:04:56.235Z] === RUN TestValidName [2021-06-10T23:04:56.235Z] --- PASS: TestValidName (0.00s) [2021-06-10T23:04:56.235Z] === RUN TestTLSConfiguration [2021-06-10T23:04:56.235Z] === RUN TestKey [2021-06-10T23:04:56.235Z] --- PASS: TestKey (0.00s) [2021-06-10T23:04:56.235Z] === RUN TestParseKey [2021-06-10T23:04:56.235Z] --- PASS: TestParseKey (0.00s) [2021-06-10T23:04:56.235Z] === RUN TestInvalidDataStore [2021-06-10T23:04:56.235Z] --- PASS: TestInvalidDataStore (0.00s) [2021-06-10T23:04:56.235Z] === RUN TestKVObjectFlatKey [2021-06-10T23:04:56.235Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-06-10T23:04:56.235Z] === RUN TestAtomicKVObjectFlatKey [2021-06-10T23:04:56.235Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-06-10T23:04:56.235Z] PASS [2021-06-10T23:04:56.235Z] coverage: 21.9% of statements [2021-06-10T23:04:56.235Z] ok github.com/docker/docker/libnetwork/datastore 0.046s coverage: 21.9% of statements [2021-06-10T23:04:56.235Z] time="2021-06-10T23:04:55Z" level=info msg="Option Initializing KV with TLS" [2021-06-10T23:04:56.235Z] --- PASS: TestTLSConfiguration (0.15s) [2021-06-10T23:04:56.235Z] PASS [2021-06-10T23:04:56.235Z] coverage: 24.0% of statements [2021-06-10T23:04:56.235Z] ok github.com/docker/docker/libnetwork/config 0.232s coverage: 24.0% of statements [2021-06-10T23:04:56.422Z] --- PASS: TestCommitInheritsEnv (1.64s) [2021-06-10T23:04:56.422Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-10T23:04:56.422Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-06-10T23:04:56.422Z] === RUN TestImagesFilterMultiReference [2021-06-10T23:04:56.422Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-06-10T23:04:56.422Z] === RUN TestImagePullPlatformInvalid [2021-06-10T23:04:56.422Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-06-10T23:04:56.422Z] === RUN TestRemoveImageOrphaning [2021-06-10T23:04:56.698Z] --- PASS: TestAllocateRandomDeallocate (0.94s) [2021-06-10T23:04:56.698Z] === RUN TestAllocateRandomDeallocateSerialize [2021-06-10T23:04:56.698Z] === RUN TestIPDataMarshalling [2021-06-10T23:04:56.698Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-06-10T23:04:56.698Z] === RUN TestValidateAndIsV6 [2021-06-10T23:04:56.698Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-06-10T23:04:56.698Z] PASS [2021-06-10T23:04:56.698Z] coverage: 68.9% of statements [2021-06-10T23:04:56.698Z] ok github.com/docker/docker/libnetwork/driverapi 0.053s coverage: 68.9% of statements [2021-06-10T23:04:57.674Z] === RUN TestDriver [2021-06-10T23:04:57.674Z] --- PASS: TestDriver (0.00s) [2021-06-10T23:04:57.674Z] PASS [2021-06-10T23:04:57.674Z] coverage: 34.8% of statements [2021-06-10T23:04:57.674Z] ok github.com/docker/docker/libnetwork/drivers/host 0.040s coverage: 34.8% of statements [2021-06-10T23:04:57.674Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.92s) [2021-06-10T23:04:57.674Z] === RUN TestRetrieveFromStore [2021-06-10T23:04:58.137Z] === RUN TestDriver [2021-06-10T23:04:58.137Z] --- PASS: TestDriver (0.00s) [2021-06-10T23:04:58.137Z] PASS [2021-06-10T23:04:58.137Z] coverage: 34.8% of statements [2021-06-10T23:04:58.137Z] ok github.com/docker/docker/libnetwork/drivers/null 0.092s coverage: 34.8% of statements [2021-06-10T23:04:58.137Z] --- PASS: TestRetrieveFromStore (0.47s) [2021-06-10T23:04:58.137Z] === RUN TestIsCorrupted [2021-06-10T23:04:58.137Z] --- PASS: TestIsCorrupted (0.01s) [2021-06-10T23:04:58.137Z] === RUN TestSetRollover [2021-06-10T23:04:58.333Z] --- PASS: TestRemoveImageOrphaning (1.94s) [2021-06-10T23:04:58.333Z] === RUN TestRemoveImageGarbageCollector [2021-06-10T23:04:58.333Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-06-10T23:04:58.333Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-06-10T23:04:58.333Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-10T23:04:58.333Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-06-10T23:04:58.333Z] === RUN TestTagInvalidReference [2021-06-10T23:04:58.333Z] --- PASS: TestTagInvalidReference (0.01s) [2021-06-10T23:04:58.333Z] === RUN TestTagValidPrefixedRepo [2021-06-10T23:04:58.333Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-06-10T23:04:58.333Z] === RUN TestTagExistedNameWithoutForce [2021-06-10T23:04:58.333Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-06-10T23:04:58.333Z] === RUN TestTagOfficialNames [2021-06-10T23:04:58.333Z] --- PASS: TestTagOfficialNames (0.05s) [2021-06-10T23:04:58.333Z] === RUN TestTagMatchesDigest [2021-06-10T23:04:58.333Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-06-10T23:04:58.333Z] === CONT TestImportExtremelyLargeImageWorks [2021-06-10T23:04:58.600Z] === RUN TestNetworkAllocateFree [2021-06-10T23:04:58.600Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-06-10T23:04:58.600Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-06-10T23:04:58.600Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-06-10T23:04:58.600Z] PASS [2021-06-10T23:04:58.600Z] coverage: 63.6% of statements [2021-06-10T23:04:58.600Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.098s coverage: 63.6% of statements [2021-06-10T23:04:58.895Z] --- PASS: TestCgroupNamespacesBuild (4.72s) [2021-06-10T23:04:58.895Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-06-10T23:04:59.063Z] === RUN TestGetEmptyCapabilities [2021-06-10T23:04:59.063Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-06-10T23:04:59.063Z] === RUN TestGetExtraCapabilities [2021-06-10T23:04:59.063Z] --- PASS: TestGetExtraCapabilities (0.01s) [2021-06-10T23:04:59.063Z] === RUN TestGetInvalidCapabilities [2021-06-10T23:04:59.063Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2021-06-10T23:04:59.063Z] === RUN TestRemoteDriver [2021-06-10T23:04:59.063Z] --- PASS: TestRemoteDriver (0.01s) [2021-06-10T23:04:59.063Z] === RUN TestDriverError [2021-06-10T23:04:59.063Z] --- PASS: TestDriverError (0.00s) [2021-06-10T23:04:59.063Z] === RUN TestMissingValues [2021-06-10T23:04:59.063Z] --- PASS: TestMissingValues (0.00s) [2021-06-10T23:04:59.063Z] === RUN TestRollback [2021-06-10T23:04:59.063Z] --- PASS: TestRollback (0.00s) [2021-06-10T23:04:59.063Z] PASS [2021-06-10T23:04:59.063Z] coverage: 57.4% of statements [2021-06-10T23:04:59.063Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.100s coverage: 57.4% of statements [2021-06-10T23:04:59.526Z] --- PASS: TestSetRollover (1.53s) [2021-06-10T23:04:59.526Z] === RUN TestSetRolloverSerial [2021-06-10T23:04:59.989Z] === RUN TestNAT [2021-06-10T23:04:59.989Z] --- SKIP: TestNAT (0.00s) [2021-06-10T23:04:59.989Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-06-10T23:04:59.989Z] === RUN TestTransparent [2021-06-10T23:04:59.989Z] --- SKIP: TestTransparent (0.00s) [2021-06-10T23:04:59.989Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-06-10T23:04:59.989Z] PASS [2021-06-10T23:04:59.989Z] coverage: 0.0% of statements [2021-06-10T23:04:59.989Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.052s coverage: 0.0% of statements [2021-06-10T23:05:00.452Z] === RUN TestBuildDefault [2021-06-10T23:05:00.452Z] --- PASS: TestBuildDefault (0.00s) [2021-06-10T23:05:00.452Z] === RUN TestBuildHostnameDomainname [2021-06-10T23:05:00.452Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-06-10T23:05:00.452Z] === RUN TestBuildHostname [2021-06-10T23:05:00.452Z] --- PASS: TestBuildHostname (0.00s) [2021-06-10T23:05:00.452Z] === RUN TestBuildHostnameFQDN [2021-06-10T23:05:00.452Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-06-10T23:05:00.452Z] === RUN TestBuildNoIP [2021-06-10T23:05:00.452Z] --- PASS: TestBuildNoIP (0.00s) [2021-06-10T23:05:00.452Z] === RUN TestUpdate [2021-06-10T23:05:00.452Z] --- PASS: TestUpdate (0.00s) [2021-06-10T23:05:00.452Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-06-10T23:05:00.452Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-06-10T23:05:00.452Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-06-10T23:05:00.452Z] === RUN TestNew [2021-06-10T23:05:00.452Z] --- PASS: TestNew (0.00s) [2021-06-10T23:05:00.452Z] === RUN TestAddDriver [2021-06-10T23:05:00.452Z] --- PASS: TestAddDriver (0.00s) [2021-06-10T23:05:00.452Z] === RUN TestAddDuplicateDriver [2021-06-10T23:05:00.452Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-06-10T23:05:00.452Z] === RUN TestIPAMDefaultAddressSpaces [2021-06-10T23:05:00.452Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-06-10T23:05:00.452Z] === RUN TestDriver [2021-06-10T23:05:00.452Z] --- PASS: TestDriver (0.00s) [2021-06-10T23:05:00.452Z] === RUN TestIPAM [2021-06-10T23:05:00.452Z] --- PASS: TestIPAM (0.00s) [2021-06-10T23:05:00.452Z] === RUN TestWalkIPAMs [2021-06-10T23:05:00.452Z] --- PASS: TestWalkIPAMs (0.00s) [2021-06-10T23:05:00.452Z] === RUN TestWalkDrivers [2021-06-10T23:05:00.452Z] --- PASS: TestWalkDrivers (0.00s) [2021-06-10T23:05:00.452Z] PASS [2021-06-10T23:05:00.452Z] coverage: 82.4% of statements [2021-06-10T23:05:00.452Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-06-10T23:05:00.452Z] === RUN TestAddEmpty [2021-06-10T23:05:00.452Z] --- PASS: TestAddEmpty (0.00s) [2021-06-10T23:05:00.452Z] === RUN TestAdd [2021-06-10T23:05:00.452Z] --- PASS: TestAdd (0.00s) [2021-06-10T23:05:00.452Z] === RUN TestDeleteEmpty [2021-06-10T23:05:00.452Z] --- PASS: TestDeleteEmpty (0.00s) [2021-06-10T23:05:00.452Z] === RUN TestDeleteNewline [2021-06-10T23:05:00.452Z] --- PASS: TestDeleteNewline (0.00s) [2021-06-10T23:05:00.452Z] === RUN TestDelete [2021-06-10T23:05:00.452Z] --- PASS: TestDelete (0.00s) [2021-06-10T23:05:00.452Z] === RUN TestConcurrentWrites [2021-06-10T23:05:00.452Z] ok github.com/docker/docker/libnetwork/drvregistry 0.072s coverage: 82.4% of statements [2021-06-10T23:05:00.452Z] --- PASS: TestConcurrentWrites (0.15s) [2021-06-10T23:05:00.452Z] PASS [2021-06-10T23:05:00.452Z] coverage: 81.2% of statements [2021-06-10T23:05:00.452Z] ok github.com/docker/docker/libnetwork/etchosts 0.223s coverage: 81.2% of statements [2021-06-10T23:05:00.916Z] --- PASS: TestSetRolloverSerial (1.17s) [2021-06-10T23:05:00.916Z] === RUN TestGetFirstAvailableFromCurrent [2021-06-10T23:05:00.916Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-06-10T23:05:00.916Z] PASS [2021-06-10T23:05:00.916Z] coverage: 84.4% of statements [2021-06-10T23:05:00.916Z] ok github.com/docker/docker/libnetwork/bitseq 9.737s coverage: 84.4% of statements [2021-06-10T23:05:01.379Z] === RUN TestDiff [2021-06-10T23:05:01.379Z] --- PASS: TestDiff (0.00s) [2021-06-10T23:05:01.379Z] === RUN TestAddedCallback [2021-06-10T23:05:01.379Z] --- PASS: TestAddedCallback (0.00s) [2021-06-10T23:05:01.379Z] === RUN TestRemovedCallback [2021-06-10T23:05:01.379Z] --- PASS: TestRemovedCallback (0.00s) [2021-06-10T23:05:01.379Z] === RUN TestNoCallback [2021-06-10T23:05:01.379Z] --- PASS: TestNoCallback (0.00s) [2021-06-10T23:05:01.379Z] PASS [2021-06-10T23:05:01.379Z] coverage: 48.1% of statements [2021-06-10T23:05:01.379Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.040s coverage: 48.1% of statements [2021-06-10T23:05:01.379Z] === RUN TestNew [2021-06-10T23:05:01.379Z] --- PASS: TestNew (0.00s) [2021-06-10T23:05:01.379Z] === RUN TestAllocate [2021-06-10T23:05:01.379Z] --- PASS: TestAllocate (0.00s) [2021-06-10T23:05:01.379Z] === RUN TestUninitialized [2021-06-10T23:05:01.379Z] --- PASS: TestUninitialized (0.00s) [2021-06-10T23:05:01.379Z] === RUN TestAllocateInRange [2021-06-10T23:05:01.379Z] --- PASS: TestAllocateInRange (0.00s) [2021-06-10T23:05:01.379Z] === RUN TestAllocateSerial [2021-06-10T23:05:01.379Z] --- PASS: TestAllocateSerial (0.00s) [2021-06-10T23:05:01.379Z] PASS [2021-06-10T23:05:01.379Z] coverage: 87.5% of statements [2021-06-10T23:05:01.379Z] ok github.com/docker/docker/libnetwork/idm 0.033s coverage: 87.5% of statements [2021-06-10T23:05:01.418Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (2.67s) [2021-06-10T23:05:01.418Z] === RUN TestBuildWithSession [2021-06-10T23:05:01.418Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-10T23:05:01.418Z] build_session_test.go:25: TODO: BuildKit [2021-06-10T23:05:01.418Z] === RUN TestBuildSquashParent [2021-06-10T23:05:02.354Z] === RUN TestCaller [2021-06-10T23:05:02.354Z] --- PASS: TestCaller (0.00s) [2021-06-10T23:05:02.354Z] PASS [2021-06-10T23:05:02.354Z] coverage: 100.0% of statements [2021-06-10T23:05:02.354Z] ok github.com/docker/docker/libnetwork/internal/caller 0.278s coverage: 100.0% of statements [2021-06-10T23:05:02.354Z] === RUN TestSetSerialInsertDelete [2021-06-10T23:05:02.354Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-06-10T23:05:02.354Z] === RUN TestSetParallelInsertDelete [2021-06-10T23:05:03.903Z] ? github.com/docker/docker/libnetwork/client/mflag/example [no test files] [2021-06-10T23:05:03.903Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-06-10T23:05:03.903Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-06-10T23:05:03.903Z] ? github.com/docker/docker/libnetwork/cmd/dnet [no test files] [2021-06-10T23:05:03.903Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-06-10T23:05:03.903Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-06-10T23:05:03.903Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-06-10T23:05:03.903Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-06-10T23:05:03.903Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-06-10T23:05:03.903Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-06-10T23:05:03.903Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-06-10T23:05:03.903Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-06-10T23:05:03.903Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-06-10T23:05:03.903Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-06-10T23:05:03.903Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-06-10T23:05:03.903Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-06-10T23:05:03.903Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-06-10T23:05:03.903Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-06-10T23:05:03.903Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-06-10T23:05:03.903Z] === RUN TestInt2IP2IntConversion [2021-06-10T23:05:03.903Z] === RUN TestPoolRequest [2021-06-10T23:05:03.903Z] --- PASS: TestPoolRequest (0.00s) [2021-06-10T23:05:03.903Z] === RUN TestOtherRequests [2021-06-10T23:05:03.903Z] --- PASS: TestOtherRequests (0.00s) [2021-06-10T23:05:03.903Z] PASS [2021-06-10T23:05:03.903Z] coverage: 57.1% of statements [2021-06-10T23:05:03.903Z] ok github.com/docker/docker/libnetwork/ipams/null 0.039s coverage: 57.1% of statements [2021-06-10T23:05:04.878Z] --- PASS: TestInt2IP2IntConversion (0.83s) [2021-06-10T23:05:04.878Z] === RUN TestGetAddressVersion [2021-06-10T23:05:04.878Z] --- PASS: TestGetAddressVersion (0.00s) [2021-06-10T23:05:04.878Z] === RUN TestKeyString [2021-06-10T23:05:04.878Z] --- PASS: TestKeyString (0.00s) [2021-06-10T23:05:04.878Z] === RUN TestPoolDataMarshal [2021-06-10T23:05:04.878Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-06-10T23:05:04.878Z] === RUN TestSubnetsMarshal [2021-06-10T23:05:04.878Z] --- PASS: TestSubnetsMarshal (0.21s) [2021-06-10T23:05:04.878Z] === RUN TestAddSubnets [2021-06-10T23:05:04.878Z] --- PASS: TestAddSubnets (0.15s) [2021-06-10T23:05:04.878Z] === RUN TestDoublePoolRelease [2021-06-10T23:05:05.340Z] --- PASS: TestDoublePoolRelease (0.06s) [2021-06-10T23:05:05.340Z] === RUN TestAddReleasePoolID [2021-06-10T23:05:05.340Z] --- PASS: TestAddReleasePoolID (0.13s) [2021-06-10T23:05:05.340Z] === RUN TestPredefinedPool [2021-06-10T23:05:05.340Z] === RUN TestGetCapabilities [2021-06-10T23:05:05.340Z] --- PASS: TestPredefinedPool (0.02s) [2021-06-10T23:05:05.340Z] === RUN TestRemoveSubnet [2021-06-10T23:05:05.340Z] --- PASS: TestGetCapabilities (0.01s) [2021-06-10T23:05:05.340Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-06-10T23:05:05.340Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-06-10T23:05:05.340Z] === RUN TestGetDefaultAddressSpaces [2021-06-10T23:05:05.340Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2021-06-10T23:05:05.340Z] === RUN TestRemoteDriver [2021-06-10T23:05:05.340Z] --- PASS: TestRemoteDriver (0.01s) [2021-06-10T23:05:05.340Z] PASS [2021-06-10T23:05:05.340Z] coverage: 47.4% of statements [2021-06-10T23:05:05.340Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.108s coverage: 47.4% of statements [2021-06-10T23:05:05.340Z] --- PASS: TestRemoveSubnet (0.14s) [2021-06-10T23:05:05.340Z] === RUN TestGetSameAddress [2021-06-10T23:05:05.340Z] --- PASS: TestGetSameAddress (0.01s) [2021-06-10T23:05:05.340Z] === RUN TestPoolAllocationReuse [2021-06-10T23:05:05.803Z] === RUN TestWindowsIPAM [2021-06-10T23:05:05.803Z] --- PASS: TestWindowsIPAM (0.00s) [2021-06-10T23:05:05.803Z] PASS [2021-06-10T23:05:05.803Z] coverage: 71.4% of statements [2021-06-10T23:05:05.803Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.068s coverage: 71.4% of statements [2021-06-10T23:05:06.266Z] === RUN TestDefaultNetwork [2021-06-10T23:05:06.728Z] === RUN TestKeyValue [2021-06-10T23:05:06.728Z] --- PASS: TestKeyValue (0.00s) [2021-06-10T23:05:06.728Z] PASS [2021-06-10T23:05:06.728Z] coverage: 60.0% of statements [2021-06-10T23:05:06.728Z] ok github.com/docker/docker/libnetwork/netlabel 0.042s coverage: 60.0% of statements [2021-06-10T23:05:06.728Z] --- PASS: TestDefaultNetwork (0.46s) [2021-06-10T23:05:06.728Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-06-10T23:05:07.191Z] --- PASS: TestPoolAllocationReuse (1.65s) [2021-06-10T23:05:07.191Z] === RUN TestGetAddressSubPoolEqualPool [2021-06-10T23:05:07.191Z] --- PASS: TestGetAddressSubPoolEqualPool (0.01s) [2021-06-10T23:05:07.191Z] === RUN TestRequestReleaseAddressFromSubPool [2021-06-10T23:05:07.191Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.43s) [2021-06-10T23:05:07.191Z] === RUN TestInitAddressPools [2021-06-10T23:05:07.191Z] --- PASS: TestInitAddressPools (0.00s) [2021-06-10T23:05:07.191Z] PASS [2021-06-10T23:05:07.191Z] coverage: 74.0% of statements [2021-06-10T23:05:07.191Z] ok github.com/docker/docker/libnetwork/ipamutils 0.953s coverage: 74.0% of statements [2021-06-10T23:05:08.740Z] === RUN TestGenerate [2021-06-10T23:05:08.740Z] --- PASS: TestGenerate (0.00s) [2021-06-10T23:05:08.740Z] === RUN TestGeneratePtr [2021-06-10T23:05:08.740Z] --- PASS: TestGeneratePtr (0.00s) [2021-06-10T23:05:08.740Z] === RUN TestGenerateMissingField [2021-06-10T23:05:08.740Z] --- PASS: TestGenerateMissingField (0.00s) [2021-06-10T23:05:08.740Z] === RUN TestFieldCannotBeSet [2021-06-10T23:05:08.740Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-06-10T23:05:08.740Z] === RUN TestTypeMismatchError [2021-06-10T23:05:08.740Z] --- PASS: TestTypeMismatchError (0.00s) [2021-06-10T23:05:08.740Z] PASS [2021-06-10T23:05:08.740Z] coverage: 100.0% of statements [2021-06-10T23:05:08.740Z] ok github.com/docker/docker/libnetwork/options 0.034s coverage: 100.0% of statements [2021-06-10T23:05:09.203Z] === RUN TestNetworkDBSimple [2021-06-10T23:05:09.666Z] testing: warning: no tests to run [2021-06-10T23:05:09.666Z] PASS [2021-06-10T23:05:09.666Z] coverage: 0.0% of statements [2021-06-10T23:05:09.666Z] ok github.com/docker/docker/libnetwork/osl 0.032s coverage: 0.0% of statements [no tests to run] [2021-06-10T23:05:09.666Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.52s) [2021-06-10T23:05:09.666Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-06-10T23:05:10.130Z] 2021/06/10 23:05:09 Closing DB instances... [2021-06-10T23:05:10.593Z] === RUN TestRequestNewPort [2021-06-10T23:05:10.593Z] --- PASS: TestRequestNewPort (0.00s) [2021-06-10T23:05:10.593Z] === RUN TestRequestSpecificPort [2021-06-10T23:05:10.593Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-06-10T23:05:10.593Z] === RUN TestReleasePort [2021-06-10T23:05:10.593Z] --- PASS: TestReleasePort (0.00s) [2021-06-10T23:05:10.593Z] === RUN TestReuseReleasedPort [2021-06-10T23:05:10.593Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-06-10T23:05:10.593Z] === RUN TestReleaseUnreadledPort [2021-06-10T23:05:10.593Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-06-10T23:05:10.593Z] === RUN TestUnknowProtocol [2021-06-10T23:05:10.593Z] --- PASS: TestUnknowProtocol (0.00s) [2021-06-10T23:05:10.593Z] === RUN TestAllocateAllPorts [2021-06-10T23:05:10.593Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-06-10T23:05:10.593Z] === RUN TestPortAllocation [2021-06-10T23:05:10.593Z] --- PASS: TestPortAllocation (0.00s) [2021-06-10T23:05:10.593Z] === RUN TestPortAllocationWithCustomRange [2021-06-10T23:05:10.593Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-06-10T23:05:10.593Z] === RUN TestNoDuplicateBPR [2021-06-10T23:05:10.593Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-06-10T23:05:10.593Z] === RUN TestChangePortRange [2021-06-10T23:05:10.593Z] --- PASS: TestChangePortRange (0.00s) [2021-06-10T23:05:10.593Z] portallocator_test.go:345: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-06-10T23:05:10.593Z] portallocator_test.go:345: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-06-10T23:05:10.593Z] portallocator_test.go:345: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-06-10T23:05:10.593Z] portallocator_test.go:345: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-06-10T23:05:10.593Z] portallocator_test.go:345: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-06-10T23:05:10.593Z] portallocator_test.go:345: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-06-10T23:05:10.593Z] PASS [2021-06-10T23:05:10.593Z] coverage: 89.7% of statements [2021-06-10T23:05:10.593Z] ok github.com/docker/docker/libnetwork/portallocator 0.037s coverage: 89.7% of statements [2021-06-10T23:05:11.057Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.35s) [2021-06-10T23:05:11.057Z] === RUN TestGetAddress [2021-06-10T23:05:11.519Z] --- PASS: TestNetworkDBSimple (2.05s) [2021-06-10T23:05:11.519Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-06-10T23:05:11.519Z] === RUN TestTransportPortConv [2021-06-10T23:05:11.519Z] --- PASS: TestTransportPortConv (0.00s) [2021-06-10T23:05:11.519Z] === RUN TestTransportPortBindingConv [2021-06-10T23:05:11.519Z] --- PASS: TestTransportPortBindingConv (0.00s) [2021-06-10T23:05:11.519Z] === RUN TestErrorConstructors [2021-06-10T23:05:11.519Z] --- PASS: TestErrorConstructors (0.00s) [2021-06-10T23:05:11.519Z] === RUN TestCompareIPMask [2021-06-10T23:05:11.519Z] --- PASS: TestCompareIPMask (0.00s) [2021-06-10T23:05:11.519Z] === RUN TestUtilGetHostPartIP [2021-06-10T23:05:11.519Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-06-10T23:05:11.519Z] === RUN TestUtilGetBroadcastIP [2021-06-10T23:05:11.519Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-06-10T23:05:11.519Z] === RUN TestParseCIDR [2021-06-10T23:05:11.519Z] --- PASS: TestParseCIDR (0.00s) [2021-06-10T23:05:11.519Z] PASS [2021-06-10T23:05:11.519Z] coverage: 47.9% of statements [2021-06-10T23:05:11.519Z] ok github.com/docker/docker/libnetwork/types 0.041s coverage: 47.9% of statements [2021-06-10T23:05:12.495Z] --- PASS: TestSetParallelInsertDelete (10.03s) [2021-06-10T23:05:12.495Z] PASS [2021-06-10T23:05:12.495Z] coverage: 100.0% of statements [2021-06-10T23:05:12.495Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.063s coverage: 100.0% of statements [2021-06-10T23:05:12.495Z] 2021/06/10 23:05:12 Closing DB instances... [2021-06-10T23:05:12.957Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-06-10T23:05:12.957Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-06-10T23:05:12.957Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-06-10T23:05:12.957Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-06-10T23:05:12.957Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-06-10T23:05:12.957Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-06-10T23:05:12.958Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-06-10T23:05:12.958Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-06-10T23:05:12.958Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-06-10T23:05:12.958Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-06-10T23:05:12.958Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-06-10T23:05:12.958Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-06-10T23:05:12.958Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-06-10T23:05:12.958Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-06-10T23:05:12.958Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-06-10T23:05:12.958Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-06-10T23:05:12.958Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-06-10T23:05:12.958Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-06-10T23:05:12.958Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-06-10T23:05:12.958Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-06-10T23:05:12.958Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-06-10T23:05:12.958Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-06-10T23:05:12.958Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-06-10T23:05:12.958Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-06-10T23:05:12.958Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-06-10T23:05:12.958Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-06-10T23:05:12.958Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-06-10T23:05:12.958Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-06-10T23:05:12.958Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-06-10T23:05:12.958Z] PASS [2021-06-10T23:05:12.958Z] coverage: 44.0% of statements [2021-06-10T23:05:12.958Z] ok github.com/docker/docker/oci 0.038s coverage: 44.0% of statements [2021-06-10T23:05:13.932Z] === RUN TestParseVersion [2021-06-10T23:05:13.932Z] --- PASS: TestParseVersion (0.00s) [2021-06-10T23:05:13.932Z] PASS [2021-06-10T23:05:13.932Z] coverage: 52.9% of statements [2021-06-10T23:05:13.932Z] ok github.com/docker/docker/pkg/aaparser 0.032s coverage: 52.9% of statements [2021-06-10T23:05:13.932Z] === RUN TestAddressPoolOpt [2021-06-10T23:05:13.932Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-06-10T23:05:13.932Z] === RUN TestValidateEnv [2021-06-10T23:05:13.932Z] === RUN TestValidateEnv/a [2021-06-10T23:05:13.932Z] === RUN TestValidateEnv/something [2021-06-10T23:05:13.932Z] === RUN TestValidateEnv/_=a [2021-06-10T23:05:13.932Z] === RUN TestValidateEnv/env1=value1 [2021-06-10T23:05:13.932Z] === RUN TestValidateEnv/_env1=value1 [2021-06-10T23:05:13.932Z] === RUN TestValidateEnv/env2=value2=value3 [2021-06-10T23:05:13.932Z] === RUN TestValidateEnv/env3=abc!qwe [2021-06-10T23:05:13.933Z] === RUN TestValidateEnv/env_4=value_4 [2021-06-10T23:05:13.933Z] === RUN TestValidateEnv/PATH [2021-06-10T23:05:13.933Z] === RUN TestValidateEnv/=a [2021-06-10T23:05:13.933Z] === RUN TestValidateEnv/PATH= [2021-06-10T23:05:13.933Z] === RUN TestValidateEnv/PATH=something [2021-06-10T23:05:13.933Z] === RUN TestValidateEnv/asd!qwe [2021-06-10T23:05:13.933Z] === RUN TestValidateEnv/1asd [2021-06-10T23:05:13.933Z] === RUN TestValidateEnv/123 [2021-06-10T23:05:13.933Z] === RUN TestValidateEnv/some_space [2021-06-10T23:05:13.933Z] === RUN TestValidateEnv/__some_space_before [2021-06-10T23:05:13.933Z] === RUN TestValidateEnv/some_space_after__ [2021-06-10T23:05:13.933Z] === RUN TestValidateEnv/= [2021-06-10T23:05:13.933Z] === RUN TestValidateEnv/PaTh [2021-06-10T23:05:13.933Z] --- PASS: TestValidateEnv (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateEnv/a (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateEnv/something (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateEnv/= (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-06-10T23:05:13.933Z] === RUN TestParseHost [2021-06-10T23:05:13.933Z] --- PASS: TestParseHost (0.00s) [2021-06-10T23:05:13.933Z] === RUN TestParseDockerDaemonHost [2021-06-10T23:05:13.933Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-06-10T23:05:13.933Z] === RUN TestParseTCP [2021-06-10T23:05:13.933Z] --- PASS: TestParseTCP (0.00s) [2021-06-10T23:05:13.933Z] === RUN TestParseInvalidUnixAddrInvalid [2021-06-10T23:05:13.933Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-06-10T23:05:13.933Z] === RUN TestValidateExtraHosts [2021-06-10T23:05:13.933Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-06-10T23:05:13.933Z] === RUN TestIpOptString [2021-06-10T23:05:13.933Z] --- PASS: TestIpOptString (0.00s) [2021-06-10T23:05:13.933Z] === RUN TestNewIpOptInvalidDefaultVal [2021-06-10T23:05:13.933Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-06-10T23:05:13.933Z] === RUN TestNewIpOptValidDefaultVal [2021-06-10T23:05:13.933Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-06-10T23:05:13.933Z] === RUN TestIpOptSetInvalidVal [2021-06-10T23:05:13.933Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-06-10T23:05:13.933Z] === RUN TestValidateIPAddress [2021-06-10T23:05:13.933Z] --- PASS: TestValidateIPAddress (0.00s) [2021-06-10T23:05:13.933Z] === RUN TestMapOpts [2021-06-10T23:05:13.933Z] --- PASS: TestMapOpts (0.00s) [2021-06-10T23:05:13.933Z] === RUN TestListOptsWithoutValidator [2021-06-10T23:05:13.933Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-06-10T23:05:13.933Z] === RUN TestListOptsWithValidator [2021-06-10T23:05:13.933Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-06-10T23:05:13.933Z] === RUN TestValidateDNSSearch [2021-06-10T23:05:13.933Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-06-10T23:05:13.933Z] === RUN TestValidateLabel [2021-06-10T23:05:13.933Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-06-10T23:05:13.933Z] === RUN TestValidateLabel/label_with_general_format [2021-06-10T23:05:13.933Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-06-10T23:05:13.933Z] === RUN TestValidateLabel/label_with_one_more [2021-06-10T23:05:13.933Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-06-10T23:05:13.933Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-06-10T23:05:13.933Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-06-10T23:05:13.933Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-06-10T23:05:13.933Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-06-10T23:05:13.933Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-06-10T23:05:13.933Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-06-10T23:05:13.933Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-06-10T23:05:13.933Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-06-10T23:05:13.933Z] --- PASS: TestValidateLabel (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-06-10T23:05:13.933Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-06-10T23:05:13.933Z] === RUN TestNamedListOpts [2021-06-10T23:05:13.933Z] --- PASS: TestNamedListOpts (0.00s) [2021-06-10T23:05:13.933Z] === RUN TestNamedMapOpts [2021-06-10T23:05:13.933Z] --- PASS: TestNamedMapOpts (0.00s) [2021-06-10T23:05:13.933Z] === RUN TestParseLink [2021-06-10T23:05:13.933Z] --- PASS: TestParseLink (0.00s) [2021-06-10T23:05:13.933Z] === RUN TestQuotedStringSetWithQuotes [2021-06-10T23:05:13.933Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-06-10T23:05:13.933Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-06-10T23:05:13.933Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-06-10T23:05:13.933Z] === RUN TestQuotedStringSetWithNoQuotes [2021-06-10T23:05:13.933Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-06-10T23:05:13.933Z] === RUN TestUlimitOpt [2021-06-10T23:05:13.933Z] --- PASS: TestUlimitOpt (0.00s) [2021-06-10T23:05:13.933Z] PASS [2021-06-10T23:05:13.933Z] coverage: 67.1% of statements [2021-06-10T23:05:13.933Z] ok github.com/docker/docker/opts 0.123s coverage: 67.1% of statements [2021-06-10T23:05:13.933Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.65s) [2021-06-10T23:05:13.933Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-06-10T23:05:15.481Z] 2021/06/10 23:05:15 Closing DB instances... [2021-06-10T23:05:15.943Z] === RUN TestPeerCertificateMarshalJSON [2021-06-10T23:05:16.271Z] --- PASS: TestBuildSquashParent (13.25s) [2021-06-10T23:05:16.271Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-10T23:05:16.271Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-10T23:05:16.271Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-10T23:05:16.271Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-10T23:05:16.271Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-10T23:05:16.271Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-10T23:05:16.271Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-10T23:05:16.271Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-10T23:05:16.271Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-10T23:05:16.271Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-10T23:05:16.271Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-10T23:05:16.271Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-10T23:05:16.271Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-10T23:05:16.271Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-10T23:05:16.271Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-10T23:05:16.405Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-06-10T23:05:16.405Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-06-10T23:05:16.405Z] --- PASS: TestPeerCertificateMarshalJSON (0.35s) [2021-06-10T23:05:16.405Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-06-10T23:05:16.405Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-06-10T23:05:16.405Z] === RUN TestMiddleware [2021-06-10T23:05:16.405Z] --- PASS: TestMiddleware (0.00s) [2021-06-10T23:05:16.405Z] === RUN TestNewResponseModifier [2021-06-10T23:05:16.405Z] --- PASS: TestNewResponseModifier (0.00s) [2021-06-10T23:05:16.405Z] PASS [2021-06-10T23:05:16.405Z] coverage: 26.8% of statements [2021-06-10T23:05:16.405Z] ok github.com/docker/docker/pkg/authorization 0.392s coverage: 26.8% of statements [2021-06-10T23:05:16.405Z] === RUN TestIsArchivePathDir [2021-06-10T23:05:16.868Z] --- PASS: TestIsArchivePathDir (0.08s) [2021-06-10T23:05:16.868Z] === RUN TestIsArchivePathInvalidFile [2021-06-10T23:05:16.868Z] --- PASS: TestIsArchivePathInvalidFile (0.13s) [2021-06-10T23:05:16.868Z] === RUN TestIsArchivePathTar [2021-06-10T23:05:16.868Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.82s) [2021-06-10T23:05:16.868Z] === RUN TestNetworkDBCRUDTableEntry [2021-06-10T23:05:16.868Z] --- PASS: TestIsArchivePathTar (0.15s) [2021-06-10T23:05:16.868Z] === RUN TestDecompressStreamGzip [2021-06-10T23:05:16.868Z] --- PASS: TestDecompressStreamGzip (0.10s) [2021-06-10T23:05:16.868Z] === RUN TestDecompressStreamBzip2 [2021-06-10T23:05:17.330Z] === RUN TestUnbuffered [2021-06-10T23:05:17.330Z] --- PASS: TestUnbuffered (0.00s) [2021-06-10T23:05:17.330Z] === RUN TestRaceUnbuffered [2021-06-10T23:05:17.330Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-06-10T23:05:17.330Z] PASS [2021-06-10T23:05:17.330Z] coverage: 100.0% of statements [2021-06-10T23:05:17.330Z] ok github.com/docker/docker/pkg/broadcaster 0.037s coverage: 100.0% of statements [2021-06-10T23:05:17.330Z] --- PASS: TestDecompressStreamBzip2 (0.09s) [2021-06-10T23:05:17.330Z] === RUN TestDecompressStreamXz [2021-06-10T23:05:17.330Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-06-10T23:05:17.330Z] archive_test.go:134: Xz not present in msys2 [2021-06-10T23:05:17.330Z] === RUN TestCompressStreamXzUnsupported [2021-06-10T23:05:17.330Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-06-10T23:05:17.330Z] === RUN TestCompressStreamBzip2Unsupported [2021-06-10T23:05:17.330Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-06-10T23:05:17.330Z] === RUN TestCompressStreamInvalid [2021-06-10T23:05:17.330Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-06-10T23:05:17.330Z] === RUN TestExtensionInvalid [2021-06-10T23:05:17.330Z] --- PASS: TestExtensionInvalid (0.00s) [2021-06-10T23:05:17.330Z] === RUN TestExtensionUncompressed [2021-06-10T23:05:17.330Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-06-10T23:05:17.330Z] === RUN TestExtensionBzip2 [2021-06-10T23:05:17.330Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-06-10T23:05:17.330Z] === RUN TestExtensionGzip [2021-06-10T23:05:17.330Z] --- PASS: TestExtensionGzip (0.00s) [2021-06-10T23:05:17.330Z] === RUN TestExtensionXz [2021-06-10T23:05:17.330Z] --- PASS: TestExtensionXz (0.00s) [2021-06-10T23:05:17.330Z] === RUN TestCmdStreamLargeStderr [2021-06-10T23:05:17.330Z] --- PASS: TestCmdStreamLargeStderr (0.06s) [2021-06-10T23:05:17.330Z] === RUN TestCmdStreamBad [2021-06-10T23:05:17.330Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-06-10T23:05:17.330Z] archive_test.go:239: Failing on Windows CI machines [2021-06-10T23:05:17.330Z] === RUN TestCmdStreamGood [2021-06-10T23:05:17.330Z] --- PASS: TestCmdStreamGood (0.04s) [2021-06-10T23:05:17.330Z] === RUN TestUntarPathWithInvalidDest [2021-06-10T23:05:17.330Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2021-06-10T23:05:17.330Z] === RUN TestUntarPathWithInvalidSrc [2021-06-10T23:05:17.330Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-06-10T23:05:17.330Z] === RUN TestUntarPath [2021-06-10T23:05:17.330Z] --- PASS: TestUntarPath (0.05s) [2021-06-10T23:05:17.330Z] === RUN TestUntarPathWithDestinationFile [2021-06-10T23:05:17.330Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-06-10T23:05:17.330Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-06-10T23:05:17.330Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2021-06-10T23:05:17.330Z] === RUN TestCopyWithTarInvalidSrc [2021-06-10T23:05:17.330Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-06-10T23:05:17.330Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-06-10T23:05:17.330Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-06-10T23:05:17.330Z] === RUN TestCopyWithTarSrcFile [2021-06-10T23:05:17.330Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-06-10T23:05:17.330Z] === RUN TestCopyWithTarSrcFolder [2021-06-10T23:05:17.330Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-06-10T23:05:17.330Z] === RUN TestCopyFileWithTarInvalidSrc [2021-06-10T23:05:17.330Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-06-10T23:05:17.330Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-06-10T23:05:17.330Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-06-10T23:05:17.330Z] === RUN TestCopyFileWithTarSrcFolder [2021-06-10T23:05:17.330Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-06-10T23:05:17.330Z] === RUN TestCopyFileWithTarSrcFile [2021-06-10T23:05:17.330Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-06-10T23:05:17.330Z] === RUN TestTarFiles [2021-06-10T23:05:17.793Z] === RUN TestMatch [2021-06-10T23:05:17.793Z] === RUN TestMatch/[[]] [2021-06-10T23:05:17.793Z] === RUN TestMatch/[[foo]] [2021-06-10T23:05:17.793Z] === RUN TestMatch/[[bar]_[foo]] [2021-06-10T23:05:17.793Z] === RUN TestMatch/[[foo_bar]] [2021-06-10T23:05:17.793Z] === RUN TestMatch/[[qux]_[foo]] [2021-06-10T23:05:17.793Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-06-10T23:05:17.793Z] === RUN TestMatch/[] [2021-06-10T23:05:17.793Z] === RUN TestMatch/[]#01 [2021-06-10T23:05:17.793Z] === RUN TestMatch/[[qux]] [2021-06-10T23:05:17.793Z] === RUN TestMatch/[[foo_bar_qux]] [2021-06-10T23:05:17.793Z] === RUN TestMatch/[[qux]_[baz]] [2021-06-10T23:05:17.793Z] === RUN TestMatch/[[foo_baz]] [2021-06-10T23:05:17.793Z] --- PASS: TestMatch (0.00s) [2021-06-10T23:05:17.793Z] --- PASS: TestMatch/[[]] (0.00s) [2021-06-10T23:05:17.793Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-06-10T23:05:17.793Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-06-10T23:05:17.793Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-06-10T23:05:17.793Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-06-10T23:05:17.793Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-06-10T23:05:17.793Z] --- PASS: TestMatch/[] (0.00s) [2021-06-10T23:05:17.793Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-06-10T23:05:17.793Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-06-10T23:05:17.793Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-06-10T23:05:17.793Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-06-10T23:05:17.793Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-06-10T23:05:17.793Z] PASS [2021-06-10T23:05:17.793Z] coverage: 87.5% of statements [2021-06-10T23:05:17.793Z] ok github.com/docker/docker/pkg/capabilities 0.035s coverage: 87.5% of statements [2021-06-10T23:05:19.342Z] === RUN TestChrootTarUntar [2021-06-10T23:05:19.342Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-06-10T23:05:19.342Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:05:19.342Z] === RUN TestChrootUntarWithHugeExcludesList [2021-06-10T23:05:19.342Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-06-10T23:05:19.342Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:05:19.342Z] === RUN TestChrootUntarEmptyArchive [2021-06-10T23:05:19.342Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-06-10T23:05:19.342Z] === RUN TestChrootTarUntarWithSymlink [2021-06-10T23:05:19.342Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-06-10T23:05:19.342Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-10T23:05:19.342Z] === RUN TestChrootCopyWithTar [2021-06-10T23:05:19.342Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-06-10T23:05:19.342Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-10T23:05:19.342Z] === RUN TestChrootCopyFileWithTar [2021-06-10T23:05:19.343Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-06-10T23:05:19.343Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:05:19.343Z] === RUN TestChrootUntarPath [2021-06-10T23:05:19.343Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-06-10T23:05:19.343Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-10T23:05:19.343Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-06-10T23:05:19.343Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-06-10T23:05:19.343Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:05:19.343Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-06-10T23:05:19.343Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-06-10T23:05:19.343Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:05:19.343Z] === RUN TestChrootApplyDotDotFile [2021-06-10T23:05:19.343Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-06-10T23:05:19.343Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:05:19.343Z] PASS [2021-06-10T23:05:19.343Z] coverage: 15.4% of statements [2021-06-10T23:05:19.343Z] ok github.com/docker/docker/pkg/chrootarchive 0.082s coverage: 15.4% of statements [2021-06-10T23:05:19.343Z] 2021/06/10 23:05:18 Closing DB instances... [2021-06-10T23:05:19.806Z] === RUN TestSizeEmpty [2021-06-10T23:05:19.806Z] --- PASS: TestSizeEmpty (0.00s) [2021-06-10T23:05:19.806Z] === RUN TestSizeEmptyFile [2021-06-10T23:05:19.806Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-06-10T23:05:19.806Z] === RUN TestSizeNonemptyFile [2021-06-10T23:05:19.806Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-06-10T23:05:19.806Z] === RUN TestSizeNestedDirectoryEmpty [2021-06-10T23:05:19.806Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-06-10T23:05:19.806Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-06-10T23:05:19.806Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-06-10T23:05:19.806Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-06-10T23:05:19.806Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-06-10T23:05:19.806Z] === RUN TestMoveToSubdir [2021-06-10T23:05:19.806Z] --- PASS: TestMoveToSubdir (0.00s) [2021-06-10T23:05:19.806Z] === RUN TestSizeNonExistingDirectory [2021-06-10T23:05:19.806Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-06-10T23:05:19.806Z] PASS [2021-06-10T23:05:19.806Z] coverage: 80.0% of statements [2021-06-10T23:05:19.806Z] ok github.com/docker/docker/pkg/directory 0.048s coverage: 80.0% of statements [2021-06-10T23:05:20.446Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-10T23:05:20.446Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-10T23:05:20.782Z] --- PASS: TestTarFiles (3.11s) [2021-06-10T23:05:20.782Z] === RUN TestTarUntar [2021-06-10T23:05:20.782Z] --- PASS: TestTarUntar (0.02s) [2021-06-10T23:05:20.782Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-06-10T23:05:20.782Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-06-10T23:05:20.782Z] === RUN TestTarWithOptions [2021-06-10T23:05:20.782Z] --- PASS: TestTarWithOptions (0.01s) [2021-06-10T23:05:20.782Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-06-10T23:05:20.782Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-06-10T23:05:20.782Z] === RUN TestUntarUstarGnuConflict [2021-06-10T23:05:20.782Z] --- PASS: TestUntarUstarGnuConflict (0.01s) [2021-06-10T23:05:20.782Z] === RUN TestUntarInvalidFilenames [2021-06-10T23:05:20.782Z] --- PASS: TestNetworkDBCRUDTableEntry (3.82s) [2021-06-10T23:05:20.782Z] === RUN TestNetworkDBCRUDTableEntries [2021-06-10T23:05:20.782Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames733390218\\dest" [2021-06-10T23:05:20.782Z] --- PASS: TestUntarInvalidFilenames (0.10s) [2021-06-10T23:05:20.782Z] === RUN TestUntarHardlinkToSymlink [2021-06-10T23:05:20.782Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-06-10T23:05:20.782Z] === RUN TestUntarInvalidHardlink [2021-06-10T23:05:20.782Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink108282427\\victim\\hello" -> "../victim/hello" [2021-06-10T23:05:20.782Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink266197598\\victim\\hello" -> "/../victim/hello" [2021-06-10T23:05:20.782Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink269623333\\victim" -> "../victim" [2021-06-10T23:05:20.782Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink983139648\\victim" -> "../victim" [2021-06-10T23:05:20.782Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink061338015\\victim" -> "../victim" [2021-06-10T23:05:20.782Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink545262194\\victim" -> "../victim" [2021-06-10T23:05:20.782Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2021-06-10T23:05:20.782Z] === RUN TestUntarInvalidSymlink [2021-06-10T23:05:20.782Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink502816553\\dest\\dotdot" -> "../victim/hello" [2021-06-10T23:05:20.782Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink884250228\\dest\\slash-dotdot" -> "/../victim/hello" [2021-06-10T23:05:20.782Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink231598403\\dest\\loophole-victim" -> "../victim" [2021-06-10T23:05:20.782Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink009105862\\dest\\loophole-victim" -> "../victim" [2021-06-10T23:05:20.782Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink383296109\\dest\\loophole-victim" -> "../victim" [2021-06-10T23:05:20.782Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink462818536\\dest\\loophole-victim" -> "../victim" [2021-06-10T23:05:20.782Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink307559207\\dest\\dir\\loophole" -> "../../victim" [2021-06-10T23:05:20.782Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2021-06-10T23:05:20.782Z] === RUN TestTempArchiveCloseMultipleTimes [2021-06-10T23:05:20.782Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-06-10T23:05:20.782Z] === RUN TestXGlobalNoParent [2021-06-10T23:05:20.782Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-06-10T23:05:20.782Z] === RUN TestReplaceFileTarWrapper [2021-06-10T23:05:20.782Z] --- PASS: TestReplaceFileTarWrapper (0.11s) [2021-06-10T23:05:20.782Z] === RUN TestPrefixHeaderReadable [2021-06-10T23:05:20.782Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-06-10T23:05:20.782Z] === RUN TestDisablePigz [2021-06-10T23:05:20.782Z] --- PASS: TestDisablePigz (0.09s) [2021-06-10T23:05:20.782Z] archive_test.go:1331: Test will not check full path when Pigz not installed [2021-06-10T23:05:20.782Z] === RUN TestPigz [2021-06-10T23:05:21.245Z] === RUN Test [2021-06-10T23:05:21.245Z] === RUN Test/TestContainsEntry [2021-06-10T23:05:21.245Z] === RUN Test/TestCreateEntries [2021-06-10T23:05:21.245Z] === RUN Test/TestEntriesDiff [2021-06-10T23:05:21.245Z] === RUN Test/TestEntriesEquality [2021-06-10T23:05:21.245Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-06-10T23:05:21.245Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-06-10T23:05:21.245Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-06-10T23:05:21.245Z] === RUN Test/TestGeneratorNotGenerate [2021-06-10T23:05:21.245Z] === RUN Test/TestGeneratorWithPort [2021-06-10T23:05:21.245Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-06-10T23:05:21.245Z] === RUN Test/TestNewEntry [2021-06-10T23:05:21.245Z] === RUN Test/TestParse [2021-06-10T23:05:21.245Z] --- PASS: Test (0.00s) [2021-06-10T23:05:21.245Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-06-10T23:05:21.245Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-06-10T23:05:21.245Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-06-10T23:05:21.245Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-06-10T23:05:21.245Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-06-10T23:05:21.245Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-06-10T23:05:21.245Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-06-10T23:05:21.245Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-06-10T23:05:21.245Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-06-10T23:05:21.245Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-06-10T23:05:21.245Z] --- PASS: Test/TestNewEntry (0.00s) [2021-06-10T23:05:21.245Z] --- PASS: Test/TestParse (0.00s) [2021-06-10T23:05:21.245Z] PASS [2021-06-10T23:05:21.245Z] coverage: 58.3% of statements [2021-06-10T23:05:21.245Z] ok github.com/docker/docker/pkg/discovery 0.040s coverage: 58.3% of statements [2021-06-10T23:05:21.245Z] --- PASS: TestPigz (0.11s) [2021-06-10T23:05:21.245Z] archive_test.go:1360: Tested whether Pigz is not used, as it not installed [2021-06-10T23:05:21.245Z] === RUN TestCopyFileWithInvalidDest [2021-06-10T23:05:21.245Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-06-10T23:05:21.245Z] archive_windows_test.go:16: Currently fails [2021-06-10T23:05:21.245Z] === RUN TestCanonicalTarNameForPath [2021-06-10T23:05:21.245Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-06-10T23:05:21.245Z] === RUN TestCanonicalTarName [2021-06-10T23:05:21.245Z] --- PASS: TestCanonicalTarName (0.00s) [2021-06-10T23:05:21.245Z] === RUN TestChmodTarEntry [2021-06-10T23:05:21.245Z] --- PASS: TestChmodTarEntry (0.00s) [2021-06-10T23:05:21.245Z] === RUN TestHardLinkOrder [2021-06-10T23:05:21.245Z] --- PASS: TestHardLinkOrder (0.06s) [2021-06-10T23:05:21.245Z] === RUN TestChangeString [2021-06-10T23:05:21.245Z] --- PASS: TestChangeString (0.00s) [2021-06-10T23:05:21.245Z] === RUN TestChangesWithNoChanges [2021-06-10T23:05:21.245Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-06-10T23:05:21.245Z] === RUN TestChangesWithChanges [2021-06-10T23:05:21.245Z] --- PASS: TestChangesWithChanges (0.02s) [2021-06-10T23:05:21.245Z] === RUN TestChangesWithChangesGH13590 [2021-06-10T23:05:21.245Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-06-10T23:05:21.245Z] changes_test.go:196: needs more investigation [2021-06-10T23:05:21.245Z] === RUN TestChangesDirsEmpty [2021-06-10T23:05:21.245Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2021-06-10T23:05:21.245Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-10T23:05:21.245Z] === RUN TestChangesDirsMutated [2021-06-10T23:05:21.245Z] --- SKIP: TestChangesDirsMutated (0.00s) [2021-06-10T23:05:21.245Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-10T23:05:21.245Z] === RUN TestApplyLayer [2021-06-10T23:05:21.245Z] --- SKIP: TestApplyLayer (0.00s) [2021-06-10T23:05:21.245Z] changes_test.go:433: needs further investigation [2021-06-10T23:05:21.245Z] === RUN TestChangesSizeWithHardlinks [2021-06-10T23:05:21.245Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-06-10T23:05:21.245Z] changes_test.go:469: needs further investigation [2021-06-10T23:05:21.245Z] === RUN TestChangesSizeWithNoChanges [2021-06-10T23:05:21.245Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-06-10T23:05:21.245Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-06-10T23:05:21.245Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-06-10T23:05:21.245Z] === RUN TestChangesSize [2021-06-10T23:05:21.245Z] --- PASS: TestChangesSize (0.00s) [2021-06-10T23:05:21.245Z] === RUN TestApplyLayerInvalidFilenames [2021-06-10T23:05:21.245Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames807405036\\dest" [2021-06-10T23:05:21.245Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-06-10T23:05:21.245Z] === RUN TestApplyLayerInvalidHardlink [2021-06-10T23:05:21.245Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink640207870\\victim\\hello" -> "../victim/hello" [2021-06-10T23:05:21.245Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink337536837\\victim\\hello" -> "/../victim/hello" [2021-06-10T23:05:21.245Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink169154528\\victim" -> "../victim" [2021-06-10T23:05:21.245Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink287101375\\victim" -> "../victim" [2021-06-10T23:05:21.245Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink512536594\\victim" -> "../victim" [2021-06-10T23:05:21.245Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink993691721\\victim" -> "../victim" [2021-06-10T23:05:21.245Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2021-06-10T23:05:21.245Z] === RUN TestApplyLayerInvalidSymlink [2021-06-10T23:05:21.245Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink294874388\\dest\\dotdot" -> "../victim/hello" [2021-06-10T23:05:21.245Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink071470947\\dest\\slash-dotdot" -> "/../victim/hello" [2021-06-10T23:05:21.245Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink935862630\\dest\\loophole-victim" -> "../victim" [2021-06-10T23:05:21.245Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink968716173\\dest\\loophole-victim" -> "../victim" [2021-06-10T23:05:21.245Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink528298888\\dest\\loophole-victim" -> "../victim" [2021-06-10T23:05:21.245Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink144934727\\dest\\loophole-victim" -> "../victim" [2021-06-10T23:05:21.245Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-06-10T23:05:21.245Z] === RUN TestApplyLayerWhiteouts [2021-06-10T23:05:21.245Z] --- PASS: TestApplyLayerWhiteouts (0.05s) [2021-06-10T23:05:21.245Z] === RUN TestGenerateEmptyFile [2021-06-10T23:05:21.245Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-06-10T23:05:21.245Z] === RUN TestGenerateWithContent [2021-06-10T23:05:21.245Z] --- PASS: TestGenerateWithContent (0.00s) [2021-06-10T23:05:21.245Z] PASS [2021-06-10T23:05:21.245Z] coverage: 61.8% of statements [2021-06-10T23:05:21.245Z] ok github.com/docker/docker/pkg/archive 4.833s coverage: 61.8% of statements [2021-06-10T23:05:22.221Z] === RUN Test [2021-06-10T23:05:22.221Z] === RUN Test/TestContent [2021-06-10T23:05:22.221Z] === RUN Test/TestInitialize [2021-06-10T23:05:22.221Z] === RUN Test/TestNew [2021-06-10T23:05:22.221Z] === RUN Test/TestParsingContentsWithComments [2021-06-10T23:05:22.221Z] === RUN Test/TestRegister [2021-06-10T23:05:22.221Z] === RUN Test/TestWatch [2021-06-10T23:05:22.221Z] --- PASS: Test (0.01s) [2021-06-10T23:05:22.221Z] --- PASS: Test/TestContent (0.00s) [2021-06-10T23:05:22.221Z] --- PASS: Test/TestInitialize (0.00s) [2021-06-10T23:05:22.221Z] --- PASS: Test/TestNew (0.00s) [2021-06-10T23:05:22.221Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-06-10T23:05:22.221Z] --- PASS: Test/TestRegister (0.00s) [2021-06-10T23:05:22.221Z] --- PASS: Test/TestWatch (0.01s) [2021-06-10T23:05:22.221Z] PASS [2021-06-10T23:05:22.221Z] coverage: 97.6% of statements [2021-06-10T23:05:22.221Z] ok github.com/docker/docker/pkg/discovery/file 0.053s coverage: 97.6% of statements [2021-06-10T23:05:23.197Z] 2021/06/10 23:05:22 Closing DB instances... [2021-06-10T23:05:23.660Z] === RUN Test [2021-06-10T23:05:23.660Z] === RUN Test/TestInitialize [2021-06-10T23:05:23.660Z] time="2021-06-10T23:05:23Z" level=info msg="Initializing discovery without TLS" [2021-06-10T23:05:23.660Z] time="2021-06-10T23:05:23Z" level=info msg="Initializing discovery without TLS" [2021-06-10T23:05:23.660Z] time="2021-06-10T23:05:23Z" level=info msg="Initializing discovery without TLS" [2021-06-10T23:05:23.660Z] === RUN Test/TestInitializeWithCerts [2021-06-10T23:05:23.660Z] time="2021-06-10T23:05:23Z" level=info msg="Initializing discovery with TLS" [2021-06-10T23:05:23.660Z] === RUN Test/TestWatch [2021-06-10T23:05:23.660Z] time="2021-06-10T23:05:23Z" level=info msg="Initializing discovery without TLS" [2021-06-10T23:05:24.125Z] --- PASS: TestNetworkDBCRUDTableEntries (3.62s) [2021-06-10T23:05:24.125Z] === RUN TestNetworkDBNodeLeave [2021-06-10T23:05:24.825Z] tests/integration/api_container_test.py ....x...........x............... [ 16%] [2021-06-10T23:05:25.702Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-10T23:05:25.702Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-10T23:05:27.050Z] --- PASS: Test (3.11s) [2021-06-10T23:05:27.050Z] --- PASS: Test/TestInitialize (0.11s) [2021-06-10T23:05:27.050Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-06-10T23:05:27.050Z] --- PASS: Test/TestWatch (3.00s) [2021-06-10T23:05:27.050Z] PASS [2021-06-10T23:05:27.050Z] coverage: 84.1% of statements [2021-06-10T23:05:27.050Z] ok github.com/docker/docker/pkg/discovery/kv 3.157s coverage: 84.1% of statements [2021-06-10T23:05:27.050Z] --- PASS: TestNetworkDBNodeLeave (2.81s) [2021-06-10T23:05:27.050Z] === RUN TestNetworkDBWatch [2021-06-10T23:05:27.513Z] === RUN Test [2021-06-10T23:05:27.513Z] === RUN Test/TestWatch [2021-06-10T23:05:27.513Z] --- PASS: Test (0.00s) [2021-06-10T23:05:27.513Z] --- PASS: Test/TestWatch (0.00s) [2021-06-10T23:05:27.513Z] PASS [2021-06-10T23:05:27.513Z] coverage: 92.3% of statements [2021-06-10T23:05:27.513Z] ok github.com/docker/docker/pkg/discovery/memory 0.042s coverage: 92.3% of statements [2021-06-10T23:05:28.488Z] === RUN Test [2021-06-10T23:05:28.488Z] === RUN Test/TestInitialize [2021-06-10T23:05:28.488Z] === RUN Test/TestInitializeWithPattern [2021-06-10T23:05:28.488Z] === RUN Test/TestRegister [2021-06-10T23:05:28.488Z] === RUN Test/TestWatch [2021-06-10T23:05:28.488Z] --- PASS: Test (0.00s) [2021-06-10T23:05:28.488Z] --- PASS: Test/TestInitialize (0.00s) [2021-06-10T23:05:28.488Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-06-10T23:05:28.488Z] --- PASS: Test/TestRegister (0.00s) [2021-06-10T23:05:28.488Z] --- PASS: Test/TestWatch (0.00s) [2021-06-10T23:05:28.488Z] PASS [2021-06-10T23:05:28.488Z] coverage: 93.8% of statements [2021-06-10T23:05:28.488Z] ok github.com/docker/docker/pkg/discovery/nodes 0.046s coverage: 93.8% of statements [2021-06-10T23:05:28.951Z] 2021/06/10 23:05:28 Closing DB instances... [2021-06-10T23:05:29.414Z] === RUN TestPollerAddRemove [2021-06-10T23:05:29.414Z] --- PASS: TestPollerAddRemove (0.00s) [2021-06-10T23:05:29.414Z] === RUN TestPollerEvent [2021-06-10T23:05:29.414Z] --- SKIP: TestPollerEvent (0.00s) [2021-06-10T23:05:29.414Z] poller_test.go:41: No chmod on Windows [2021-06-10T23:05:29.414Z] === RUN TestPollerClose [2021-06-10T23:05:29.414Z] --- PASS: TestPollerClose (0.00s) [2021-06-10T23:05:29.414Z] PASS [2021-06-10T23:05:29.414Z] coverage: 39.4% of statements [2021-06-10T23:05:29.414Z] ok github.com/docker/docker/pkg/filenotify 0.037s coverage: 39.4% of statements [2021-06-10T23:05:30.392Z] --- PASS: TestNetworkDBWatch (3.05s) [2021-06-10T23:05:30.392Z] === RUN TestNetworkDBBulkSync [2021-06-10T23:05:30.392Z] === RUN TestCopyFileWithInvalidSrc [2021-06-10T23:05:30.392Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestCopyFileWithInvalidDest [2021-06-10T23:05:30.392Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestCopyFileWithSameSrcAndDest [2021-06-10T23:05:30.392Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-06-10T23:05:30.392Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestCopyFile [2021-06-10T23:05:30.392Z] --- PASS: TestCopyFile (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-06-10T23:05:30.392Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-06-10T23:05:30.392Z] fileutils_test.go:134: Needs porting to Windows [2021-06-10T23:05:30.392Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-06-10T23:05:30.392Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestReadSymlinkedDirectoryToFile [2021-06-10T23:05:30.392Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-06-10T23:05:30.392Z] fileutils_test.go:180: Needs porting to Windows [2021-06-10T23:05:30.392Z] === RUN TestWildcardMatches [2021-06-10T23:05:30.392Z] --- PASS: TestWildcardMatches (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestPatternMatches [2021-06-10T23:05:30.392Z] --- PASS: TestPatternMatches (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-06-10T23:05:30.392Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestPatternMatchesFolderExclusions [2021-06-10T23:05:30.392Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-06-10T23:05:30.392Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-06-10T23:05:30.392Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-06-10T23:05:30.392Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-06-10T23:05:30.392Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestSingleExclamationError [2021-06-10T23:05:30.392Z] --- PASS: TestSingleExclamationError (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestMatchesWithNoPatterns [2021-06-10T23:05:30.392Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestMatchesWithMalformedPatterns [2021-06-10T23:05:30.392Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestMatches [2021-06-10T23:05:30.392Z] --- PASS: TestMatches (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestCleanPatterns [2021-06-10T23:05:30.392Z] --- PASS: TestCleanPatterns (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-06-10T23:05:30.392Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestCleanPatternsExceptionFlag [2021-06-10T23:05:30.392Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-06-10T23:05:30.392Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-06-10T23:05:30.392Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestCleanPatternsErrorSingleException [2021-06-10T23:05:30.392Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestCreateIfNotExistsDir [2021-06-10T23:05:30.392Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestCreateIfNotExistsFile [2021-06-10T23:05:30.392Z] --- PASS: TestCreateIfNotExistsFile (0.00s) [2021-06-10T23:05:30.392Z] === RUN TestMatch [2021-06-10T23:05:30.392Z] --- PASS: TestMatch (0.00s) [2021-06-10T23:05:30.392Z] PASS [2021-06-10T23:05:30.392Z] coverage: 87.5% of statements [2021-06-10T23:05:30.392Z] ok github.com/docker/docker/pkg/fileutils 0.061s coverage: 87.5% of statements [2021-06-10T23:05:31.368Z] === RUN TestGet [2021-06-10T23:05:31.368Z] --- PASS: TestGet (0.00s) [2021-06-10T23:05:31.368Z] === RUN TestGetShortcutString [2021-06-10T23:05:31.368Z] --- PASS: TestGetShortcutString (0.00s) [2021-06-10T23:05:31.368Z] PASS [2021-06-10T23:05:31.368Z] coverage: 42.9% of statements [2021-06-10T23:05:31.368Z] ok github.com/docker/docker/pkg/homedir 0.042s coverage: 42.9% of statements [2021-06-10T23:05:31.831Z] 2021/06/10 23:05:31 Closing DB instances... [2021-06-10T23:05:32.288Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-06-10T23:05:32.288Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (5.58s) [2021-06-10T23:05:32.288Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (5.75s) [2021-06-10T23:05:32.288Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.55s) [2021-06-10T23:05:32.288Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (5.41s) [2021-06-10T23:05:32.288Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (5.90s) [2021-06-10T23:05:32.288Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.88s) [2021-06-10T23:05:32.288Z] === RUN TestBuildMultiStageCopy [2021-06-10T23:05:32.288Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-10T23:05:32.296Z] === RUN TestCreateIDMapOrder [2021-06-10T23:05:32.296Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-06-10T23:05:32.296Z] PASS [2021-06-10T23:05:32.296Z] coverage: 7.2% of statements [2021-06-10T23:05:32.296Z] ok github.com/docker/docker/pkg/idtools 0.033s coverage: 7.2% of statements [2021-06-10T23:05:32.759Z] --- PASS: TestGetAddress (21.75s) [2021-06-10T23:05:32.759Z] === RUN TestRequestSyntaxCheck [2021-06-10T23:05:32.759Z] --- PASS: TestRequestSyntaxCheck (0.02s) [2021-06-10T23:05:32.759Z] === RUN TestRequest [2021-06-10T23:05:33.223Z] --- PASS: TestNetworkDBBulkSync (3.01s) [2021-06-10T23:05:33.223Z] === RUN TestNetworkDBCRUDMediumCluster [2021-06-10T23:05:33.223Z] === RUN TestFixedBufferCap [2021-06-10T23:05:33.223Z] --- PASS: TestFixedBufferCap (0.00s) [2021-06-10T23:05:33.223Z] === RUN TestFixedBufferLen [2021-06-10T23:05:33.223Z] --- PASS: TestFixedBufferLen (0.00s) [2021-06-10T23:05:33.223Z] === RUN TestFixedBufferString [2021-06-10T23:05:33.223Z] --- PASS: TestFixedBufferString (0.00s) [2021-06-10T23:05:33.223Z] === RUN TestFixedBufferWrite [2021-06-10T23:05:33.223Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-06-10T23:05:33.223Z] === RUN TestFixedBufferRead [2021-06-10T23:05:33.223Z] --- PASS: TestFixedBufferRead (0.00s) [2021-06-10T23:05:33.223Z] === RUN TestBytesPipeRead [2021-06-10T23:05:33.223Z] --- PASS: TestBytesPipeRead (0.00s) [2021-06-10T23:05:33.223Z] === RUN TestBytesPipeWrite [2021-06-10T23:05:33.223Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-06-10T23:05:33.223Z] === RUN TestBytesPipeWriteRandomChunks [2021-06-10T23:05:33.686Z] --- PASS: TestBytesPipeWriteRandomChunks (0.45s) [2021-06-10T23:05:33.686Z] === RUN TestAtomicWriteToFile [2021-06-10T23:05:33.686Z] --- PASS: TestAtomicWriteToFile (0.00s) [2021-06-10T23:05:33.686Z] === RUN TestAtomicWriteSetCommit [2021-06-10T23:05:33.686Z] --- PASS: TestAtomicWriteSetCommit (0.00s) [2021-06-10T23:05:33.686Z] === RUN TestAtomicWriteSetCancel [2021-06-10T23:05:33.686Z] --- PASS: TestAtomicWriteSetCancel (0.00s) [2021-06-10T23:05:33.686Z] === RUN TestReadCloserWrapperClose [2021-06-10T23:05:33.686Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-06-10T23:05:33.686Z] === RUN TestReaderErrWrapperReadOnError [2021-06-10T23:05:33.686Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-06-10T23:05:33.686Z] === RUN TestReaderErrWrapperRead [2021-06-10T23:05:33.686Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-06-10T23:05:33.686Z] === RUN TestHashData [2021-06-10T23:05:33.686Z] --- PASS: TestHashData (0.00s) [2021-06-10T23:05:33.686Z] === RUN TestCancelReadCloser [2021-06-10T23:05:34.150Z] --- PASS: TestCancelReadCloser (0.10s) [2021-06-10T23:05:34.150Z] === RUN TestWriteCloserWrapperClose [2021-06-10T23:05:34.150Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-06-10T23:05:34.150Z] === RUN TestNopWriteCloser [2021-06-10T23:05:34.150Z] --- PASS: TestNopWriteCloser (0.00s) [2021-06-10T23:05:34.150Z] === RUN TestNopWriter [2021-06-10T23:05:34.150Z] --- PASS: TestNopWriter (0.00s) [2021-06-10T23:05:34.150Z] === RUN TestWriteCounter [2021-06-10T23:05:34.150Z] --- PASS: TestWriteCounter (0.00s) [2021-06-10T23:05:34.150Z] PASS [2021-06-10T23:05:34.150Z] coverage: 68.4% of statements [2021-06-10T23:05:34.150Z] ok github.com/docker/docker/pkg/ioutils 0.604s coverage: 68.4% of statements [2021-06-10T23:05:35.126Z] === RUN TestError [2021-06-10T23:05:35.126Z] --- PASS: TestError (0.00s) [2021-06-10T23:05:35.126Z] === RUN TestProgressString [2021-06-10T23:05:35.126Z] === RUN TestProgressString/no_progress [2021-06-10T23:05:35.126Z] === RUN TestProgressString/progress_1 [2021-06-10T23:05:35.126Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-06-10T23:05:35.126Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-06-10T23:05:35.126Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-06-10T23:05:35.126Z] === RUN TestProgressString/with_units [2021-06-10T23:05:35.126Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-06-10T23:05:35.126Z] === RUN TestProgressString/hide_counts [2021-06-10T23:05:35.126Z] --- PASS: TestProgressString (0.00s) [2021-06-10T23:05:35.126Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-06-10T23:05:35.126Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-06-10T23:05:35.126Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-06-10T23:05:35.126Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-06-10T23:05:35.126Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-06-10T23:05:35.126Z] --- PASS: TestProgressString/with_units (0.00s) [2021-06-10T23:05:35.126Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-06-10T23:05:35.126Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-06-10T23:05:35.126Z] === RUN TestJSONMessageDisplay [2021-06-10T23:05:35.126Z] === RUN TestStandardLongPath [2021-06-10T23:05:35.126Z] --- PASS: TestStandardLongPath (0.00s) [2021-06-10T23:05:35.126Z] === RUN TestUNCLongPath [2021-06-10T23:05:35.126Z] --- PASS: TestUNCLongPath (0.00s) [2021-06-10T23:05:35.126Z] PASS [2021-06-10T23:05:35.126Z] coverage: 100.0% of statements [2021-06-10T23:05:35.126Z] ok github.com/docker/docker/pkg/longpath 0.031s coverage: 100.0% of statements [2021-06-10T23:05:35.126Z] --- PASS: TestJSONMessageDisplay (0.12s) [2021-06-10T23:05:35.126Z] === RUN TestJSONMessageDisplayWithJSONError [2021-06-10T23:05:35.126Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-06-10T23:05:35.126Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-06-10T23:05:35.126Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-06-10T23:05:35.126Z] === RUN TestDisplayJSONMessagesStream [2021-06-10T23:05:35.126Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-06-10T23:05:35.126Z] PASS [2021-06-10T23:05:35.126Z] coverage: 91.7% of statements [2021-06-10T23:05:35.126Z] ok github.com/docker/docker/pkg/jsonmessage 0.152s coverage: 91.7% of statements [2021-06-10T23:05:35.558Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-10T23:05:35.589Z] === RUN TestNameFormat [2021-06-10T23:05:35.589Z] --- PASS: TestNameFormat (0.00s) [2021-06-10T23:05:35.589Z] === RUN TestNameRetries [2021-06-10T23:05:35.589Z] --- PASS: TestNameRetries (0.00s) [2021-06-10T23:05:35.589Z] PASS [2021-06-10T23:05:35.589Z] coverage: 85.7% of statements [2021-06-10T23:05:35.589Z] ok github.com/docker/docker/pkg/namesgenerator 0.032s coverage: 85.7% of statements [2021-06-10T23:05:35.816Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-10T23:05:36.053Z] === RUN TestParseKeyValueOpt [2021-06-10T23:05:36.053Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-06-10T23:05:36.053Z] === RUN TestParseUintList [2021-06-10T23:05:36.053Z] --- PASS: TestParseUintList (0.00s) [2021-06-10T23:05:36.053Z] === RUN TestParseUintListMaximumLimits [2021-06-10T23:05:36.053Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-06-10T23:05:36.053Z] PASS [2021-06-10T23:05:36.053Z] coverage: 97.0% of statements [2021-06-10T23:05:36.053Z] ok github.com/docker/docker/pkg/parsers 0.037s coverage: 97.0% of statements [2021-06-10T23:05:36.053Z] 2021/06/10 23:05:35 Closing DB instances... [2021-06-10T23:05:36.379Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-10T23:05:36.516Z] === RUN TestNewAndRemove [2021-06-10T23:05:36.516Z] --- PASS: TestNewAndRemove (0.00s) [2021-06-10T23:05:36.516Z] === RUN TestRemoveInvalidPath [2021-06-10T23:05:36.516Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-06-10T23:05:36.516Z] PASS [2021-06-10T23:05:36.516Z] coverage: 82.6% of statements [2021-06-10T23:05:36.516Z] ok github.com/docker/docker/pkg/pidfile 0.031s coverage: 82.6% of statements [2021-06-10T23:05:36.945Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-10T23:05:36.979Z] time="2021-06-10T23:05:36Z" level=error msg="node: e6613299c880 is unknown to memberlist" [2021-06-10T23:05:36.979Z] time="2021-06-10T23:05:36Z" level=error msg="node: e6613299c880 is unknown to memberlist" [2021-06-10T23:05:36.979Z] time="2021-06-10T23:05:36Z" level=error msg="node: e6613299c880 is unknown to memberlist" [2021-06-10T23:05:36.979Z] time="2021-06-10T23:05:36Z" level=error msg="node: e6613299c880 is unknown to memberlist" [2021-06-10T23:05:37.441Z] === RUN TestFailedConnection [2021-06-10T23:05:37.441Z] === RUN TestParseEmptyInterface [2021-06-10T23:05:37.441Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-06-10T23:05:37.441Z] === RUN TestParseNonInterfaceType [2021-06-10T23:05:37.441Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-06-10T23:05:37.441Z] === RUN TestParseWithOneFunction [2021-06-10T23:05:37.441Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-06-10T23:05:37.441Z] === RUN TestParseWithMultipleFuncs [2021-06-10T23:05:37.441Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-06-10T23:05:37.441Z] === RUN TestParseWithUnnamedReturn [2021-06-10T23:05:37.441Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-06-10T23:05:37.441Z] === RUN TestEmbeddedInterface [2021-06-10T23:05:37.441Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-06-10T23:05:37.441Z] === RUN TestParsedImports [2021-06-10T23:05:37.441Z] --- PASS: TestParsedImports (0.00s) [2021-06-10T23:05:37.441Z] === RUN TestAliasedImports [2021-06-10T23:05:37.441Z] --- PASS: TestAliasedImports (0.00s) [2021-06-10T23:05:37.441Z] PASS [2021-06-10T23:05:37.441Z] coverage: 56.8% of statements [2021-06-10T23:05:37.441Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.043s coverage: 56.8% of statements [2021-06-10T23:05:37.510Z] --- PASS: TestBuildMultiStageCopy (6.22s) [2021-06-10T23:05:37.510Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.83s) [2021-06-10T23:05:37.510Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.60s) [2021-06-10T23:05:37.510Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.59s) [2021-06-10T23:05:37.510Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.58s) [2021-06-10T23:05:37.510Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.62s) [2021-06-10T23:05:37.510Z] === RUN TestBuildMultiStageParentConfig [2021-06-10T23:05:37.905Z] time="2021-06-10T23:05:37Z" level=error msg="node: 0b7b2d1f08c1 is unknown to memberlist" [2021-06-10T23:05:37.905Z] --- PASS: TestRequest (5.21s) [2021-06-10T23:05:37.905Z] === RUN TestOverlappingRequests [2021-06-10T23:05:38.369Z] --- PASS: TestOverlappingRequests (0.22s) [2021-06-10T23:05:38.369Z] === RUN TestRelease [2021-06-10T23:05:38.369Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.24s) [2021-06-10T23:05:38.369Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-06-10T23:05:38.833Z] === RUN TestHTTPTransport [2021-06-10T23:05:38.833Z] --- PASS: TestHTTPTransport (0.00s) [2021-06-10T23:05:38.833Z] PASS [2021-06-10T23:05:38.833Z] coverage: 85.7% of statements [2021-06-10T23:05:38.833Z] ok github.com/docker/docker/pkg/plugins/transport 0.032s coverage: 85.7% of statements [2021-06-10T23:05:38.833Z] --- PASS: TestRelease (0.80s) [2021-06-10T23:05:38.833Z] === RUN TestAllocateRandomDeallocate [2021-06-10T23:05:38.881Z] --- PASS: TestBuildMultiStageParentConfig (1.39s) [2021-06-10T23:05:38.881Z] === RUN TestBuildLabelWithTargets [2021-06-10T23:05:39.296Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-06-10T23:05:39.296Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-06-10T23:05:39.296Z] === RUN TestBufioReaderPoolPutAndGet [2021-06-10T23:05:39.296Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-06-10T23:05:39.296Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-06-10T23:05:39.296Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-06-10T23:05:39.296Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-06-10T23:05:39.296Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-06-10T23:05:39.296Z] === RUN TestBufioWriterPoolPutAndGet [2021-06-10T23:05:39.296Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-06-10T23:05:39.296Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-06-10T23:05:39.296Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-06-10T23:05:39.296Z] === RUN TestBufferPoolPutAndGet [2021-06-10T23:05:39.296Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-06-10T23:05:39.296Z] PASS [2021-06-10T23:05:39.296Z] coverage: 88.2% of statements [2021-06-10T23:05:39.296Z] ok github.com/docker/docker/pkg/pools 0.028s coverage: 88.2% of statements [2021-06-10T23:05:39.851Z] --- PASS: TestFailedConnection (2.01s) [2021-06-10T23:05:39.851Z] === RUN TestFailOnce [2021-06-10T23:05:39.851Z] 2021/06/10 23:05:39 http: panic serving 127.0.0.1:49290: Plugin not ready [2021-06-10T23:05:39.851Z] goroutine 23 [running]: [2021-06-10T23:05:39.851Z] net/http.(*conn).serve.func1(0xc000138000) [2021-06-10T23:05:39.851Z] c:/go/src/net/http/server.go:1795 +0x140 [2021-06-10T23:05:39.851Z] panic(0x84ab40, 0x987da0) [2021-06-10T23:05:39.851Z] c:/go/src/runtime/panic.go:679 +0x1c0 [2021-06-10T23:05:39.851Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1(0x99b9e0, 0xc0001040e0, 0xc0000f4200) [2021-06-10T23:05:39.851Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x56 [2021-06-10T23:05:39.851Z] net/http.HandlerFunc.ServeHTTP(0xc0000ee050, 0x99b9e0, 0xc0001040e0, 0xc0000f4200) [2021-06-10T23:05:39.851Z] c:/go/src/net/http/server.go:2036 +0x4b [2021-06-10T23:05:39.851Z] net/http.(*ServeMux).ServeHTTP(0xc0000fe000, 0x99b9e0, 0xc0001040e0, 0xc0000f4200) [2021-06-10T23:05:39.851Z] c:/go/src/net/http/server.go:2416 +0x1c4 [2021-06-10T23:05:39.851Z] net/http.serverHandler.ServeHTTP(0xc000104000, 0x99b9e0, 0xc0001040e0, 0xc0000f4200) [2021-06-10T23:05:39.851Z] c:/go/src/net/http/server.go:2831 +0xab [2021-06-10T23:05:39.851Z] net/http.(*conn).serve(0xc000138000, 0x99c5a0, 0xc0000fe040) [2021-06-10T23:05:39.851Z] c:/go/src/net/http/server.go:1919 +0x87c [2021-06-10T23:05:39.851Z] created by net/http.(*Server).Serve [2021-06-10T23:05:39.851Z] c:/go/src/net/http/server.go:2957 +0x38b [2021-06-10T23:05:39.851Z] time="2021-06-10T23:05:39Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49289/Test.FailOnce: Post http://127.0.0.1:49289/Test.FailOnce: EOF, retrying in 1s" [2021-06-10T23:05:39.851Z] === RUN TestOutputOnPrematureClose [2021-06-10T23:05:39.851Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-06-10T23:05:39.851Z] === RUN TestCompleteSilently [2021-06-10T23:05:39.851Z] --- PASS: TestCompleteSilently (0.00s) [2021-06-10T23:05:39.851Z] PASS [2021-06-10T23:05:39.851Z] coverage: 75.9% of statements [2021-06-10T23:05:40.315Z] ok github.com/docker/docker/pkg/progress 0.027s coverage: 75.9% of statements [2021-06-10T23:05:40.315Z] 2021/06/10 23:05:39 Closing DB instances... [2021-06-10T23:05:40.315Z] === RUN TestSendToOneSub [2021-06-10T23:05:40.315Z] --- PASS: TestSendToOneSub (0.00s) [2021-06-10T23:05:40.315Z] === RUN TestSendToMultipleSubs [2021-06-10T23:05:40.315Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-06-10T23:05:40.315Z] === RUN TestEvictOneSub [2021-06-10T23:05:40.779Z] --- PASS: TestEvictOneSub (0.00s) [2021-06-10T23:05:40.779Z] === RUN TestClosePublisher [2021-06-10T23:05:40.779Z] --- PASS: TestClosePublisher (0.00s) [2021-06-10T23:05:40.779Z] === RUN TestPubSubRace [2021-06-10T23:05:40.779Z] --- PASS: TestFailOnce (1.12s) [2021-06-10T23:05:40.779Z] === RUN TestEchoInputOutput [2021-06-10T23:05:40.779Z] --- PASS: TestEchoInputOutput (0.00s) [2021-06-10T23:05:40.779Z] === RUN TestBackoff [2021-06-10T23:05:40.779Z] --- PASS: TestBackoff (0.00s) [2021-06-10T23:05:40.779Z] === RUN TestAbortRetry [2021-06-10T23:05:40.779Z] --- PASS: TestAbortRetry (0.00s) [2021-06-10T23:05:40.779Z] === RUN TestClientScheme [2021-06-10T23:05:40.779Z] --- PASS: TestClientScheme (0.00s) [2021-06-10T23:05:40.779Z] === RUN TestNewClientWithTimeout [2021-06-10T23:05:41.242Z] time="2021-06-10T23:05:40Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post http://127.0.0.1:49296/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-06-10T23:05:41.242Z] --- PASS: TestAllocateRandomDeallocate (2.30s) [2021-06-10T23:05:41.242Z] === RUN TestRetrieveFromStore [2021-06-10T23:05:41.404Z] --- PASS: TestBuildLabelWithTargets (2.26s) [2021-06-10T23:05:41.405Z] === RUN TestBuildWithEmptyLayers [2021-06-10T23:05:41.705Z] --- PASS: TestPubSubRace (1.04s) [2021-06-10T23:05:41.705Z] PASS [2021-06-10T23:05:41.705Z] coverage: 75.0% of statements [2021-06-10T23:05:41.705Z] ok github.com/docker/docker/pkg/pubsub 1.069s coverage: 75.0% of statements [2021-06-10T23:05:41.705Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (3.21s) [2021-06-10T23:05:41.705Z] === RUN TestNetworkDBGarbageCollection [2021-06-10T23:05:42.169Z] --- PASS: TestRetrieveFromStore (0.75s) [2021-06-10T23:05:42.169Z] === RUN TestRequestReleaseAddressDuplicate [2021-06-10T23:05:42.169Z] --- PASS: TestRequestReleaseAddressDuplicate (0.02s) [2021-06-10T23:05:42.169Z] === RUN TestParallelPredefinedRequest1 [2021-06-10T23:05:42.169Z] === PAUSE TestParallelPredefinedRequest1 [2021-06-10T23:05:42.169Z] === RUN TestParallelPredefinedRequest2 [2021-06-10T23:05:42.169Z] === PAUSE TestParallelPredefinedRequest2 [2021-06-10T23:05:42.169Z] === RUN TestParallelPredefinedRequest3 [2021-06-10T23:05:42.169Z] === PAUSE TestParallelPredefinedRequest3 [2021-06-10T23:05:42.169Z] === RUN TestParallelPredefinedRequest4 [2021-06-10T23:05:42.169Z] === PAUSE TestParallelPredefinedRequest4 [2021-06-10T23:05:42.169Z] === RUN TestParallelPredefinedRequest5 [2021-06-10T23:05:42.169Z] === PAUSE TestParallelPredefinedRequest5 [2021-06-10T23:05:42.169Z] === RUN TestDebug [2021-06-10T23:05:42.169Z] --- PASS: TestDebug (0.00s) [2021-06-10T23:05:42.169Z] === RUN TestRequestPoolParallel [2021-06-10T23:05:42.169Z] === RUN TestRegister [2021-06-10T23:05:42.169Z] --- PASS: TestRegister (0.00s) [2021-06-10T23:05:42.169Z] === RUN TestCommand [2021-06-10T23:05:42.169Z] --- PASS: TestRequestPoolParallel (0.28s) [2021-06-10T23:05:42.169Z] === RUN TestFullAllocateRelease [2021-06-10T23:05:42.169Z] --- PASS: TestCommand (0.02s) [2021-06-10T23:05:42.169Z] === RUN TestNaiveSelf [2021-06-10T23:05:42.169Z] --- PASS: TestNaiveSelf (0.02s) [2021-06-10T23:05:42.169Z] PASS [2021-06-10T23:05:42.169Z] coverage: 82.4% of statements [2021-06-10T23:05:42.169Z] ok github.com/docker/docker/pkg/reexec 0.076s coverage: 82.4% of statements [2021-06-10T23:05:42.631Z] --- PASS: TestFullAllocateRelease (0.39s) [2021-06-10T23:05:42.631Z] === RUN TestOddAllocateRelease [2021-06-10T23:05:42.631Z] time="2021-06-10T23:05:42Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post http://127.0.0.1:49296/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-06-10T23:05:42.775Z] --- PASS: TestBuildWithEmptyLayers (1.34s) [2021-06-10T23:05:42.775Z] === RUN TestBuildMultiStageOnBuild [2021-06-10T23:05:43.094Z] --- PASS: TestOddAllocateRelease (0.25s) [2021-06-10T23:05:43.094Z] === RUN TestFullAllocateSerialReleaseParallel [2021-06-10T23:05:43.094Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.08s) [2021-06-10T23:05:43.094Z] === RUN TestOddAllocateSerialReleaseParallel [2021-06-10T23:05:43.094Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.05s) [2021-06-10T23:05:43.094Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-06-10T23:05:43.094Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2021-06-10T23:05:43.094Z] === CONT TestParallelPredefinedRequest1 [2021-06-10T23:05:43.094Z] === CONT TestParallelPredefinedRequest4 [2021-06-10T23:05:43.094Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-06-10T23:05:43.094Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-10T23:05:43.094Z] === CONT TestParallelPredefinedRequest3 [2021-06-10T23:05:43.094Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-06-10T23:05:43.094Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-10T23:05:43.094Z] === CONT TestParallelPredefinedRequest5 [2021-06-10T23:05:43.094Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-06-10T23:05:43.094Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-10T23:05:43.094Z] === CONT TestParallelPredefinedRequest2 [2021-06-10T23:05:43.094Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-06-10T23:05:43.094Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-10T23:05:43.094Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-06-10T23:05:43.094Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-10T23:05:43.094Z] PASS [2021-06-10T23:05:43.094Z] coverage: 85.3% of statements [2021-06-10T23:05:43.094Z] ok github.com/docker/docker/libnetwork/ipam 39.322s coverage: 85.3% of statements [2021-06-10T23:05:43.094Z] === RUN TestParseSignal [2021-06-10T23:05:43.094Z] --- PASS: TestParseSignal (0.00s) [2021-06-10T23:05:43.094Z] === RUN TestValidSignalForPlatform [2021-06-10T23:05:43.094Z] --- PASS: TestValidSignalForPlatform (0.00s) [2021-06-10T23:05:43.094Z] PASS [2021-06-10T23:05:43.094Z] coverage: 19.7% of statements [2021-06-10T23:05:43.094Z] ok github.com/docker/docker/pkg/signal 0.031s coverage: 19.7% of statements [2021-06-10T23:05:44.070Z] === RUN TestNewStdWriter [2021-06-10T23:05:44.070Z] --- PASS: TestNewStdWriter (0.00s) [2021-06-10T23:05:44.070Z] === RUN TestWriteWithUninitializedStdWriter [2021-06-10T23:05:44.070Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-06-10T23:05:44.070Z] === RUN TestWriteWithNilBytes [2021-06-10T23:05:44.070Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-06-10T23:05:44.070Z] === RUN TestWrite [2021-06-10T23:05:44.070Z] --- PASS: TestWrite (0.00s) [2021-06-10T23:05:44.070Z] === RUN TestWriteWithWriterError [2021-06-10T23:05:44.070Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-06-10T23:05:44.070Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-06-10T23:05:44.070Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-06-10T23:05:44.070Z] === RUN TestStdCopyWriteAndRead [2021-06-10T23:05:44.070Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-06-10T23:05:44.070Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-06-10T23:05:44.070Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-06-10T23:05:44.070Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-06-10T23:05:44.070Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-06-10T23:05:44.070Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-06-10T23:05:44.070Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-06-10T23:05:44.070Z] === RUN TestStdCopyWithInvalidInputHeader [2021-06-10T23:05:44.070Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-06-10T23:05:44.070Z] === RUN TestStdCopyWithCorruptedPrefix [2021-06-10T23:05:44.070Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-06-10T23:05:44.070Z] === RUN TestStdCopyReturnsWriteErrors [2021-06-10T23:05:44.070Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-06-10T23:05:44.070Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-06-10T23:05:44.070Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-06-10T23:05:44.070Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-06-10T23:05:44.070Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-06-10T23:05:44.070Z] PASS [2021-06-10T23:05:44.070Z] coverage: 100.0% of statements [2021-06-10T23:05:44.070Z] ok github.com/docker/docker/pkg/stdcopy 0.031s coverage: 100.0% of statements [2021-06-10T23:05:44.533Z] === RUN TestRawProgressFormatterFormatStatus [2021-06-10T23:05:44.533Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-06-10T23:05:44.533Z] === RUN TestRawProgressFormatterFormatProgress [2021-06-10T23:05:44.533Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-06-10T23:05:44.533Z] === RUN TestFormatStatus [2021-06-10T23:05:44.533Z] --- PASS: TestFormatStatus (0.00s) [2021-06-10T23:05:44.533Z] === RUN TestFormatError [2021-06-10T23:05:44.533Z] --- PASS: TestFormatError (0.00s) [2021-06-10T23:05:44.533Z] === RUN TestFormatJSONError [2021-06-10T23:05:44.533Z] --- PASS: TestFormatJSONError (0.00s) [2021-06-10T23:05:44.533Z] === RUN TestJsonProgressFormatterFormatProgress [2021-06-10T23:05:44.533Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-06-10T23:05:44.533Z] === RUN TestJsonProgressFormatterFormatStatus [2021-06-10T23:05:44.533Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-06-10T23:05:44.533Z] === RUN TestNewJSONProgressOutput [2021-06-10T23:05:44.533Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-06-10T23:05:44.533Z] === RUN TestAuxFormatterEmit [2021-06-10T23:05:44.533Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-06-10T23:05:44.533Z] === RUN TestStreamWriterStdout [2021-06-10T23:05:44.533Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-06-10T23:05:44.533Z] === RUN TestStreamWriterStderr [2021-06-10T23:05:44.533Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-06-10T23:05:44.533Z] PASS [2021-06-10T23:05:44.533Z] coverage: 66.2% of statements [2021-06-10T23:05:44.533Z] ok github.com/docker/docker/pkg/streamformatter 0.031s coverage: 66.2% of statements [2021-06-10T23:05:44.996Z] time="2021-06-10T23:05:44Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post http://127.0.0.1:49296/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-06-10T23:05:45.459Z] === RUN TestGenerateRandomID [2021-06-10T23:05:45.460Z] --- PASS: TestGenerateRandomID (0.00s) [2021-06-10T23:05:45.460Z] === RUN TestShortenId [2021-06-10T23:05:45.460Z] --- PASS: TestShortenId (0.00s) [2021-06-10T23:05:45.460Z] === RUN TestShortenSha256Id [2021-06-10T23:05:45.460Z] --- PASS: TestShortenSha256Id (0.00s) [2021-06-10T23:05:45.460Z] === RUN TestShortenIdEmpty [2021-06-10T23:05:45.460Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-06-10T23:05:45.460Z] === RUN TestShortenIdInvalid [2021-06-10T23:05:45.460Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-06-10T23:05:45.460Z] === RUN TestIsShortIDNonHex [2021-06-10T23:05:45.460Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-06-10T23:05:45.460Z] === RUN TestIsShortIDNotCorrectSize [2021-06-10T23:05:45.460Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-06-10T23:05:45.460Z] PASS [2021-06-10T23:05:45.460Z] coverage: 70.6% of statements [2021-06-10T23:05:45.460Z] ok github.com/docker/docker/pkg/stringid 0.028s coverage: 70.6% of statements [2021-06-10T23:05:46.438Z] === RUN TestIsCpusetListAvailable [2021-06-10T23:05:46.438Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-06-10T23:05:46.438Z] PASS [2021-06-10T23:05:46.438Z] coverage: 38.2% of statements [2021-06-10T23:05:46.438Z] ok github.com/docker/docker/pkg/sysinfo 0.028s coverage: 38.2% of statements [2021-06-10T23:05:46.952Z] --- PASS: TestBuildMultiStageOnBuild (4.29s) [2021-06-10T23:05:46.952Z] === RUN TestBuildUncleanTarFilenames [2021-06-10T23:05:47.414Z] === RUN TestChtimes [2021-06-10T23:05:47.414Z] --- PASS: TestChtimes (0.00s) [2021-06-10T23:05:47.414Z] === RUN TestChtimesWindows [2021-06-10T23:05:47.414Z] --- PASS: TestChtimesWindows (0.00s) [2021-06-10T23:05:47.414Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-06-10T23:05:47.414Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-06-10T23:05:47.414Z] === RUN TestEnsureRemoveAllNotExist [2021-06-10T23:05:47.414Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-06-10T23:05:47.414Z] === RUN TestEnsureRemoveAllWithDir [2021-06-10T23:05:47.414Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-06-10T23:05:47.414Z] === RUN TestEnsureRemoveAllWithFile [2021-06-10T23:05:47.414Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-06-10T23:05:47.414Z] === RUN TestHasWin32KSupport [2021-06-10T23:05:47.414Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-06-10T23:05:47.414Z] syscall_windows_test.go:8: win32k: true [2021-06-10T23:05:47.414Z] PASS [2021-06-10T23:05:47.414Z] coverage: 12.2% of statements [2021-06-10T23:05:47.414Z] ok github.com/docker/docker/pkg/system 0.042s coverage: 12.2% of statements [2021-06-10T23:05:48.390Z] === RUN TestTailFile [2021-06-10T23:05:48.390Z] --- PASS: TestTailFile (0.00s) [2021-06-10T23:05:48.390Z] === RUN TestTailFileManyLines [2021-06-10T23:05:48.390Z] --- PASS: TestTailFileManyLines (0.00s) [2021-06-10T23:05:48.391Z] === RUN TestTailEmptyFile [2021-06-10T23:05:48.391Z] --- PASS: TestTailEmptyFile (0.00s) [2021-06-10T23:05:48.391Z] === RUN TestTailNegativeN [2021-06-10T23:05:48.391Z] --- PASS: TestTailNegativeN (0.00s) [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader [2021-06-10T23:05:48.391Z] === CONT TestNewTailReader [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/single_byte_delimiter [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/2_byte_delimiter [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/4_byte_delimiter [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/8_byte_delimiter [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/12_byte_delimiter [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/truncated_last_line [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-06-10T23:05:48.391Z] === CONT TestNewTailReader/no_delimiter [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-10T23:05:48.391Z] === CONT TestNewTailReader/4_byte_delimiter [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-10T23:05:48.391Z] === CONT TestNewTailReader/2_byte_delimiter [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-10T23:05:48.391Z] === CONT TestNewTailReader/12_byte_delimiter [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-10T23:05:48.391Z] === CONT TestNewTailReader/single_byte_delimiter [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-10T23:05:48.391Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-10T23:05:48.391Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-10T23:05:48.391Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-10T23:05:48.391Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-10T23:05:48.391Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-10T23:05:48.391Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-10T23:05:48.391Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-10T23:05:48.391Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-10T23:05:48.391Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-10T23:05:48.391Z] === CONT TestNewTailReader/8_byte_delimiter [2021-06-10T23:05:48.391Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-06-10T23:05:48.391Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-10T23:05:48.391Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-10T23:05:48.391Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-10T23:05:48.392Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-10T23:05:48.392Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-06-10T23:05:48.392Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-10T23:05:48.392Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-06-10T23:05:48.392Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-10T23:05:48.392Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-10T23:05:48.392Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-10T23:05:48.392Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-10T23:05:48.393Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-10T23:05:48.393Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-10T23:05:48.393Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-10T23:05:48.393Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-06-10T23:05:48.393Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-06-10T23:05:48.393Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-10T23:05:48.393Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-10T23:05:48.393Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-10T23:05:48.393Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-10T23:05:48.394Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-10T23:05:48.394Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.394Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-10T23:05:48.394Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-06-10T23:05:48.394Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-10T23:05:48.394Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-10T23:05:48.394Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-10T23:05:48.394Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-10T23:05:48.394Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.394Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-10T23:05:48.394Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-10T23:05:48.394Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-10T23:05:48.394Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-10T23:05:48.394Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-10T23:05:48.850Z] --- PASS: TestBuildUncleanTarFilenames (1.87s) [2021-06-10T23:05:48.850Z] === RUN TestBuildMultiStageLayerLeak [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-10T23:05:48.858Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-10T23:05:48.858Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-10T23:05:48.858Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-10T23:05:48.859Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-06-10T23:05:48.859Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-06-10T23:05:48.860Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-10T23:05:48.860Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.01s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.01s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-10T23:05:48.861Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.01s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-06-10T23:05:48.862Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-06-10T23:05:48.863Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-06-10T23:05:48.863Z] PASS [2021-06-10T23:05:48.863Z] coverage: 88.6% of statements [2021-06-10T23:05:48.863Z] ok github.com/docker/docker/pkg/tailfile 0.145s coverage: 88.6% of statements [2021-06-10T23:05:49.326Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-06-10T23:05:49.326Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-06-10T23:05:49.326Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-06-10T23:05:49.326Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-06-10T23:05:49.326Z] === RUN TestTarSumRemoveNonExistent [2021-06-10T23:05:49.326Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-06-10T23:05:49.326Z] === RUN TestTarSumRemove [2021-06-10T23:05:49.326Z] --- PASS: TestTarSumRemove (0.00s) [2021-06-10T23:05:49.326Z] === RUN TestSortFileInfoSums [2021-06-10T23:05:49.326Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-06-10T23:05:49.326Z] === RUN TestNewTarSumForLabelInvalid [2021-06-10T23:05:49.326Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-06-10T23:05:49.326Z] === RUN TestNewTarSumForLabel [2021-06-10T23:05:49.326Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-06-10T23:05:49.326Z] === RUN TestEmptyTar [2021-06-10T23:05:49.326Z] --- PASS: TestEmptyTar (0.00s) [2021-06-10T23:05:49.326Z] === RUN TestTarSumsReadSize [2021-06-10T23:05:49.326Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-06-10T23:05:49.326Z] === RUN TestTarSums [2021-06-10T23:05:49.789Z] --- PASS: TestTarSums (0.06s) [2021-06-10T23:05:49.789Z] === RUN TestIteration [2021-06-10T23:05:49.789Z] --- PASS: TestIteration (0.00s) [2021-06-10T23:05:49.789Z] === RUN TestVersionLabelForChecksum [2021-06-10T23:05:49.789Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-06-10T23:05:49.789Z] === RUN TestVersion [2021-06-10T23:05:49.789Z] --- PASS: TestVersion (0.00s) [2021-06-10T23:05:49.789Z] === RUN TestGetVersion [2021-06-10T23:05:49.789Z] --- PASS: TestGetVersion (0.00s) [2021-06-10T23:05:49.789Z] === RUN TestGetVersions [2021-06-10T23:05:49.789Z] --- PASS: TestGetVersions (0.00s) [2021-06-10T23:05:49.789Z] PASS [2021-06-10T23:05:49.789Z] coverage: 89.3% of statements [2021-06-10T23:05:49.789Z] ok github.com/docker/docker/pkg/tarsum 0.108s coverage: 89.3% of statements [2021-06-10T23:05:49.789Z] time="2021-06-10T23:05:49Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49296/Test.Echo: Post http://127.0.0.1:49296/Test.Echo: net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-06-10T23:05:49.789Z] testing: warning: no tests to run [2021-06-10T23:05:49.789Z] PASS [2021-06-10T23:05:49.789Z] coverage: [no statements] [2021-06-10T23:05:49.789Z] ok github.com/docker/docker/pkg/term/windows 0.026s coverage: [no statements] [no tests to run] [2021-06-10T23:05:50.252Z] === RUN TestTruncIndex [2021-06-10T23:05:50.252Z] --- PASS: TestTruncIndex (0.10s) [2021-06-10T23:05:50.252Z] PASS [2021-06-10T23:05:50.252Z] coverage: 91.5% of statements [2021-06-10T23:05:50.252Z] ok github.com/docker/docker/pkg/truncindex 0.127s coverage: 91.5% of statements [2021-06-10T23:05:50.252Z] === RUN TestIsGIT [2021-06-10T23:05:50.252Z] --- PASS: TestIsGIT (0.00s) [2021-06-10T23:05:50.252Z] === RUN TestIsTransport [2021-06-10T23:05:50.252Z] --- PASS: TestIsTransport (0.00s) [2021-06-10T23:05:50.252Z] PASS [2021-06-10T23:05:50.252Z] coverage: 100.0% of statements [2021-06-10T23:05:50.252Z] ok github.com/docker/docker/pkg/urlutil 0.027s coverage: 100.0% of statements [2021-06-10T23:05:50.715Z] === RUN TestVersionInfo [2021-06-10T23:05:50.715Z] --- PASS: TestVersionInfo (0.00s) [2021-06-10T23:05:50.715Z] === RUN TestAppendVersions [2021-06-10T23:05:50.715Z] --- PASS: TestAppendVersions (0.00s) [2021-06-10T23:05:50.715Z] PASS [2021-06-10T23:05:50.715Z] coverage: 88.9% of statements [2021-06-10T23:05:50.715Z] ok github.com/docker/docker/pkg/useragent 0.045s coverage: 88.9% of statements [2021-06-10T23:05:52.264Z] === RUN TestValidatePrivileges [2021-06-10T23:05:52.264Z] --- PASS: TestValidatePrivileges (0.00s) [2021-06-10T23:05:52.264Z] === RUN TestFilterByCapNeg [2021-06-10T23:05:52.264Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-06-10T23:05:52.264Z] === RUN TestFilterByCapPos [2021-06-10T23:05:52.264Z] --- PASS: TestFilterByCapPos (0.00s) [2021-06-10T23:05:52.264Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-06-10T23:05:52.264Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-06-10T23:05:52.264Z] PASS [2021-06-10T23:05:52.264Z] coverage: 12.0% of statements [2021-06-10T23:05:52.264Z] ok github.com/docker/docker/plugin 0.059s coverage: 12.0% of statements [2021-06-10T23:05:52.264Z] === RUN TestNewSettable [2021-06-10T23:05:52.264Z] --- PASS: TestNewSettable (0.00s) [2021-06-10T23:05:52.264Z] === RUN TestIsSettable [2021-06-10T23:05:52.264Z] --- PASS: TestIsSettable (0.00s) [2021-06-10T23:05:52.264Z] === RUN TestUpdateSettingsEnv [2021-06-10T23:05:52.264Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-06-10T23:05:52.264Z] PASS [2021-06-10T23:05:52.264Z] coverage: 20.0% of statements [2021-06-10T23:05:52.264Z] ok github.com/docker/docker/plugin/v2 0.035s coverage: 20.0% of statements [2021-06-10T23:05:53.240Z] === RUN TestLoad [2021-06-10T23:05:53.240Z] --- PASS: TestLoad (0.00s) [2021-06-10T23:05:53.240Z] === RUN TestSave [2021-06-10T23:05:53.240Z] --- PASS: TestSave (0.02s) [2021-06-10T23:05:53.240Z] === RUN TestAddDeleteGet [2021-06-10T23:05:53.240Z] --- PASS: TestAddDeleteGet (0.02s) [2021-06-10T23:05:53.240Z] === RUN TestInvalidTags [2021-06-10T23:05:53.240Z] --- PASS: TestInvalidTags (0.00s) [2021-06-10T23:05:53.240Z] PASS [2021-06-10T23:05:53.240Z] coverage: 84.4% of statements [2021-06-10T23:05:53.240Z] ok github.com/docker/docker/reference 0.079s coverage: 84.4% of statements [2021-06-10T23:05:54.106Z] --- PASS: TestBuildMultiStageLayerLeak (4.61s) [2021-06-10T23:05:54.106Z] === RUN TestBuildWithHugeFile [2021-06-10T23:05:54.216Z] === RUN TestResolveAuthConfigIndexServer [2021-06-10T23:05:54.216Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-06-10T23:05:54.216Z] === RUN TestResolveAuthConfigFullURL [2021-06-10T23:05:54.216Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-06-10T23:05:54.216Z] === RUN TestLoadAllowNondistributableArtifacts [2021-06-10T23:05:54.216Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-06-10T23:05:54.216Z] === RUN TestValidateMirror [2021-06-10T23:05:54.216Z] --- PASS: TestValidateMirror (0.00s) [2021-06-10T23:05:54.216Z] === RUN TestLoadInsecureRegistries [2021-06-10T23:05:54.216Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-06-10T23:05:54.216Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-06-10T23:05:54.216Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-06-10T23:05:54.216Z] time="2021-06-10T23:05:54Z" 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-10T23:05:54.216Z] time="2021-06-10T23:05:54Z" 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-10T23:05:54.216Z] time="2021-06-10T23:05:54Z" 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-10T23:05:54.216Z] --- PASS: TestLoadInsecureRegistries (0.09s) [2021-06-10T23:05:54.216Z] === RUN TestNewServiceConfig [2021-06-10T23:05:54.216Z] --- PASS: TestNewServiceConfig (0.00s) [2021-06-10T23:05:54.216Z] === RUN TestValidateIndexName [2021-06-10T23:05:54.216Z] --- PASS: TestValidateIndexName (0.00s) [2021-06-10T23:05:54.216Z] === RUN TestValidateIndexNameWithError [2021-06-10T23:05:54.216Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-06-10T23:05:54.216Z] === RUN TestEndpointParse [2021-06-10T23:05:54.216Z] --- PASS: TestEndpointParse (0.00s) [2021-06-10T23:05:54.216Z] === RUN TestEndpointParseInvalid [2021-06-10T23:05:54.216Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-06-10T23:05:54.216Z] === RUN TestValidateEndpoint [2021-06-10T23:05:54.216Z] --- PASS: TestValidateEndpoint (0.00s) [2021-06-10T23:05:54.216Z] === RUN TestPing [2021-06-10T23:05:54.216Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-06-10T23:05:54.217Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-06-10T23:05:54.217Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-06-10T23:05:54.217Z] === RUN TestResumableRequestReaderWithReadError [2021-06-10T23:05:54.217Z] --- PASS: TestPing (0.00s) [2021-06-10T23:05:54.217Z] === RUN TestPingRegistryEndpoint [2021-06-10T23:05:54.217Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-06-10T23:05:54.217Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:05:54.217Z] === RUN TestEndpoint [2021-06-10T23:05:54.217Z] --- SKIP: TestEndpoint (0.00s) [2021-06-10T23:05:54.217Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:05:54.217Z] === RUN TestParseRepositoryInfo [2021-06-10T23:05:54.217Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-06-10T23:05:54.217Z] === RUN TestNewIndexInfo [2021-06-10T23:05:54.217Z] --- PASS: TestNewIndexInfo (0.00s) [2021-06-10T23:05:54.217Z] === RUN TestMirrorEndpointLookup [2021-06-10T23:05:54.217Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-06-10T23:05:54.217Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:05:54.217Z] === RUN TestSearchRepositories [2021-06-10T23:05:54.217Z] --- PASS: TestSearchRepositories (0.00s) [2021-06-10T23:05:54.217Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-06-10T23:05:54.217Z] Host: 127.0.0.1:49310 [2021-06-10T23:05:54.217Z] User-Agent: docker test client [2021-06-10T23:05:54.217Z] Authorization: Token fake-token [2021-06-10T23:05:54.217Z] X-Docker-Token: true [2021-06-10T23:05:54.217Z] Accept-Encoding: gzip [2021-06-10T23:05:54.217Z] [2021-06-10T23:05:54.217Z] [2021-06-10T23:05:54.217Z] registry_test.go:730: HTTP/1.1 200 OK [2021-06-10T23:05:54.217Z] Connection: close [2021-06-10T23:05:54.217Z] Content-Length: 144 [2021-06-10T23:05:54.217Z] Cache-Control: no-cache [2021-06-10T23:05:54.217Z] Content-Type: application/json [2021-06-10T23:05:54.217Z] Date: Thu, 10 Jun 2021 23:05:54 GMT [2021-06-10T23:05:54.217Z] Expires: -1 [2021-06-10T23:05:54.217Z] Pragma: no-cache [2021-06-10T23:05:54.217Z] Server: docker-tests/mock [2021-06-10T23:05:54.217Z] X-Docker-Registry-Config: mock [2021-06-10T23:05:54.217Z] X-Docker-Registry-Version: 0.0.0 [2021-06-10T23:05:54.217Z] [2021-06-10T23:05:54.217Z] [2021-06-10T23:05:54.217Z] === RUN TestTrustedLocation [2021-06-10T23:05:54.217Z] --- PASS: TestTrustedLocation (0.00s) [2021-06-10T23:05:54.217Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-06-10T23:05:54.217Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-06-10T23:05:54.217Z] === RUN TestAllowNondistributableArtifacts [2021-06-10T23:05:54.217Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-06-10T23:05:54.217Z] === RUN TestIsSecureIndex [2021-06-10T23:05:54.217Z] --- PASS: TestIsSecureIndex (0.00s) [2021-06-10T23:05:54.217Z] PASS [2021-06-10T23:05:54.217Z] coverage: 51.7% of statements [2021-06-10T23:05:54.217Z] ok github.com/docker/docker/registry 0.209s coverage: 51.7% of statements [2021-06-10T23:05:54.680Z] time="2021-06-10T23:05:54Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-06-10T23:05:54.680Z] --- PASS: TestResumableRequestReaderWithReadError (0.10s) [2021-06-10T23:05:54.680Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-06-10T23:05:54.680Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-06-10T23:05:54.680Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-06-10T23:05:54.680Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-06-10T23:05:54.680Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-06-10T23:05:54.680Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-06-10T23:05:54.680Z] === RUN TestResumableRequestReader [2021-06-10T23:05:54.680Z] --- PASS: TestResumableRequestReader (0.00s) [2021-06-10T23:05:54.680Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-06-10T23:05:54.680Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-06-10T23:05:54.680Z] PASS [2021-06-10T23:05:54.680Z] coverage: 100.0% of statements [2021-06-10T23:05:54.680Z] ok github.com/docker/docker/registry/resumable 0.153s coverage: 100.0% of statements [2021-06-10T23:05:55.144Z] === RUN TestRestartManagerTimeout [2021-06-10T23:05:55.144Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-06-10T23:05:55.144Z] === RUN TestRestartManagerTimeoutReset [2021-06-10T23:05:55.144Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-06-10T23:05:55.144Z] PASS [2021-06-10T23:05:55.144Z] coverage: 50.9% of statements [2021-06-10T23:05:55.144Z] ok github.com/docker/docker/restartmanager 0.029s coverage: 50.9% of statements [2021-06-10T23:05:55.144Z] === RUN TestDecodeContainerConfig [2021-06-10T23:05:55.144Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-06-10T23:05:55.144Z] === RUN TestDecodeContainerConfigIsolation [2021-06-10T23:05:55.144Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-06-10T23:05:55.144Z] === RUN TestValidatePrivileged [2021-06-10T23:05:55.144Z] --- PASS: TestValidatePrivileged (0.00s) [2021-06-10T23:05:55.144Z] PASS [2021-06-10T23:05:55.144Z] coverage: 52.2% of statements [2021-06-10T23:05:55.144Z] ok github.com/docker/docker/runconfig 0.030s coverage: 52.2% of statements [2021-06-10T23:05:56.120Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-06-10T23:05:56.120Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-06-10T23:05:56.120Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-06-10T23:05:56.120Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-06-10T23:05:56.120Z] PASS [2021-06-10T23:05:56.120Z] coverage: 62.5% of statements [2021-06-10T23:05:56.120Z] ok github.com/docker/docker/testutil 0.053s coverage: 62.5% of statements [2021-06-10T23:05:56.628Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-10T23:05:56.628Z] Using test binary docker [2021-06-10T23:05:56.628Z] +++ /etc/init.d/apparmor start [2021-06-10T23:05:56.628Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-10T23:05:56.628Z] Starting dockerd [2021-06-10T23:05:56.628Z] INFO: Waiting for daemon to start... [2021-06-10T23:05:56.628Z] +++ 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-10T23:05:57.558Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-10T23:05:57.558Z] Using test binary docker [2021-06-10T23:05:57.558Z] +++ /etc/init.d/apparmor start [2021-06-10T23:05:57.558Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-06-10T23:05:57.558Z] INFO: Waiting for daemon to start... [2021-06-10T23:05:57.558Z] Starting dockerd [2021-06-10T23:05:57.558Z] +++ 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-10T23:05:58.314Z] === RUN TestGetDriver [2021-06-10T23:05:58.314Z] --- PASS: TestGetDriver (0.00s) [2021-06-10T23:05:58.314Z] === RUN TestVolumeRequestError [2021-06-10T23:05:58.314Z] --- PASS: TestVolumeRequestError (0.01s) [2021-06-10T23:05:58.314Z] PASS [2021-06-10T23:05:58.314Z] coverage: 36.1% of statements [2021-06-10T23:05:58.314Z] ok github.com/docker/docker/volume/drivers 0.041s coverage: 36.1% of statements [2021-06-10T23:05:58.314Z] === RUN TestGetAddress [2021-06-10T23:05:58.314Z] --- PASS: TestGetAddress (0.00s) [2021-06-10T23:05:58.314Z] === RUN TestRemove [2021-06-10T23:05:58.314Z] --- SKIP: TestRemove (0.00s) [2021-06-10T23:05:58.314Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-06-10T23:05:58.314Z] === RUN TestInitializeWithVolumes [2021-06-10T23:05:58.314Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-06-10T23:05:58.314Z] === RUN TestCreate [2021-06-10T23:05:58.314Z] --- PASS: TestCreate (0.00s) [2021-06-10T23:05:58.314Z] === RUN TestValidateName [2021-06-10T23:05:58.314Z] --- PASS: TestValidateName (0.00s) [2021-06-10T23:05:58.314Z] === RUN TestCreateWithOpts [2021-06-10T23:05:58.314Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-06-10T23:05:58.314Z] local_test.go:181: runtime.GOOS == "windows" [2021-06-10T23:05:58.314Z] === RUN TestRelaodNoOpts [2021-06-10T23:05:58.314Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-06-10T23:05:58.314Z] PASS [2021-06-10T23:05:58.314Z] coverage: 41.5% of statements [2021-06-10T23:05:58.314Z] ok github.com/docker/docker/volume/local 0.058s coverage: 41.5% of statements [2021-06-10T23:05:58.314Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-06-10T23:05:58.314Z] === RUN TestClientStream [2021-06-10T23:05:58.314Z] --- PASS: TestClientStream (0.00s) [2021-06-10T23:05:58.314Z] === RUN TestClientSendFile [2021-06-10T23:05:58.314Z] --- PASS: TestClientSendFile (0.00s) [2021-06-10T23:05:58.314Z] === RUN TestClientWithRequestTimeout [2021-06-10T23:05:58.314Z] --- PASS: TestClientWithRequestTimeout (0.00s) [2021-06-10T23:05:58.314Z] === RUN TestFileSpecPlugin [2021-06-10T23:05:58.314Z] --- PASS: TestFileSpecPlugin (0.00s) [2021-06-10T23:05:58.314Z] === RUN TestFileJSONSpecPlugin [2021-06-10T23:05:58.314Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-06-10T23:05:58.314Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-06-10T23:05:58.314Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-06-10T23:05:58.314Z] === RUN TestPluginAddHandler [2021-06-10T23:05:58.314Z] --- PASS: TestPluginAddHandler (0.00s) [2021-06-10T23:05:58.314Z] === RUN TestPluginWaitBadPlugin [2021-06-10T23:05:58.314Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-06-10T23:05:58.314Z] === RUN TestGet [2021-06-10T23:05:58.314Z] time="2021-06-10T23:05:58Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-06-10T23:05:59.290Z] === RUN TestConvertTmpfsOptions [2021-06-10T23:05:59.290Z] time="2021-06-10T23:05:59Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-06-10T23:05:59.290Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-06-10T23:05:59.290Z] parser_test.go:49: data="mode=700,size=1m" [2021-06-10T23:05:59.290Z] parser_test.go:49: data="ro" [2021-06-10T23:05:59.290Z] === RUN TestParseMountRaw [2021-06-10T23:05:59.290Z] --- PASS: TestParseMountRaw (0.02s) [2021-06-10T23:05:59.290Z] === RUN TestParseMountRawSplit [2021-06-10T23:05:59.290Z] --- PASS: TestParseMountRawSplit (0.00s) [2021-06-10T23:05:59.290Z] parser_test.go:390: case 0 [2021-06-10T23:05:59.290Z] parser_test.go:390: case 1 [2021-06-10T23:05:59.290Z] parser_test.go:390: case 2 [2021-06-10T23:05:59.290Z] parser_test.go:390: case 3 [2021-06-10T23:05:59.290Z] parser_test.go:390: case 4 [2021-06-10T23:05:59.290Z] parser_test.go:390: case 5 [2021-06-10T23:05:59.290Z] parser_test.go:390: case 6 [2021-06-10T23:05:59.290Z] parser_test.go:390: case 7 [2021-06-10T23:05:59.290Z] parser_test.go:390: case 8 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 0 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 1 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 2 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 3 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 4 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 5 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 6 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 7 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 8 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 9 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 10 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 11 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 12 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 0 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 1 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 2 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 3 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 4 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 5 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 6 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 7 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 8 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 9 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 10 [2021-06-10T23:05:59.291Z] parser_test.go:390: case 11 [2021-06-10T23:05:59.291Z] === RUN TestParseMountSpec [2021-06-10T23:05:59.291Z] --- PASS: TestParseMountSpec (0.00s) [2021-06-10T23:05:59.291Z] parser_test.go:455: case 0 [2021-06-10T23:05:59.291Z] parser_test.go:455: case 1 [2021-06-10T23:05:59.291Z] parser_test.go:455: case 2 [2021-06-10T23:05:59.291Z] parser_test.go:455: case 3 [2021-06-10T23:05:59.291Z] parser_test.go:455: case 4 [2021-06-10T23:05:59.291Z] parser_test.go:455: case 5 [2021-06-10T23:05:59.291Z] === RUN TestParseMountSpecBindWithFileinfoError [2021-06-10T23:05:59.291Z] --- PASS: TestParseMountSpecBindWithFileinfoError (0.00s) [2021-06-10T23:05:59.291Z] === RUN TestValidateMount [2021-06-10T23:05:59.291Z] --- PASS: TestValidateMount (0.00s) [2021-06-10T23:05:59.291Z] PASS [2021-06-10T23:05:59.291Z] coverage: 66.2% of statements [2021-06-10T23:05:59.291Z] ok github.com/docker/docker/volume/mounts 0.057s coverage: 66.2% of statements [2021-06-10T23:06:00.267Z] === RUN TestSetGetMeta [2021-06-10T23:06:00.267Z] === PAUSE TestSetGetMeta [2021-06-10T23:06:00.267Z] === RUN TestRestore [2021-06-10T23:06:00.267Z] === PAUSE TestRestore [2021-06-10T23:06:00.267Z] === RUN TestServiceCreate [2021-06-10T23:06:00.267Z] === PAUSE TestServiceCreate [2021-06-10T23:06:00.267Z] === RUN TestServiceList [2021-06-10T23:06:00.267Z] === PAUSE TestServiceList [2021-06-10T23:06:00.267Z] === RUN TestServiceRemove [2021-06-10T23:06:00.267Z] === PAUSE TestServiceRemove [2021-06-10T23:06:00.267Z] === RUN TestServiceGet [2021-06-10T23:06:00.267Z] === PAUSE TestServiceGet [2021-06-10T23:06:00.267Z] === RUN TestServicePrune [2021-06-10T23:06:00.267Z] === PAUSE TestServicePrune [2021-06-10T23:06:00.267Z] === RUN TestCreate [2021-06-10T23:06:00.267Z] === PAUSE TestCreate [2021-06-10T23:06:00.267Z] === RUN TestRemove [2021-06-10T23:06:00.267Z] === PAUSE TestRemove [2021-06-10T23:06:00.267Z] === RUN TestList [2021-06-10T23:06:00.267Z] === PAUSE TestList [2021-06-10T23:06:00.267Z] === RUN TestFindByDriver [2021-06-10T23:06:00.267Z] === PAUSE TestFindByDriver [2021-06-10T23:06:00.267Z] === RUN TestFindByReferenced [2021-06-10T23:06:00.267Z] === PAUSE TestFindByReferenced [2021-06-10T23:06:00.267Z] === RUN TestDerefMultipleOfSameRef [2021-06-10T23:06:00.267Z] === PAUSE TestDerefMultipleOfSameRef [2021-06-10T23:06:00.267Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-10T23:06:00.267Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-10T23:06:00.267Z] === RUN TestDefererencePluginOnCreateError [2021-06-10T23:06:00.267Z] === PAUSE TestDefererencePluginOnCreateError [2021-06-10T23:06:00.267Z] === RUN TestRefDerefRemove [2021-06-10T23:06:00.267Z] === PAUSE TestRefDerefRemove [2021-06-10T23:06:00.267Z] === RUN TestGet [2021-06-10T23:06:00.267Z] === PAUSE TestGet [2021-06-10T23:06:00.267Z] === RUN TestGetWithReference [2021-06-10T23:06:00.267Z] === PAUSE TestGetWithReference [2021-06-10T23:06:00.267Z] === RUN TestFilterFunc [2021-06-10T23:06:00.267Z] === RUN TestFilterFunc/test_nil_list [2021-06-10T23:06:00.267Z] === PAUSE TestFilterFunc/test_nil_list [2021-06-10T23:06:00.267Z] === RUN TestFilterFunc/test_empty_list [2021-06-10T23:06:00.267Z] === PAUSE TestFilterFunc/test_empty_list [2021-06-10T23:06:00.267Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-06-10T23:06:00.267Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-06-10T23:06:00.267Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-10T23:06:00.267Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-10T23:06:00.267Z] === RUN TestFilterFunc/test_filter_some [2021-06-10T23:06:00.267Z] === PAUSE TestFilterFunc/test_filter_some [2021-06-10T23:06:00.267Z] === RUN TestFilterFunc/test_filter_middle [2021-06-10T23:06:00.267Z] === PAUSE TestFilterFunc/test_filter_middle [2021-06-10T23:06:00.267Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-06-10T23:06:00.267Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-06-10T23:06:00.267Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-06-10T23:06:00.267Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-06-10T23:06:00.267Z] === CONT TestFilterFunc/test_nil_list [2021-06-10T23:06:00.267Z] === CONT TestFilterFunc/test_filter_some [2021-06-10T23:06:00.267Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-06-10T23:06:00.267Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-06-10T23:06:00.267Z] === CONT TestFilterFunc/test_filter_middle [2021-06-10T23:06:00.267Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-06-10T23:06:00.267Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-06-10T23:06:00.267Z] === CONT TestFilterFunc/test_empty_list [2021-06-10T23:06:00.267Z] --- PASS: TestFilterFunc (0.00s) [2021-06-10T23:06:00.267Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-06-10T23:06:00.267Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-06-10T23:06:00.267Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-06-10T23:06:00.267Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-06-10T23:06:00.267Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-06-10T23:06:00.267Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-06-10T23:06:00.267Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-06-10T23:06:00.267Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-06-10T23:06:00.267Z] === CONT TestSetGetMeta [2021-06-10T23:06:00.267Z] === CONT TestFindByDriver [2021-06-10T23:06:00.267Z] === CONT TestRefDerefRemove [2021-06-10T23:06:00.267Z] === CONT TestServiceGet [2021-06-10T23:06:00.267Z] --- PASS: TestSetGetMeta (0.01s) [2021-06-10T23:06:00.267Z] === CONT TestDefererencePluginOnCreateError [2021-06-10T23:06:00.267Z] --- PASS: TestRefDerefRemove (0.02s) [2021-06-10T23:06:00.267Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-06-10T23:06:00.267Z] --- PASS: TestFindByDriver (0.02s) [2021-06-10T23:06:00.267Z] === CONT TestDerefMultipleOfSameRef [2021-06-10T23:06:00.267Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-06-10T23:06:00.267Z] === CONT TestFindByReferenced [2021-06-10T23:06:00.267Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-06-10T23:06:00.267Z] === CONT TestRemove [2021-06-10T23:06:00.267Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-06-10T23:06:00.267Z] === CONT TestList [2021-06-10T23:06:00.267Z] --- PASS: TestFindByReferenced (0.01s) [2021-06-10T23:06:00.267Z] === CONT TestCreate [2021-06-10T23:06:00.267Z] --- PASS: TestRemove (0.01s) [2021-06-10T23:06:00.267Z] === CONT TestGetWithReference [2021-06-10T23:06:00.267Z] --- PASS: TestList (0.01s) [2021-06-10T23:06:00.267Z] === CONT TestGet [2021-06-10T23:06:00.267Z] --- PASS: TestCreate (0.01s) [2021-06-10T23:06:00.267Z] === CONT TestServiceList [2021-06-10T23:06:00.267Z] --- PASS: TestGetWithReference (0.01s) [2021-06-10T23:06:00.267Z] === CONT TestServiceRemove [2021-06-10T23:06:00.267Z] --- PASS: TestGet (0.01s) [2021-06-10T23:06:00.267Z] === CONT TestServicePrune [2021-06-10T23:06:00.267Z] --- PASS: TestServiceGet (0.12s) [2021-06-10T23:06:00.267Z] === CONT TestServiceCreate [2021-06-10T23:06:00.267Z] time="2021-06-10T23:05:59Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-10T23:06:00.267Z] --- PASS: TestServiceRemove (0.05s) [2021-06-10T23:06:00.267Z] === CONT TestRestore [2021-06-10T23:06:00.267Z] --- PASS: TestServiceList (0.07s) [2021-06-10T23:06:00.267Z] time="2021-06-10T23:05:59Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-10T23:06:00.267Z] time="2021-06-10T23:05:59Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-10T23:06:00.267Z] time="2021-06-10T23:05:59Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-06-10T23:06:00.267Z] --- PASS: TestServiceCreate (0.01s) [2021-06-10T23:06:00.267Z] --- PASS: TestRestore (0.01s) [2021-06-10T23:06:00.267Z] time="2021-06-10T23:05:59Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-06-10T23:06:00.267Z] --- PASS: TestServicePrune (0.07s) [2021-06-10T23:06:00.267Z] PASS [2021-06-10T23:06:00.267Z] coverage: 69.6% of statements [2021-06-10T23:06:00.267Z] ok github.com/docker/docker/volume/service 0.234s coverage: 69.6% of statements [2021-06-10T23:06:01.246Z] time="2021-06-10T23:06:01Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-06-10T23:06:05.974Z] time="2021-06-10T23:06:05Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-06-10T23:06:07.521Z] . [2021-06-10T23:06:07.521Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-10T23:06:07.521Z] [2021-06-10T23:06:07.521Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-10T23:06:07.521Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-10T23:06:07.521Z] Error: No such image: emptyfs [2021-06-10T23:06:07.521Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-10T23:06:07.521Z] ++++ docker load [2021-06-10T23:06:07.521Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-06-10T23:06:07.521Z] Error: No such image: emptyfs [2021-06-10T23:06:07.521Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-06-10T23:06:07.521Z] ++++ docker load [2021-06-10T23:06:07.521Z] Running integration-test (iteration 1) [2021-06-10T23:06:07.521Z] 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-10T23:06:07.521Z] ++ 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-10T23:06:07.521Z] ++ set -e [2021-06-10T23:06:07.521Z] ++ '[' -n 0 ']' [2021-06-10T23:06:07.521Z] ++ set -x [2021-06-10T23:06:07.521Z] ++ 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-10T23:06:07.521Z] Running integration-test (iteration 1) [2021-06-10T23:06:07.521Z] 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-10T23:06:07.521Z] ++ 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-10T23:06:07.521Z] ++ set -e [2021-06-10T23:06:07.521Z] ++ '[' -n 0 ']' [2021-06-10T23:06:07.521Z] ++ set -x [2021-06-10T23:06:07.521Z] ++ 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-10T23:06:14.598Z] --- PASS: TestGet (15.01s) [2021-06-10T23:06:14.598Z] === RUN TestPluginWithNoManifest [2021-06-10T23:06:14.598Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-06-10T23:06:14.598Z] === RUN TestGetAll [2021-06-10T23:06:14.598Z] --- PASS: TestGetAll (0.00s) [2021-06-10T23:06:14.598Z] PASS [2021-06-10T23:06:14.598Z] coverage: 73.4% of statements [2021-06-10T23:06:14.598Z] ok github.com/docker/docker/pkg/plugins 35.805s coverage: 73.4% of statements [2021-06-10T23:06:28.501Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-06-10T23:06:28.501Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-10T23:06:28.501Z] GOOS="" GOARCH="" GOARM="" [2021-06-10T23:06:28.501Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-06-10T23:06:28.501Z] [2021-06-10T23:06:28.501Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-06-10T23:06:28.501Z] DOCKER_SYSTEMD=1 [2021-06-10T23:06:28.501Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-06-10T23:06:28.501Z] HOSTNAME=dc03d6540ef0 [2021-06-10T23:06:28.501Z] DEST=bundles/test-integration [2021-06-10T23:06:28.501Z] PWD=/go/src/github.com/docker/docker [2021-06-10T23:06:28.501Z] DOCKER_GITCOMMIT=dc40b3ff575a52496a53a59ef96d5165f05fb62a [2021-06-10T23:06:28.501Z] container=docker [2021-06-10T23:06:28.501Z] HOME=/root [2021-06-10T23:06:28.501Z] LANG=C.UTF-8 [2021-06-10T23:06:28.501Z] INVOCATION_ID=97fa3d8bb0334088ade1edc6db322c1c [2021-06-10T23:06:28.501Z] GOLANG_VERSION=1.13.15 [2021-06-10T23:06:28.501Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-06-10T23:06:28.501Z] VALIDATE_BRANCH=master [2021-06-10T23:06:28.501Z] TERM=xterm [2021-06-10T23:06:28.501Z] DOCKER_PKG=github.com/docker/docker [2021-06-10T23:06:28.501Z] SHLVL=3 [2021-06-10T23:06:28.501Z] TIMEOUT=120m [2021-06-10T23:06:28.501Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-06-10T23:06:28.501Z] DOCKER_GRAPHDRIVER=overlay2 [2021-06-10T23:06:28.501Z] GO111MODULE=off [2021-06-10T23:06:28.501Z] DOCKER_EXPERIMENTAL=1 [2021-06-10T23:06:28.501Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-06-10T23:06:28.501Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-06-10T23:06:28.501Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-06-10T23:06:28.501Z] GOPATH=/go [2021-06-10T23:06:28.501Z] PKG_CONFIG=pkg-config [2021-06-10T23:06:28.501Z] _=/usr/bin/env [2021-06-10T23:06:28.501Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-06-10T23:06:34.433Z] ..........................xx.................... [ 29%] [2021-06-10T23:06:35.770Z] 2021/06/10 23:06:33 Closing DB instances... [2021-06-10T23:06:35.770Z] time="2021-06-10T23:06:34Z" level=error msg="node: 87a96c6fc049 is unknown to memberlist" [2021-06-10T23:06:35.770Z] --- PASS: TestNetworkDBGarbageCollection (53.82s) [2021-06-10T23:06:35.770Z] === RUN TestFindNode [2021-06-10T23:06:35.770Z] 2021/06/10 23:06:35 Closing DB instances... [2021-06-10T23:06:35.770Z] --- PASS: TestFindNode (0.01s) [2021-06-10T23:06:35.770Z] === RUN TestChangeNodeState [2021-06-10T23:06:35.770Z] 2021/06/10 23:06:35 Closing DB instances... [2021-06-10T23:06:35.770Z] --- PASS: TestChangeNodeState (0.01s) [2021-06-10T23:06:35.770Z] === RUN TestNodeReincarnation [2021-06-10T23:06:35.770Z] 2021/06/10 23:06:35 Closing DB instances... [2021-06-10T23:06:40.496Z] time="2021-06-10T23:06:40Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-06-10T23:06:40.496Z] --- PASS: TestNodeReincarnation (5.01s) [2021-06-10T23:06:40.496Z] === RUN TestParallelCreate [2021-06-10T23:06:40.496Z] 2021/06/10 23:06:40 Closing DB instances... [2021-06-10T23:06:40.496Z] --- PASS: TestParallelCreate (0.01s) [2021-06-10T23:06:40.496Z] === RUN TestParallelDelete [2021-06-10T23:06:40.496Z] 2021/06/10 23:06:40 Closing DB instances... [2021-06-10T23:06:40.496Z] --- PASS: TestParallelDelete (0.01s) [2021-06-10T23:06:40.496Z] === RUN TestNetworkDBIslands [2021-06-10T23:06:40.496Z] time="2021-06-10T23:06:40Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:87796157ccd3 with config:&{NodeID:87796157ccd3 Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-10T23:06:40.496Z] time="2021-06-10T23:06:40Z" level=info msg="Node 87796157ccd3/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:40.496Z] time="2021-06-10T23:06:40Z" level=info msg="Node 87796157ccd3/172.24.76.249, added to nodes list" [2021-06-10T23:06:40.496Z] time="2021-06-10T23:06:40Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:cfd519b36657 with config:&{NodeID:cfd519b36657 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-10T23:06:40.496Z] time="2021-06-10T23:06:40Z" level=info msg="Node cfd519b36657/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:40.496Z] time="2021-06-10T23:06:40Z" level=info msg="Node cfd519b36657/172.24.76.249, added to nodes list" [2021-06-10T23:06:40.496Z] time="2021-06-10T23:06:40Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-06-10T23:06:40.496Z] time="2021-06-10T23:06:40Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-06-10T23:06:40.496Z] time="2021-06-10T23:06:40Z" level=debug msg="memberlist: Stream connection from=[::1]:49349" [2021-06-10T23:06:40.496Z] time="2021-06-10T23:06:40Z" level=info msg="Node cfd519b36657/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:40.496Z] time="2021-06-10T23:06:40Z" level=info msg="Node cfd519b36657/172.24.76.249, added to nodes list" [2021-06-10T23:06:40.496Z] time="2021-06-10T23:06:40Z" level=info msg="Node 87796157ccd3/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:40.496Z] time="2021-06-10T23:06:40Z" level=info msg="Node 87796157ccd3/172.24.76.249, added to nodes list" [2021-06-10T23:06:40.496Z] time="2021-06-10T23:06:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-06-10T23:06:40.496Z] time="2021-06-10T23:06:40Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49350" [2021-06-10T23:06:41.473Z] time="2021-06-10T23:06:41Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:01edf949560f with config:&{NodeID:01edf949560f Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-10T23:06:41.473Z] time="2021-06-10T23:06:41Z" level=info msg="Node 01edf949560f/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:41.473Z] time="2021-06-10T23:06:41Z" level=info msg="Node 01edf949560f/172.24.76.249, added to nodes list" [2021-06-10T23:06:41.474Z] time="2021-06-10T23:06:41Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-06-10T23:06:41.474Z] time="2021-06-10T23:06:41Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-06-10T23:06:41.474Z] time="2021-06-10T23:06:41Z" level=debug msg="memberlist: Stream connection from=[::1]:49351" [2021-06-10T23:06:41.474Z] time="2021-06-10T23:06:41Z" level=info msg="Node 01edf949560f/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:41.474Z] time="2021-06-10T23:06:41Z" level=info msg="Node 01edf949560f/172.24.76.249, added to nodes list" [2021-06-10T23:06:41.474Z] time="2021-06-10T23:06:41Z" level=info msg="Node 87796157ccd3/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:41.474Z] time="2021-06-10T23:06:41Z" level=info msg="Node 87796157ccd3/172.24.76.249, added to nodes list" [2021-06-10T23:06:41.474Z] time="2021-06-10T23:06:41Z" level=info msg="Node cfd519b36657/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:41.474Z] time="2021-06-10T23:06:41Z" level=info msg="Node cfd519b36657/172.24.76.249, added to nodes list" [2021-06-10T23:06:41.474Z] time="2021-06-10T23:06:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-06-10T23:06:41.474Z] time="2021-06-10T23:06:41Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49352" [2021-06-10T23:06:41.474Z] time="2021-06-10T23:06:41Z" level=info msg="Node 01edf949560f/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:41.474Z] time="2021-06-10T23:06:41Z" level=info msg="Node 01edf949560f/172.24.76.249, added to nodes list" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:9eae9e19d23e with config:&{NodeID:9eae9e19d23e Hostname:node4 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10036 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node 9eae9e19d23e/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node 9eae9e19d23e/172.24.76.249, added to nodes list" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=debug msg="memberlist: Stream connection from=[::1]:49353" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node 9eae9e19d23e/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node 9eae9e19d23e/172.24.76.249, added to nodes list" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node 87796157ccd3/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node 87796157ccd3/172.24.76.249, added to nodes list" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node cfd519b36657/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node cfd519b36657/172.24.76.249, added to nodes list" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node 01edf949560f/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node 01edf949560f/172.24.76.249, added to nodes list" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49354" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node 9eae9e19d23e/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node 9eae9e19d23e/172.24.76.249, added to nodes list" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node 9eae9e19d23e/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node 9eae9e19d23e/172.24.76.249, added to nodes list" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:2161a9878bca with config:&{NodeID:2161a9878bca Hostname:node5 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10037 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node 2161a9878bca/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node 2161a9878bca/172.24.76.249, added to nodes list" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=debug msg="memberlist: Stream connection from=[::1]:49355" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node 2161a9878bca/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node 2161a9878bca/172.24.76.249, added to nodes list" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node 01edf949560f/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node 01edf949560f/172.24.76.249, added to nodes list" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node 9eae9e19d23e/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node 9eae9e19d23e/172.24.76.249, added to nodes list" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node 87796157ccd3/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node 87796157ccd3/172.24.76.249, added to nodes list" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node cfd519b36657/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=info msg="Node cfd519b36657/172.24.76.249, added to nodes list" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-06-10T23:06:41.937Z] time="2021-06-10T23:06:41Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49356" [2021-06-10T23:06:42.400Z] time="2021-06-10T23:06:42Z" level=info msg="Node 2161a9878bca/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:42.400Z] time="2021-06-10T23:06:42Z" level=info msg="Node 2161a9878bca/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:42.400Z] time="2021-06-10T23:06:42Z" level=info msg="Node 2161a9878bca/172.24.76.249, added to nodes list" [2021-06-10T23:06:42.400Z] time="2021-06-10T23:06:42Z" level=info msg="Node 2161a9878bca/172.24.76.249, added to nodes list" [2021-06-10T23:06:42.400Z] time="2021-06-10T23:06:42Z" level=info msg="Node 2161a9878bca/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:42.400Z] time="2021-06-10T23:06:42Z" level=info msg="Node 2161a9878bca/172.24.76.249, added to nodes list" [2021-06-10T23:06:42.400Z] time="2021-06-10T23:06:42Z" level=info msg="The new bootstrap node list is:[172.24.76.249:10033 172.24.76.249:10034 172.24.76.249:10035]" [2021-06-10T23:06:42.400Z] time="2021-06-10T23:06:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.76.249:10033" [2021-06-10T23:06:42.400Z] time="2021-06-10T23:06:42Z" level=debug msg="memberlist: Stream connection from=172.24.76.249:49357" [2021-06-10T23:06:42.400Z] time="2021-06-10T23:06:42Z" level=debug msg="memberlist: Stream connection from=172.24.76.249:49358" [2021-06-10T23:06:42.400Z] time="2021-06-10T23:06:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.76.249:10034" [2021-06-10T23:06:42.400Z] time="2021-06-10T23:06:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.76.249:10035" [2021-06-10T23:06:42.400Z] time="2021-06-10T23:06:42Z" level=debug msg="memberlist: Stream connection from=172.24.76.249:49359" [2021-06-10T23:06:42.864Z] time="2021-06-10T23:06:42Z" level=info msg="The new bootstrap node list is:[172.24.76.249:10033 172.24.76.249:10034 172.24.76.249:10035]" [2021-06-10T23:06:42.864Z] time="2021-06-10T23:06:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.76.249:10033" [2021-06-10T23:06:42.864Z] time="2021-06-10T23:06:42Z" level=debug msg="memberlist: Stream connection from=172.24.76.249:49360" [2021-06-10T23:06:42.864Z] time="2021-06-10T23:06:42Z" level=debug msg="memberlist: Stream connection from=172.24.76.249:49361" [2021-06-10T23:06:42.864Z] time="2021-06-10T23:06:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.76.249:10034" [2021-06-10T23:06:42.864Z] time="2021-06-10T23:06:42Z" level=debug msg="memberlist: Stream connection from=172.24.76.249:49362" [2021-06-10T23:06:42.864Z] time="2021-06-10T23:06:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.76.249:10035" [2021-06-10T23:06:42.864Z] time="2021-06-10T23:06:42Z" level=info msg="node 0 leaving" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:42Z" level=info msg="Node 87796157ccd3 change state NodeActive --> NodeLeft" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:42Z" level=info msg="node5(2161a9878bca): Node leave event for 87796157ccd3/172.24.76.249" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:42Z" level=info msg="Node 87796157ccd3 change state NodeActive --> NodeLeft" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:42Z" level=info msg="node2(cfd519b36657): Node leave event for 87796157ccd3/172.24.76.249" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:42Z" level=info msg="Node 87796157ccd3 change state NodeActive --> NodeLeft" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:42Z" level=info msg="node4(9eae9e19d23e): Node leave event for 87796157ccd3/172.24.76.249" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:42Z" level=info msg="Node 87796157ccd3 change state NodeActive --> NodeLeft" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:42Z" level=info msg="node3(01edf949560f): Node leave event for 87796157ccd3/172.24.76.249" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:42Z" level=info msg="Node 87796157ccd3 change state NodeActive --> NodeLeft" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:42Z" level=info msg="node1(87796157ccd3): Node leave event for 87796157ccd3/172.24.76.249" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:43Z" level=info msg="Node 87796157ccd3/172.24.76.249, left gossip cluster" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:43Z" level=info msg="Node 87796157ccd3/172.24.76.249, left gossip cluster" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:43Z" level=info msg="Node 87796157ccd3/172.24.76.249, left gossip cluster" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:43Z" level=info msg="Node 87796157ccd3/172.24.76.249, left gossip cluster" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:43Z" level=info msg="Node 87796157ccd3/172.24.76.249, left gossip cluster" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:43Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10033->172.24.76.249:10036: use of closed network connection" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:43Z" level=info msg="node 1 leaving" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:43Z" level=warning msg="memberlist: Failed to send gossip to 172.24.76.249:10037: write udp [::]:10033->172.24.76.249:10037: use of closed network connection" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:43Z" level=info msg="Node cfd519b36657 change state NodeActive --> NodeLeft" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:43Z" level=info msg="node3(01edf949560f): Node leave event for cfd519b36657/172.24.76.249" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:43Z" level=info msg="Node cfd519b36657/172.24.76.249, left gossip cluster" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:43Z" level=info msg="Node cfd519b36657 change state NodeActive --> NodeFailed" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:43Z" level=info msg="Node cfd519b36657/172.24.76.249, added to failed nodes list" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:43Z" level=info msg="Node cfd519b36657 change state NodeActive --> NodeLeft" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:43Z" level=info msg="node5(2161a9878bca): Node leave event for cfd519b36657/172.24.76.249" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:43Z" level=info msg="Node cfd519b36657 change state NodeActive --> NodeLeft" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:43Z" level=info msg="node4(9eae9e19d23e): Node leave event for cfd519b36657/172.24.76.249" [2021-06-10T23:06:43.329Z] time="2021-06-10T23:06:43Z" level=error msg="node: cfd519b36657 is unknown to memberlist" [2021-06-10T23:06:43.794Z] time="2021-06-10T23:06:43Z" level=info msg="Node cfd519b36657/172.24.76.249, left gossip cluster" [2021-06-10T23:06:43.794Z] time="2021-06-10T23:06:43Z" level=info msg="Node cfd519b36657/172.24.76.249, left gossip cluster" [2021-06-10T23:06:43.794Z] time="2021-06-10T23:06:43Z" level=info msg="Node cfd519b36657/172.24.76.249, left gossip cluster" [2021-06-10T23:06:43.794Z] time="2021-06-10T23:06:43Z" level=info msg="node 2 leaving" [2021-06-10T23:06:43.794Z] time="2021-06-10T23:06:43Z" level=info msg="Node 01edf949560f change state NodeActive --> NodeLeft" [2021-06-10T23:06:43.794Z] time="2021-06-10T23:06:43Z" level=info msg="node5(2161a9878bca): Node leave event for 01edf949560f/172.24.76.249" [2021-06-10T23:06:43.794Z] time="2021-06-10T23:06:43Z" level=info msg="Node 01edf949560f change state NodeActive --> NodeLeft" [2021-06-10T23:06:43.794Z] time="2021-06-10T23:06:43Z" level=info msg="node4(9eae9e19d23e): Node leave event for 01edf949560f/172.24.76.249" [2021-06-10T23:06:43.794Z] time="2021-06-10T23:06:43Z" level=info msg="Node 01edf949560f change state NodeActive --> NodeLeft" [2021-06-10T23:06:43.794Z] time="2021-06-10T23:06:43Z" level=info msg="node3(01edf949560f): Node leave event for 01edf949560f/172.24.76.249" [2021-06-10T23:06:44.258Z] time="2021-06-10T23:06:43Z" level=info msg="Node 01edf949560f/172.24.76.249, left gossip cluster" [2021-06-10T23:06:44.258Z] time="2021-06-10T23:06:43Z" level=info msg="Node 01edf949560f/172.24.76.249, left gossip cluster" [2021-06-10T23:06:44.258Z] time="2021-06-10T23:06:43Z" level=info msg="Node 01edf949560f/172.24.76.249, left gossip cluster" [2021-06-10T23:06:44.258Z] time="2021-06-10T23:06:44Z" level=info msg="node 0 coming back" [2021-06-10T23:06:44.258Z] time="2021-06-10T23:06:44Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:000826231a6c with config:&{NodeID:000826231a6c Hostname:node1 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10033 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-10T23:06:44.258Z] time="2021-06-10T23:06:44Z" level=info msg="Node 000826231a6c/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:44.258Z] time="2021-06-10T23:06:44Z" level=info msg="Node 000826231a6c/172.24.76.249, added to nodes list" [2021-06-10T23:06:44.258Z] time="2021-06-10T23:06:44Z" level=info msg="node 1 coming back" [2021-06-10T23:06:44.258Z] time="2021-06-10T23:06:44Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:c9e7d95699d2 with config:&{NodeID:c9e7d95699d2 Hostname:node2 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10034 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-10T23:06:44.258Z] time="2021-06-10T23:06:44Z" level=info msg="Node c9e7d95699d2/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:44.258Z] time="2021-06-10T23:06:44Z" level=info msg="Node c9e7d95699d2/172.24.76.249, added to nodes list" [2021-06-10T23:06:44.258Z] time="2021-06-10T23:06:44Z" level=info msg="node 2 coming back" [2021-06-10T23:06:44.258Z] time="2021-06-10T23:06:44Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:03319509fd05 with config:&{NodeID:03319509fd05 Hostname:node3 BindAddr:0.0.0.0 AdvertiseAddr: BindPort:10035 Keys:[] PacketBufferSize:1400 reapEntryInterval:1800000000000 reapNetworkInterval:1825000000000 StatsPrintPeriod:5m0s HealthPrintPeriod:1m0s}" [2021-06-10T23:06:44.258Z] time="2021-06-10T23:06:44Z" level=info msg="Node 03319509fd05/172.24.76.249, joined gossip cluster" [2021-06-10T23:06:44.258Z] time="2021-06-10T23:06:44Z" level=info msg="Node 03319509fd05/172.24.76.249, added to nodes list" [2021-06-10T23:06:44.722Z] time="2021-06-10T23:06:44Z" level=debug msg="memberlist: Failed ping: 2161a9878bca (timeout reached)" [2021-06-10T23:06:44.722Z] time="2021-06-10T23:06:44Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10035->172.24.76.249:10036: use of closed network connection" [2021-06-10T23:06:44.722Z] time="2021-06-10T23:06:44Z" level=debug msg="memberlist: Stream connection from=172.24.76.249:49363" [2021-06-10T23:06:45.186Z] time="2021-06-10T23:06:45Z" level=warning msg="memberlist: Was able to connect to 2161a9878bca but other probes failed, network may be misconfigured" [2021-06-10T23:06:49.835Z] --- PASS: TestImportExtremelyLargeImageWorks (102.55s) [2021-06-10T23:06:49.835Z] PASS [2021-06-10T23:06:49.835Z] [2021-06-10T23:06:49.835Z] === Skipped [2021-06-10T23:06:49.835Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-06-10T23:06:49.835Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-06-10T23:06:49.835Z] [2021-06-10T23:06:49.835Z] [2021-06-10T23:06:49.835Z] DONE 12 tests, 1 skipped in 106.577s [2021-06-10T23:06:49.835Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-06-10T23:06:49.835Z] INFO: Testing against a local daemon [2021-06-10T23:06:49.835Z] === RUN TestNetworkCreateDelete [2021-06-10T23:06:49.835Z] --- PASS: TestNetworkCreateDelete (0.15s) [2021-06-10T23:06:49.835Z] === RUN TestDockerNetworkDeletePreferID [2021-06-10T23:06:49.835Z] --- PASS: TestDockerNetworkDeletePreferID (0.37s) [2021-06-10T23:06:49.835Z] === RUN TestDaemonDNSFallback [2021-06-10T23:06:49.835Z] --- PASS: TestDaemonDNSFallback (7.60s) [2021-06-10T23:06:49.835Z] === RUN TestInspectNetwork [2021-06-10T23:06:49.835Z] --- SKIP: TestInspectNetwork (0.00s) [2021-06-10T23:06:49.835Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:06:49.835Z] === RUN TestRunContainerWithBridgeNone [2021-06-10T23:06:49.835Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-06-10T23:06:49.835Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-10T23:06:49.835Z] === RUN TestNetworkInvalidJSON [2021-06-10T23:06:49.835Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-10T23:06:49.835Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-10T23:06:49.835Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-10T23:06:49.835Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-10T23:06:49.835Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-10T23:06:49.835Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-10T23:06:49.835Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-10T23:06:49.835Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-10T23:06:49.835Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-10T23:06:49.835Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-06-10T23:06:49.835Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-06-10T23:06:49.835Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-06-10T23:06:49.835Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-10T23:06:49.835Z] === RUN TestNetworkList [2021-06-10T23:06:49.835Z] === RUN TestNetworkList//networks [2021-06-10T23:06:49.835Z] === PAUSE TestNetworkList//networks [2021-06-10T23:06:49.835Z] === RUN TestNetworkList//networks/ [2021-06-10T23:06:49.835Z] === PAUSE TestNetworkList//networks/ [2021-06-10T23:06:49.835Z] === CONT TestNetworkList//networks [2021-06-10T23:06:49.835Z] === CONT TestNetworkList//networks/ [2021-06-10T23:06:49.835Z] --- PASS: TestNetworkList (0.01s) [2021-06-10T23:06:49.835Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-10T23:06:49.835Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-10T23:06:49.835Z] === RUN TestHostIPv4BridgeLabel [2021-06-10T23:06:49.835Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-06-10T23:06:49.835Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-10T23:06:49.835Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-10T23:06:49.835Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-06-10T23:06:49.835Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-10T23:06:49.835Z] === RUN TestDaemonDefaultNetworkPools [2021-06-10T23:06:49.835Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2021-06-10T23:06:49.835Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-10T23:06:49.835Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-10T23:06:49.835Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2021-06-10T23:06:49.835Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-10T23:06:49.835Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-10T23:06:49.835Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-10T23:06:49.835Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-10T23:06:49.835Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-10T23:06:49.835Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-06-10T23:06:49.835Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-10T23:06:49.835Z] === RUN TestServiceWithPredefinedNetwork [2021-06-10T23:06:49.835Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-06-10T23:06:49.835Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:06:49.835Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-10T23:06:49.835Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-10T23:06:49.835Z] service_test.go:242: FLAKY_TEST [2021-06-10T23:06:49.835Z] === RUN TestServiceWithDataPathPortInit [2021-06-10T23:06:49.835Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2021-06-10T23:06:49.835Z] service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:06:49.835Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-10T23:06:49.835Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-10T23:06:49.835Z] service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:06:49.835Z] PASS [2021-06-10T23:06:49.835Z] [2021-06-10T23:06:49.835Z] === Skipped [2021-06-10T23:06:49.835Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-06-10T23:06:49.835Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:06:49.835Z] [2021-06-10T23:06:49.835Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-06-10T23:06:49.835Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-10T23:06:49.835Z] [2021-06-10T23:06:49.835Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-06-10T23:06:49.835Z] network_test.go:128: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-10T23:06:49.835Z] [2021-06-10T23:06:49.835Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-06-10T23:06:49.835Z] service_test.go:32: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-10T23:06:49.835Z] [2021-06-10T23:06:49.835Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2021-06-10T23:06:49.835Z] service_test.go:62: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-10T23:06:49.835Z] [2021-06-10T23:06:49.835Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2021-06-10T23:06:49.835Z] service_test.go:105: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-10T23:06:49.835Z] [2021-06-10T23:06:49.835Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-10T23:06:49.835Z] service_test.go:139: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-10T23:06:49.835Z] [2021-06-10T23:06:49.835Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-06-10T23:06:49.835Z] service_test.go:190: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-10T23:06:49.835Z] [2021-06-10T23:06:49.835Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-06-10T23:06:49.835Z] service_test.go:213: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:06:49.835Z] [2021-06-10T23:06:49.835Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-10T23:06:49.835Z] service_test.go:242: FLAKY_TEST [2021-06-10T23:06:49.835Z] [2021-06-10T23:06:49.835Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2021-06-10T23:06:49.835Z] service_test.go:335: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:06:49.835Z] [2021-06-10T23:06:49.836Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-10T23:06:49.836Z] service_test.go:402: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] DONE 22 tests, 12 skipped in 8.279s [2021-06-10T23:06:49.836Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-06-10T23:06:49.836Z] INFO: Testing against a local daemon [2021-06-10T23:06:49.836Z] === RUN TestDockerNetworkIpvlanPersistance [2021-06-10T23:06:49.836Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-10T23:06:49.836Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-10T23:06:49.836Z] === RUN TestDockerNetworkIpvlan [2021-06-10T23:06:49.836Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-06-10T23:06:49.836Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-10T23:06:49.836Z] PASS [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] === Skipped [2021-06-10T23:06:49.836Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-10T23:06:49.836Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-06-10T23:06:49.836Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] DONE 2 tests, 2 skipped in 0.101s [2021-06-10T23:06:49.836Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-06-10T23:06:49.836Z] INFO: Testing against a local daemon [2021-06-10T23:06:49.836Z] === RUN TestDockerNetworkMacvlanPersistance [2021-06-10T23:06:49.836Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-06-10T23:06:49.836Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-10T23:06:49.836Z] === RUN TestDockerNetworkMacvlan [2021-06-10T23:06:49.836Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-06-10T23:06:49.836Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-10T23:06:49.836Z] PASS [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] === Skipped [2021-06-10T23:06:49.836Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-06-10T23:06:49.836Z] macvlan_test.go:22: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-06-10T23:06:49.836Z] macvlan_test.go:45: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] DONE 2 tests, 2 skipped in 0.108s [2021-06-10T23:06:49.836Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-06-10T23:06:49.836Z] testing: warning: no tests to run [2021-06-10T23:06:49.836Z] PASS [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] DONE 0 tests in 0.022s [2021-06-10T23:06:49.836Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-06-10T23:06:49.836Z] INFO: Testing against a local daemon [2021-06-10T23:06:49.836Z] === RUN TestAuthZPluginAllowRequest [2021-06-10T23:06:49.836Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] === RUN TestAuthZPluginTLS [2021-06-10T23:06:49.836Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] === RUN TestAuthZPluginDenyRequest [2021-06-10T23:06:49.836Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] === RUN TestAuthZPluginAPIDenyResponse [2021-06-10T23:06:49.836Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] === RUN TestAuthZPluginDenyResponse [2021-06-10T23:06:49.836Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] === RUN TestAuthZPluginAllowEventStream [2021-06-10T23:06:49.836Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] === RUN TestAuthZPluginErrorResponse [2021-06-10T23:06:49.836Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] === RUN TestAuthZPluginErrorRequest [2021-06-10T23:06:49.836Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-06-10T23:06:49.836Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-06-10T23:06:49.836Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-06-10T23:06:49.836Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] === RUN TestAuthZPluginHeader [2021-06-10T23:06:49.836Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-06-10T23:06:49.836Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.18s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] === RUN TestAuthZPluginV2Disable [2021-06-10T23:06:49.836Z] --- SKIP: TestAuthZPluginV2Disable (0.01s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-06-10T23:06:49.836Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-06-10T23:06:49.836Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-06-10T23:06:49.836Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] PASS [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] === Skipped [2021-06-10T23:06:49.836Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.18s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.01s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-06-10T23:06:49.836Z] main_test.go:52: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] [2021-06-10T23:06:49.836Z] DONE 17 tests, 17 skipped in 0.355s [2021-06-10T23:06:49.836Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-06-10T23:06:50.097Z] INFO: Testing against a local daemon [2021-06-10T23:06:50.097Z] === RUN TestPluginInvalidJSON [2021-06-10T23:06:50.097Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-10T23:06:50.097Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-10T23:06:50.097Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-10T23:06:50.097Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-06-10T23:06:50.097Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-10T23:06:50.097Z] === RUN TestPluginInstall [2021-06-10T23:06:50.097Z] --- SKIP: TestPluginInstall (0.00s) [2021-06-10T23:06:50.097Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:50.097Z] === RUN TestPluginsWithRuntimes [2021-06-10T23:06:50.097Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-06-10T23:06:50.097Z] 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-10T23:06:50.097Z] === RUN TestPluginBackCompatMediaTypes [2021-06-10T23:06:50.097Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-06-10T23:06:50.097Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-06-10T23:06:50.097Z] PASS [2021-06-10T23:06:50.097Z] [2021-06-10T23:06:50.097Z] === Skipped [2021-06-10T23:06:50.097Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-06-10T23:06:50.097Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-06-10T23:06:50.097Z] [2021-06-10T23:06:50.097Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-06-10T23:06:50.097Z] 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-10T23:06:50.097Z] [2021-06-10T23:06:50.097Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2021-06-10T23:06:50.097Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-06-10T23:06:50.097Z] [2021-06-10T23:06:50.097Z] [2021-06-10T23:06:50.097Z] DONE 5 tests, 3 skipped in 0.130s [2021-06-10T23:06:50.097Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-06-10T23:06:50.097Z] INFO: Testing against a local daemon [2021-06-10T23:06:50.097Z] === RUN TestExternalGraphDriver [2021-06-10T23:06:50.097Z] --- SKIP: TestExternalGraphDriver (0.07s) [2021-06-10T23:06:50.097Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-06-10T23:06:50.097Z] === RUN TestGraphdriverPluginV2 [2021-06-10T23:06:54.165Z] Loaded image: buildpack-deps:buster [2021-06-10T23:06:54.165Z] Loaded image: busybox:latest [2021-06-10T23:06:54.165Z] Loaded image: buildpack-deps:buster [2021-06-10T23:06:54.165Z] Loaded image: busybox:glibc [2021-06-10T23:06:54.165Z] Loaded image: busybox:latest [2021-06-10T23:06:54.165Z] Loaded image: busybox:glibc [2021-06-10T23:06:55.533Z] Loaded image: debian:bullseye [2021-06-10T23:06:55.533Z] Loaded image: hello-world:latest [2021-06-10T23:06:55.790Z] Loaded image: arm32v7/hello-world:latest [2021-06-10T23:06:55.790Z] INFO: Testing against a local daemon [2021-06-10T23:06:55.790Z] === RUN TestDockerSuite [2021-06-10T23:06:56.048Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-06-10T23:06:56.048Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-06-10T23:06:56.048Z] Loaded image: debian:bullseye [2021-06-10T23:06:56.048Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-06-10T23:06:56.048Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-06-10T23:06:56.048Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-06-10T23:06:56.048Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-06-10T23:06:56.048Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-06-10T23:06:56.048Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-06-10T23:06:56.305Z] Loaded image: hello-world:latest [2021-06-10T23:06:56.306Z] Loaded image: arm32v7/hello-world:latest [2021-06-10T23:06:56.563Z] INFO: Testing against a local daemon [2021-06-10T23:06:56.563Z] === RUN TestDockerDaemonSuite [2021-06-10T23:06:56.563Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-06-10T23:06:56.728Z] --- PASS: TestGraphdriverPluginV2 (5.80s) [2021-06-10T23:06:56.728Z] PASS [2021-06-10T23:06:56.728Z] [2021-06-10T23:06:56.728Z] === Skipped [2021-06-10T23:06:56.728Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.07s) [2021-06-10T23:06:56.728Z] external_test.go:51: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-06-10T23:06:56.728Z] [2021-06-10T23:06:56.728Z] [2021-06-10T23:06:56.728Z] DONE 2 tests, 1 skipped in 5.965s [2021-06-10T23:06:56.728Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-06-10T23:06:56.728Z] INFO: Testing against a local daemon [2021-06-10T23:06:56.728Z] === RUN TestContinueAfterPluginCrash [2021-06-10T23:06:56.728Z] === PAUSE TestContinueAfterPluginCrash [2021-06-10T23:06:56.728Z] === RUN TestReadPluginNoRead [2021-06-10T23:06:56.728Z] === PAUSE TestReadPluginNoRead [2021-06-10T23:06:56.728Z] === RUN TestDaemonStartWithLogOpt [2021-06-10T23:06:56.728Z] === PAUSE TestDaemonStartWithLogOpt [2021-06-10T23:06:56.728Z] === CONT TestContinueAfterPluginCrash [2021-06-10T23:06:56.728Z] === CONT TestDaemonStartWithLogOpt [2021-06-10T23:07:00.562Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-06-10T23:07:00.562Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-06-10T23:07:00.736Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-06-10T23:07:00.736Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-06-10T23:07:01.576Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-06-10T23:07:01.665Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-06-10T23:07:01.665Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-06-10T23:07:02.595Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-06-10T23:07:02.855Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-06-10T23:07:02.855Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-06-10T23:07:03.310Z] --- PASS: TestDaemonStartWithLogOpt (6.33s) [2021-06-10T23:07:03.310Z] === CONT TestReadPluginNoRead [2021-06-10T23:07:04.749Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-06-10T23:07:05.313Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-06-10T23:07:05.313Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-06-10T23:07:05.313Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-06-10T23:07:05.888Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-06-10T23:07:06.451Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-06-10T23:07:06.607Z] === RUN TestReadPluginNoRead/default [2021-06-10T23:07:06.607Z] --- PASS: TestContinueAfterPluginCrash (10.21s) [2021-06-10T23:07:08.347Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-06-10T23:07:08.347Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-06-10T23:07:08.347Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-06-10T23:07:08.347Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-06-10T23:07:08.347Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-06-10T23:07:08.519Z] === RUN TestReadPluginNoRead/disabled_caching [2021-06-10T23:07:11.061Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-06-10T23:07:11.329Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-06-10T23:07:13.604Z] --- PASS: TestReadPluginNoRead (11.17s) [2021-06-10T23:07:13.604Z] --- PASS: TestReadPluginNoRead/default (2.54s) [2021-06-10T23:07:13.604Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.52s) [2021-06-10T23:07:13.604Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.53s) [2021-06-10T23:07:13.604Z] read_test.go:92: [d8cae82bcdab1] daemon is not started [2021-06-10T23:07:13.604Z] PASS [2021-06-10T23:07:13.604Z] [2021-06-10T23:07:13.604Z] DONE 6 tests in 17.617s [2021-06-10T23:07:13.604Z] 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-10T23:07:13.604Z] testing: warning: no tests to run [2021-06-10T23:07:13.604Z] PASS [2021-06-10T23:07:13.604Z] [2021-06-10T23:07:13.604Z] DONE 0 tests in 0.042s [2021-06-10T23:07:13.604Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-06-10T23:07:13.865Z] INFO: Testing against a local daemon [2021-06-10T23:07:13.865Z] === RUN TestPluginWithDevMounts [2021-06-10T23:07:13.865Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-06-10T23:07:13.865Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-06-10T23:07:13.865Z] PASS [2021-06-10T23:07:13.865Z] [2021-06-10T23:07:13.865Z] === Skipped [2021-06-10T23:07:13.865Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-06-10T23:07:13.865Z] mounts_test.go:21: (*Execution).IsRootless-fm [2021-06-10T23:07:13.865Z] [2021-06-10T23:07:13.865Z] [2021-06-10T23:07:13.865Z] DONE 1 tests, 1 skipped in 0.110s [2021-06-10T23:07:13.865Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-06-10T23:07:13.865Z] INFO: Testing against a local daemon [2021-06-10T23:07:13.865Z] === RUN TestSecretInspect [2021-06-10T23:07:13.865Z] --- SKIP: TestSecretInspect (0.01s) [2021-06-10T23:07:13.865Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:13.865Z] === RUN TestSecretList [2021-06-10T23:07:13.865Z] --- SKIP: TestSecretList (0.02s) [2021-06-10T23:07:13.865Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:13.865Z] === RUN TestSecretsCreateAndDelete [2021-06-10T23:07:13.865Z] --- SKIP: TestSecretsCreateAndDelete (0.02s) [2021-06-10T23:07:13.865Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:13.865Z] === RUN TestSecretsUpdate [2021-06-10T23:07:13.865Z] --- SKIP: TestSecretsUpdate (0.01s) [2021-06-10T23:07:13.865Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:13.865Z] === RUN TestTemplatedSecret [2021-06-10T23:07:13.865Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-06-10T23:07:13.865Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:13.865Z] === RUN TestSecretCreateResolve [2021-06-10T23:07:13.865Z] --- SKIP: TestSecretCreateResolve (0.01s) [2021-06-10T23:07:13.865Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:13.865Z] PASS [2021-06-10T23:07:13.865Z] [2021-06-10T23:07:13.865Z] === Skipped [2021-06-10T23:07:13.865Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2021-06-10T23:07:13.865Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:13.865Z] [2021-06-10T23:07:13.865Z] === SKIP: amd64.integration.secret TestSecretList (0.02s) [2021-06-10T23:07:13.865Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:13.865Z] [2021-06-10T23:07:13.865Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.02s) [2021-06-10T23:07:13.865Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:13.865Z] [2021-06-10T23:07:13.865Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.01s) [2021-06-10T23:07:13.865Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:13.865Z] [2021-06-10T23:07:13.865Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-06-10T23:07:13.865Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:13.865Z] [2021-06-10T23:07:13.865Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2021-06-10T23:07:13.865Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:13.865Z] [2021-06-10T23:07:13.865Z] [2021-06-10T23:07:13.865Z] DONE 6 tests, 6 skipped in 0.171s [2021-06-10T23:07:13.865Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-06-10T23:07:14.126Z] INFO: Testing against a local daemon [2021-06-10T23:07:14.126Z] === RUN TestServiceCreateInit [2021-06-10T23:07:14.126Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-10T23:07:14.126Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-10T23:07:14.126Z] --- PASS: TestServiceCreateInit (0.02s) [2021-06-10T23:07:14.126Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-10T23:07:14.126Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:14.126Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-10T23:07:14.126Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:14.126Z] === RUN TestCreateServiceMultipleTimes [2021-06-10T23:07:14.126Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-06-10T23:07:14.126Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:14.126Z] === RUN TestCreateServiceConflict [2021-06-10T23:07:14.126Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-06-10T23:07:14.126Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:14.126Z] === RUN TestCreateServiceMaxReplicas [2021-06-10T23:07:14.126Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2021-06-10T23:07:14.126Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:14.126Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-10T23:07:14.126Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.02s) [2021-06-10T23:07:14.126Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:14.126Z] === RUN TestCreateServiceSecretFileMode [2021-06-10T23:07:14.126Z] --- SKIP: TestCreateServiceSecretFileMode (0.02s) [2021-06-10T23:07:14.126Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:14.126Z] === RUN TestCreateServiceConfigFileMode [2021-06-10T23:07:14.126Z] --- SKIP: TestCreateServiceConfigFileMode (0.01s) [2021-06-10T23:07:14.126Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:14.126Z] === RUN TestCreateServiceSysctls [2021-06-10T23:07:14.126Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-06-10T23:07:14.126Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:14.126Z] === RUN TestCreateServiceCapabilities [2021-06-10T23:07:14.126Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-06-10T23:07:14.126Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:14.126Z] === RUN TestInspect [2021-06-10T23:07:14.126Z] --- SKIP: TestInspect (0.01s) [2021-06-10T23:07:14.126Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:14.126Z] === RUN TestCreateJob [2021-06-10T23:07:14.126Z] --- SKIP: TestCreateJob (0.01s) [2021-06-10T23:07:14.126Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:14.126Z] === RUN TestReplicatedJob [2021-06-10T23:07:14.126Z] --- SKIP: TestReplicatedJob (0.01s) [2021-06-10T23:07:14.126Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:14.126Z] === RUN TestUpdateReplicatedJob [2021-06-10T23:07:14.386Z] --- SKIP: TestUpdateReplicatedJob (0.02s) [2021-06-10T23:07:14.387Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:14.387Z] === RUN TestServiceListWithStatuses [2021-06-10T23:07:14.387Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-10T23:07:14.387Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-10T23:07:14.387Z] === RUN TestDockerNetworkConnectAlias [2021-06-10T23:07:14.387Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2021-06-10T23:07:14.387Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:14.387Z] === RUN TestDockerNetworkReConnect [2021-06-10T23:07:14.387Z] --- SKIP: TestDockerNetworkReConnect (0.02s) [2021-06-10T23:07:14.387Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:14.387Z] === RUN TestServicePlugin [2021-06-10T23:07:14.894Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-06-10T23:07:15.353Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-06-10T23:07:17.427Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-06-10T23:07:17.687Z] --- SKIP: TestServicePlugin (3.43s) [2021-06-10T23:07:17.687Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] === RUN TestServiceUpdateLabel [2021-06-10T23:07:17.687Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-06-10T23:07:17.687Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] === RUN TestServiceUpdateSecrets [2021-06-10T23:07:17.687Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2021-06-10T23:07:17.687Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] === RUN TestServiceUpdateConfigs [2021-06-10T23:07:17.687Z] --- SKIP: TestServiceUpdateConfigs (0.02s) [2021-06-10T23:07:17.687Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] === RUN TestServiceUpdateNetwork [2021-06-10T23:07:17.687Z] --- SKIP: TestServiceUpdateNetwork (0.02s) [2021-06-10T23:07:17.687Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] === RUN TestServiceUpdatePidsLimit [2021-06-10T23:07:17.687Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2021-06-10T23:07:17.687Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] PASS [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] === Skipped [2021-06-10T23:07:17.687Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-10T23:07:17.687Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-10T23:07:17.687Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-10T23:07:17.687Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-10T23:07:17.687Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-06-10T23:07:17.687Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-06-10T23:07:17.687Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2021-06-10T23:07:17.687Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.02s) [2021-06-10T23:07:17.687Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.02s) [2021-06-10T23:07:17.687Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.01s) [2021-06-10T23:07:17.687Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2021-06-10T23:07:17.687Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-06-10T23:07:17.687Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-06-10T23:07:17.687Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-06-10T23:07:17.687Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-06-10T23:07:17.687Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.02s) [2021-06-10T23:07:17.687Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-06-10T23:07:17.687Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2021-06-10T23:07:17.687Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.02s) [2021-06-10T23:07:17.687Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] === SKIP: amd64.integration.service TestServicePlugin (3.43s) [2021-06-10T23:07:17.687Z] plugin_test.go:59: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-06-10T23:07:17.687Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2021-06-10T23:07:17.687Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.02s) [2021-06-10T23:07:17.687Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.02s) [2021-06-10T23:07:17.687Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2021-06-10T23:07:17.687Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] [2021-06-10T23:07:17.687Z] DONE 24 tests, 23 skipped in 3.833s [2021-06-10T23:07:17.687Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-06-10T23:07:17.948Z] INFO: Testing against a local daemon [2021-06-10T23:07:17.948Z] === RUN TestSessionCreate [2021-06-10T23:07:17.948Z] --- PASS: TestSessionCreate (0.02s) [2021-06-10T23:07:17.948Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-10T23:07:17.948Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-06-10T23:07:17.948Z] PASS [2021-06-10T23:07:17.948Z] [2021-06-10T23:07:17.948Z] DONE 2 tests in 0.138s [2021-06-10T23:07:17.948Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-06-10T23:07:17.948Z] INFO: Testing against a local daemon [2021-06-10T23:07:17.948Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-10T23:07:17.948Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-10T23:07:17.948Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-10T23:07:17.948Z] === RUN TestEventsExecDie [2021-06-10T23:07:19.331Z] --- PASS: TestEventsExecDie (1.00s) [2021-06-10T23:07:19.331Z] === RUN TestEventsBackwardsCompatible [2021-06-10T23:07:19.331Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-06-10T23:07:19.331Z] === RUN TestEventsVolumeCreate [2021-06-10T23:07:19.331Z] --- PASS: TestEventsVolumeCreate (0.05s) [2021-06-10T23:07:19.331Z] === RUN TestInfoBinaryCommits [2021-06-10T23:07:19.331Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-06-10T23:07:19.331Z] === RUN TestInfoAPIVersioned [2021-06-10T23:07:19.331Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-06-10T23:07:19.331Z] === RUN TestInfoDiscoveryBackend [2021-06-10T23:07:20.701Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-06-10T23:07:20.713Z] --- PASS: TestInfoDiscoveryBackend (1.52s) [2021-06-10T23:07:20.713Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-06-10T23:07:22.526Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-06-10T23:07:23.220Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-06-10T23:07:24.008Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.39s) [2021-06-10T23:07:24.008Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-06-10T23:07:24.008Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-06-10T23:07:24.008Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-10T23:07:24.008Z] === RUN TestInfoAPI [2021-06-10T23:07:24.008Z] --- PASS: TestInfoAPI (0.02s) [2021-06-10T23:07:24.008Z] === RUN TestInfoAPIWarnings [2021-06-10T23:07:25.113Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-06-10T23:07:25.372Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [2021-06-10T23:07:26.302Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-06-10T23:07:27.670Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-06-10T23:07:27.927Z] --- PASS: TestBuildWithHugeFile (94.55s) [2021-06-10T23:07:27.927Z] === RUN TestBuildWCOWSandboxSize [2021-06-10T23:07:27.927Z] --- SKIP: TestBuildWCOWSandboxSize (0.02s) [2021-06-10T23:07:27.927Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-10T23:07:27.927Z] === RUN TestBuildWithEmptyDockerfile [2021-06-10T23:07:27.927Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-10T23:07:27.927Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-10T23:07:27.927Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-10T23:07:27.927Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-10T23:07:27.927Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-10T23:07:27.927Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-10T23:07:27.927Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-10T23:07:27.927Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-10T23:07:28.185Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-10T23:07:28.442Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2021-06-10T23:07:28.442Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.26s) [2021-06-10T23:07:28.442Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.28s) [2021-06-10T23:07:28.442Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.16s) [2021-06-10T23:07:28.442Z] === RUN TestBuildPreserveOwnership [2021-06-10T23:07:28.442Z] === RUN TestBuildPreserveOwnership/copy_from [2021-06-10T23:07:29.007Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-06-10T23:07:29.263Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-06-10T23:07:31.783Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-06-10T23:07:31.783Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-06-10T23:07:32.484Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-06-10T23:07:33.151Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-06-10T23:07:33.852Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-06-10T23:07:34.079Z] === RUN TestDockerSuite/TestAttachDetach [2021-06-10T23:07:34.079Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-06-10T23:07:34.781Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-06-10T23:07:35.450Z] --- PASS: TestBuildPreserveOwnership (6.84s) [2021-06-10T23:07:35.450Z] --- PASS: TestBuildPreserveOwnership/copy_from (4.88s) [2021-06-10T23:07:35.450Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.95s) [2021-06-10T23:07:35.450Z] === RUN TestBuildPlatformInvalid [2021-06-10T23:07:35.450Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-06-10T23:07:35.450Z] --- PASS: TestBuildPlatformInvalid (0.11s) [2021-06-10T23:07:35.450Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-06-10T23:07:35.978Z] time="2021-06-10T23:07:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.76.249:10036" [2021-06-10T23:07:35.978Z] time="2021-06-10T23:07:34Z" level=debug msg="memberlist: Stream connection from=172.24.76.249:49383" [2021-06-10T23:07:36.150Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-06-10T23:07:36.150Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-06-10T23:07:36.311Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-06-10T23:07:36.816Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-06-10T23:07:38.045Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-06-10T23:07:38.709Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-06-10T23:07:39.642Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-06-10T23:07:41.008Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-06-10T23:07:41.323Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-06-10T23:07:41.809Z] time="2021-06-10T23:07:40Z" level=debug msg="memberlist: Stream connection from=172.24.76.249:49384" [2021-06-10T23:07:41.809Z] time="2021-06-10T23:07:40Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.76.249:10037" [2021-06-10T23:07:41.809Z] time="2021-06-10T23:07:41Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.24.76.249:10033 172.24.76.249:10034 172.24.76.249:10035]" [2021-06-10T23:07:41.939Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-06-10T23:07:42.110Z] --- PASS: TestInfoAPIWarnings (17.36s) [2021-06-10T23:07:42.110Z] === RUN TestInfoDebug [2021-06-10T23:07:42.273Z] time="2021-06-10T23:07:41Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.24.76.249:10033 172.24.76.249:10034 172.24.76.249:10035]" [2021-06-10T23:07:42.502Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-06-10T23:07:42.694Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.76.249:10033" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=debug msg="memberlist: Stream connection from=172.24.76.249:49385" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 2161a9878bca/172.24.76.249, joined gossip cluster" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 2161a9878bca/172.24.76.249, added to nodes list" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 9eae9e19d23e/172.24.76.249, joined gossip cluster" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 9eae9e19d23e/172.24.76.249, added to nodes list" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 000826231a6c/172.24.76.249, joined gossip cluster" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 000826231a6c/172.24.76.249, is the new incarnation of the shutdown node 87796157ccd3/172.24.76.249" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 000826231a6c/172.24.76.249, added to nodes list" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=debug msg="memberlist: Stream connection from=172.24.76.249:49386" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.76.249:10034" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 000826231a6c/172.24.76.249, joined gossip cluster" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 000826231a6c/172.24.76.249, added to nodes list" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 9eae9e19d23e/172.24.76.249, joined gossip cluster" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 9eae9e19d23e/172.24.76.249, added to nodes list" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 2161a9878bca/172.24.76.249, joined gossip cluster" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 2161a9878bca/172.24.76.249, added to nodes list" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node c9e7d95699d2/172.24.76.249, joined gossip cluster" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node c9e7d95699d2/172.24.76.249, is the new incarnation of the shutdown node cfd519b36657/172.24.76.249" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node c9e7d95699d2/172.24.76.249, added to nodes list" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.76.249:10035" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=debug msg="memberlist: Stream connection from=172.24.76.249:49387" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 000826231a6c/172.24.76.249, joined gossip cluster" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 000826231a6c/172.24.76.249, added to nodes list" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node c9e7d95699d2/172.24.76.249, joined gossip cluster" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 03319509fd05/172.24.76.249, joined gossip cluster" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 03319509fd05/172.24.76.249, is the new incarnation of the shutdown node 01edf949560f/172.24.76.249" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 03319509fd05/172.24.76.249, added to nodes list" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node c9e7d95699d2/172.24.76.249, added to nodes list" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 2161a9878bca/172.24.76.249, joined gossip cluster" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 2161a9878bca/172.24.76.249, added to nodes list" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 9eae9e19d23e/172.24.76.249, joined gossip cluster" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 9eae9e19d23e/172.24.76.249, added to nodes list" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 000826231a6c/172.24.76.249, joined gossip cluster" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 000826231a6c/172.24.76.249, is the new incarnation of the shutdown node 87796157ccd3/172.24.76.249" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 000826231a6c/172.24.76.249, added to nodes list" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node c9e7d95699d2/172.24.76.249, joined gossip cluster" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node c9e7d95699d2/172.24.76.249, is the new incarnation of the shutdown node cfd519b36657/172.24.76.249" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node c9e7d95699d2/172.24.76.249, added to nodes list" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node c9e7d95699d2/172.24.76.249, joined gossip cluster" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node c9e7d95699d2/172.24.76.249, added to nodes list" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 03319509fd05/172.24.76.249, joined gossip cluster" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 03319509fd05/172.24.76.249, added to nodes list" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 03319509fd05/172.24.76.249, joined gossip cluster" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 03319509fd05/172.24.76.249, added to nodes list" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 03319509fd05/172.24.76.249, joined gossip cluster" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 03319509fd05/172.24.76.249, is the new incarnation of the shutdown node 01edf949560f/172.24.76.249" [2021-06-10T23:07:42.737Z] time="2021-06-10T23:07:42Z" level=info msg="Node 03319509fd05/172.24.76.249, added to nodes list" [2021-06-10T23:07:43.065Z] --- PASS: TestInfoDebug (1.52s) [2021-06-10T23:07:43.065Z] === RUN TestInfoInsecureRegistries [2021-06-10T23:07:43.200Z] time="2021-06-10T23:07:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.76.249:10033" [2021-06-10T23:07:43.200Z] time="2021-06-10T23:07:42Z" level=debug msg="memberlist: Stream connection from=172.24.76.249:49388" [2021-06-10T23:07:43.200Z] time="2021-06-10T23:07:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.76.249:10034" [2021-06-10T23:07:43.200Z] time="2021-06-10T23:07:42Z" level=debug msg="memberlist: Stream connection from=172.24.76.249:49389" [2021-06-10T23:07:43.200Z] time="2021-06-10T23:07:42Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.76.249:10035" [2021-06-10T23:07:43.200Z] time="2021-06-10T23:07:42Z" level=debug msg="memberlist: Stream connection from=172.24.76.249:49390" [2021-06-10T23:07:43.744Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-06-10T23:07:44.178Z] 2021/06/10 23:07:44 Closing DB instances... [2021-06-10T23:07:44.445Z] --- PASS: TestInfoInsecureRegistries (1.52s) [2021-06-10T23:07:44.445Z] === RUN TestInfoRegistryMirrors [2021-06-10T23:07:44.587Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-06-10T23:07:44.642Z] time="2021-06-10T23:07:44Z" level=info msg="Node 000826231a6c change state NodeActive --> NodeLeft" [2021-06-10T23:07:44.642Z] time="2021-06-10T23:07:44Z" level=info msg="node4(9eae9e19d23e): Node leave event for 000826231a6c/172.24.76.249" [2021-06-10T23:07:44.642Z] time="2021-06-10T23:07:44Z" level=info msg="Node 000826231a6c change state NodeActive --> NodeLeft" [2021-06-10T23:07:44.642Z] time="2021-06-10T23:07:44Z" level=info msg="node2(c9e7d95699d2): Node leave event for 000826231a6c/172.24.76.249" [2021-06-10T23:07:44.642Z] time="2021-06-10T23:07:44Z" level=info msg="Node 000826231a6c change state NodeActive --> NodeLeft" [2021-06-10T23:07:44.642Z] time="2021-06-10T23:07:44Z" level=info msg="node5(2161a9878bca): Node leave event for 000826231a6c/172.24.76.249" [2021-06-10T23:07:44.642Z] time="2021-06-10T23:07:44Z" level=info msg="Node 000826231a6c change state NodeActive --> NodeLeft" [2021-06-10T23:07:44.642Z] time="2021-06-10T23:07:44Z" level=info msg="node3(03319509fd05): Node leave event for 000826231a6c/172.24.76.249" [2021-06-10T23:07:44.642Z] time="2021-06-10T23:07:44Z" level=info msg="Node 000826231a6c change state NodeActive --> NodeLeft" [2021-06-10T23:07:44.642Z] time="2021-06-10T23:07:44Z" level=info msg="node1(000826231a6c): Node leave event for 000826231a6c/172.24.76.249" [2021-06-10T23:07:44.642Z] time="2021-06-10T23:07:44Z" level=info msg="Node 000826231a6c/172.24.76.249, left gossip cluster" [2021-06-10T23:07:44.642Z] time="2021-06-10T23:07:44Z" level=info msg="Node 000826231a6c/172.24.76.249, left gossip cluster" [2021-06-10T23:07:44.642Z] time="2021-06-10T23:07:44Z" level=info msg="Node 000826231a6c/172.24.76.249, left gossip cluster" [2021-06-10T23:07:44.642Z] time="2021-06-10T23:07:44Z" level=info msg="Node 000826231a6c/172.24.76.249, left gossip cluster" [2021-06-10T23:07:44.642Z] time="2021-06-10T23:07:44Z" level=info msg="Node 000826231a6c/172.24.76.249, left gossip cluster" [2021-06-10T23:07:44.843Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-06-10T23:07:45.053Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-06-10T23:07:45.105Z] time="2021-06-10T23:07:44Z" level=warning msg="memberlist: Failed to send gossip to 172.24.76.249:10035: write udp [::]:10033->172.24.76.249:10035: use of closed network connection" [2021-06-10T23:07:45.105Z] time="2021-06-10T23:07:44Z" level=info msg="Node c9e7d95699d2 change state NodeActive --> NodeLeft" [2021-06-10T23:07:45.105Z] time="2021-06-10T23:07:44Z" level=info msg="node4(9eae9e19d23e): Node leave event for c9e7d95699d2/172.24.76.249" [2021-06-10T23:07:45.105Z] time="2021-06-10T23:07:44Z" level=info msg="Node c9e7d95699d2 change state NodeActive --> NodeLeft" [2021-06-10T23:07:45.105Z] time="2021-06-10T23:07:44Z" level=info msg="node5(2161a9878bca): Node leave event for c9e7d95699d2/172.24.76.249" [2021-06-10T23:07:45.105Z] time="2021-06-10T23:07:44Z" level=info msg="Node c9e7d95699d2 change state NodeActive --> NodeLeft" [2021-06-10T23:07:45.105Z] time="2021-06-10T23:07:44Z" level=info msg="node3(03319509fd05): Node leave event for c9e7d95699d2/172.24.76.249" [2021-06-10T23:07:45.105Z] time="2021-06-10T23:07:44Z" level=info msg="Node c9e7d95699d2 change state NodeActive --> NodeLeft" [2021-06-10T23:07:45.105Z] time="2021-06-10T23:07:44Z" level=info msg="node2(c9e7d95699d2): Node leave event for c9e7d95699d2/172.24.76.249" [2021-06-10T23:07:45.105Z] time="2021-06-10T23:07:44Z" level=info msg="Node c9e7d95699d2/172.24.76.249, left gossip cluster" [2021-06-10T23:07:45.105Z] time="2021-06-10T23:07:44Z" level=info msg="Node c9e7d95699d2/172.24.76.249, left gossip cluster" [2021-06-10T23:07:45.105Z] time="2021-06-10T23:07:44Z" level=info msg="Node c9e7d95699d2/172.24.76.249, left gossip cluster" [2021-06-10T23:07:45.105Z] time="2021-06-10T23:07:44Z" level=info msg="Node c9e7d95699d2/172.24.76.249, left gossip cluster" [2021-06-10T23:07:45.105Z] time="2021-06-10T23:07:44Z" level=debug msg="memberlist: Stream connection from=172.24.76.249:49391" [2021-06-10T23:07:45.105Z] time="2021-06-10T23:07:44Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.76.249:10035" [2021-06-10T23:07:45.105Z] time="2021-06-10T23:07:44Z" level=error msg="node: c9e7d95699d2 is unknown to memberlist" [2021-06-10T23:07:45.105Z] time="2021-06-10T23:07:45Z" level=info msg="Node 03319509fd05 change state NodeActive --> NodeLeft" [2021-06-10T23:07:45.105Z] time="2021-06-10T23:07:45Z" level=info msg="node4(9eae9e19d23e): Node leave event for 03319509fd05/172.24.76.249" [2021-06-10T23:07:45.105Z] time="2021-06-10T23:07:45Z" level=info msg="Node 03319509fd05 change state NodeActive --> NodeLeft" [2021-06-10T23:07:45.105Z] time="2021-06-10T23:07:45Z" level=info msg="node5(2161a9878bca): Node leave event for 03319509fd05/172.24.76.249" [2021-06-10T23:07:45.106Z] time="2021-06-10T23:07:45Z" level=info msg="Node 03319509fd05/172.24.76.249, left gossip cluster" [2021-06-10T23:07:45.106Z] time="2021-06-10T23:07:45Z" level=info msg="Node 03319509fd05 change state NodeActive --> NodeFailed" [2021-06-10T23:07:45.106Z] time="2021-06-10T23:07:45Z" level=info msg="Node 03319509fd05/172.24.76.249, added to failed nodes list" [2021-06-10T23:07:45.253Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-06-10T23:07:45.309Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-06-10T23:07:45.568Z] time="2021-06-10T23:07:45Z" level=error msg="node: 03319509fd05 is unknown to memberlist" [2021-06-10T23:07:45.568Z] time="2021-06-10T23:07:45Z" level=info msg="Node 03319509fd05/172.24.76.249, left gossip cluster" [2021-06-10T23:07:45.568Z] time="2021-06-10T23:07:45Z" level=info msg="Node 03319509fd05/172.24.76.249, left gossip cluster" [2021-06-10T23:07:46.031Z] time="2021-06-10T23:07:45Z" level=debug msg="memberlist: Failed ping: 9eae9e19d23e (timeout reached)" [2021-06-10T23:07:46.031Z] time="2021-06-10T23:07:45Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.24.76.249:10037: use of closed network connection" [2021-06-10T23:07:46.031Z] time="2021-06-10T23:07:45Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.24.76.249:10035: use of closed network connection" [2021-06-10T23:07:46.031Z] time="2021-06-10T23:07:45Z" level=debug msg="memberlist: Stream connection from=172.24.76.249:49392" [2021-06-10T23:07:46.031Z] time="2021-06-10T23:07:45Z" level=info msg="Node 9eae9e19d23e/172.24.76.249, left gossip cluster" [2021-06-10T23:07:46.031Z] time="2021-06-10T23:07:45Z" level=info msg="Node 9eae9e19d23e change state NodeActive --> NodeFailed" [2021-06-10T23:07:46.031Z] time="2021-06-10T23:07:45Z" level=info msg="Node 9eae9e19d23e/172.24.76.249, added to failed nodes list" [2021-06-10T23:07:46.031Z] time="2021-06-10T23:07:45Z" level=info msg="Node 9eae9e19d23e/172.24.76.249, left gossip cluster" [2021-06-10T23:07:46.031Z] time="2021-06-10T23:07:45Z" level=info msg="Node 9eae9e19d23e change state NodeActive --> NodeFailed" [2021-06-10T23:07:46.031Z] time="2021-06-10T23:07:45Z" level=info msg="Node 9eae9e19d23e/172.24.76.249, added to failed nodes list" [2021-06-10T23:07:46.031Z] time="2021-06-10T23:07:45Z" level=debug msg="memberlist: Stream connection from=172.24.76.249:49393" [2021-06-10T23:07:46.031Z] time="2021-06-10T23:07:45Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.24.76.249:10036" [2021-06-10T23:07:46.031Z] time="2021-06-10T23:07:45Z" level=error msg="node: 9eae9e19d23e is unknown to memberlist" [2021-06-10T23:07:46.031Z] time="2021-06-10T23:07:45Z" level=debug msg="Initiating bulk sync with node 9eae9e19d23e after reconnect" [2021-06-10T23:07:46.031Z] time="2021-06-10T23:07:45Z" level=debug msg="node5(2161a9878bca): Initiating bulk sync with node 9eae9e19d23e" [2021-06-10T23:07:46.031Z] time="2021-06-10T23:07:45Z" level=debug msg="node5(2161a9878bca): Initiating unsolicited bulk sync for networks [] with node 9eae9e19d23e" [2021-06-10T23:07:46.351Z] --- PASS: TestInfoRegistryMirrors (1.53s) [2021-06-10T23:07:46.351Z] === RUN TestLoginFailsWithBadCredentials [2021-06-10T23:07:46.351Z] --- PASS: TestLoginFailsWithBadCredentials (0.16s) [2021-06-10T23:07:46.351Z] === RUN TestPingCacheHeaders [2021-06-10T23:07:46.351Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-06-10T23:07:46.351Z] === RUN TestPingGet [2021-06-10T23:07:46.351Z] --- PASS: TestPingGet (0.01s) [2021-06-10T23:07:46.351Z] === RUN TestPingHead [2021-06-10T23:07:46.351Z] --- PASS: TestPingHead (0.02s) [2021-06-10T23:07:46.351Z] === RUN TestVersion [2021-06-10T23:07:46.351Z] --- PASS: TestVersion (0.02s) [2021-06-10T23:07:46.351Z] PASS [2021-06-10T23:07:46.351Z] [2021-06-10T23:07:46.351Z] === Skipped [2021-06-10T23:07:46.351Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-10T23:07:46.351Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-10T23:07:46.351Z] [2021-06-10T23:07:46.351Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-06-10T23:07:46.351Z] info_linux_test.go:95: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-06-10T23:07:46.351Z] [2021-06-10T23:07:46.351Z] [2021-06-10T23:07:46.351Z] DONE 19 tests, 2 skipped in 28.316s [2021-06-10T23:07:46.351Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-06-10T23:07:46.351Z] INFO: Testing against a local daemon [2021-06-10T23:07:46.351Z] === RUN TestVolumesCreateAndList [2021-06-10T23:07:46.351Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-06-10T23:07:46.351Z] === RUN TestVolumesRemove [2021-06-10T23:07:46.351Z] --- PASS: TestVolumesRemove (0.07s) [2021-06-10T23:07:46.351Z] === RUN TestVolumesInspect [2021-06-10T23:07:46.493Z] time="2021-06-10T23:07:46Z" level=info msg="Node 2161a9878bca/172.24.76.249, left gossip cluster" [2021-06-10T23:07:46.493Z] time="2021-06-10T23:07:46Z" level=info msg="Node 2161a9878bca change state NodeActive --> NodeFailed" [2021-06-10T23:07:46.493Z] time="2021-06-10T23:07:46Z" level=info msg="Node 2161a9878bca/172.24.76.249, added to failed nodes list" [2021-06-10T23:07:46.493Z] --- PASS: TestNetworkDBIslands (65.83s) [2021-06-10T23:07:46.493Z] networkdb_test.go:834: Re-joining: 3 [2021-06-10T23:07:46.493Z] networkdb_test.go:834: Re-joining: 4 [2021-06-10T23:07:46.493Z] networkdb_test.go:866: node4: OK [2021-06-10T23:07:46.493Z] networkdb_test.go:866: node5: OK [2021-06-10T23:07:46.493Z] PASS [2021-06-10T23:07:46.493Z] coverage: 60.7% of statements [2021-06-10T23:07:46.493Z] ok github.com/docker/docker/libnetwork/networkdb 157.060s coverage: 60.7% of statements [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/libnetwork/portmapper [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/libnetwork/resolvconf [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/libnetwork/resolvconf/dns [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/oci/caps [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/pkg/term [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/quota [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/rootless [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/testutil/request [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/volume [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-06-10T23:07:46.493Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-06-10T23:07:46.611Z] --- PASS: TestVolumesInspect (0.02s) [2021-06-10T23:07:46.611Z] === RUN TestVolumesInvalidJSON [2021-06-10T23:07:46.611Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-10T23:07:46.611Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-10T23:07:46.611Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-10T23:07:46.611Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-06-10T23:07:46.611Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-10T23:07:46.611Z] PASS [2021-06-10T23:07:46.611Z] [2021-06-10T23:07:46.611Z] DONE 5 tests in 0.221s [2021-06-10T23:07:46.611Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-10T23:07:46.611Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 12530 is not a child of this shell [2021-06-10T23:07:46.611Z] warning: PID 12530 from bundles/test-integration/docker.pid had a nonzero exit code [2021-06-10T23:07:46.611Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-10T23:07:46.611Z] [2021-06-10T23:07:46.611Z] Unloading profiles will leave already running processes permanently [2021-06-10T23:07:46.611Z] unconfined, which can lead to unexpected situations. [2021-06-10T23:07:46.611Z] [2021-06-10T23:07:46.611Z] To set a process to complain mode, use the command line tool [2021-06-10T23:07:46.611Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-10T23:07:46.611Z] Removing test suite binaries [2021-06-10T23:07:46.611Z] exiting test-integration [2021-06-10T23:07:46.611Z] ++ exit 0 [2021-06-10T23:07:46.739Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-06-10T23:07:47.478Z] [2021-06-10T23:07:47.478Z] === Skipped [2021-06-10T23:07:47.478Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-06-10T23:07:47.478Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-06-10T23:07:47.478Z] [2021-06-10T23:07:47.478Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-06-10T23:07:47.478Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:07:47.478Z] [2021-06-10T23:07:47.478Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-06-10T23:07:47.478Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:07:47.478Z] [2021-06-10T23:07:47.478Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2021-06-10T23:07:47.478Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:07:47.478Z] [2021-06-10T23:07:47.478Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.01s) [2021-06-10T23:07:47.478Z] tarsum_test.go:140: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:07:47.478Z] [2021-06-10T23:07:47.478Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-06-10T23:07:47.478Z] client_test.go:23: runtime.GOOS == "windows" [2021-06-10T23:07:47.478Z] [2021-06-10T23:07:47.478Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-06-10T23:07:47.478Z] daemon_test.go:147: root required [2021-06-10T23:07:47.478Z] [2021-06-10T23:07:47.478Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-06-10T23:07:47.478Z] reload_test.go:520: root required [2021-06-10T23:07:47.478Z] [2021-06-10T23:07:47.478Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.01s) [2021-06-10T23:07:47.478Z] config_test.go:527: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:07:47.478Z] [2021-06-10T23:07:47.478Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-06-10T23:07:47.478Z] pull_v2_test.go:73: Needs fixing on Windows [2021-06-10T23:07:47.478Z] [2021-06-10T23:07:47.718Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-06-10T23:07:47.724Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-06-10T23:07:47.941Z] pull_v2_test.go:118: Needs fixing on Windows [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-06-10T23:07:47.941Z] download_test.go:268: Needs fixing on Windows [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-06-10T23:07:47.941Z] layer_test.go:304: Failing on Windows [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-06-10T23:07:47.941Z] layer_test.go:353: Failing on Windows [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-06-10T23:07:47.941Z] layer_test.go:468: Failing on Windows [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-06-10T23:07:47.941Z] layer_test.go:697: Failing on Windows [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-06-10T23:07:47.941Z] migration_test.go:46: Failing on Windows [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-06-10T23:07:47.941Z] migration_test.go:182: Failing on Windows [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-06-10T23:07:47.941Z] mount_test.go:17: Failing on Windows [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-06-10T23:07:47.941Z] mount_test.go:76: Failing on Windows [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-06-10T23:07:47.941Z] mount_test.go:125: Failing on Windows [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-06-10T23:07:47.941Z] mount_test.go:212: Failing on Windows [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-06-10T23:07:47.941Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2021-06-10T23:07:47.941Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2021-06-10T23:07:47.941Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-06-10T23:07:47.941Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-06-10T23:07:47.941Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-06-10T23:07:47.941Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-06-10T23:07:47.941Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-06-10T23:07:47.941Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-06-10T23:07:47.941Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-06-10T23:07:47.941Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestTCP6Proxy (0.00s) [2021-06-10T23:07:47.941Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestTCPDualStackProxy (0.00s) [2021-06-10T23:07:47.941Z] network_proxy_test.go:212: No support for dual stack yet [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestUDP6Proxy (0.00s) [2021-06-10T23:07:47.941Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestSCTP4Proxy (0.00s) [2021-06-10T23:07:47.941Z] network_proxy_test.go:288: runtime.GOOS == "windows": sctp is not supported on windows [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/libnetwork/cmd/proxy TestSCTP6Proxy (0.00s) [2021-06-10T23:07:47.941Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-06-10T23:07:47.941Z] windows_test.go:57: Test does not work on CI and was never running to begin with [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-06-10T23:07:47.941Z] windows_test.go:62: Test does not work on CI and was never running to begin with [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-06-10T23:07:47.941Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-06-10T23:07:47.941Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-06-10T23:07:47.941Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-06-10T23:07:47.941Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-06-10T23:07:47.941Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-06-10T23:07:47.941Z] archive_test.go:134: Xz not present in msys2 [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-06-10T23:07:47.941Z] archive_test.go:239: Failing on Windows CI machines [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-06-10T23:07:47.941Z] archive_windows_test.go:16: Currently fails [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-06-10T23:07:47.941Z] changes_test.go:196: needs more investigation [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2021-06-10T23:07:47.941Z] changes_test.go:261: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-10T23:07:47.941Z] [2021-06-10T23:07:47.941Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2021-06-10T23:07:47.942Z] changes_test.go:355: FIXME: broken on Windows 1903 and up; see #39846 [2021-06-10T23:07:47.942Z] [2021-06-10T23:07:47.942Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-06-10T23:07:47.942Z] changes_test.go:433: needs further investigation [2021-06-10T23:07:47.942Z] [2021-06-10T23:07:47.942Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-06-10T23:07:47.942Z] changes_test.go:469: needs further investigation [2021-06-10T23:07:47.942Z] [2021-06-10T23:07:47.942Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-06-10T23:07:47.942Z] archive_test.go:45: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:07:47.942Z] [2021-06-10T23:07:47.942Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-06-10T23:07:47.942Z] archive_test.go:77: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:07:47.942Z] [2021-06-10T23:07:47.942Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-06-10T23:07:47.942Z] archive_test.go:177: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-10T23:07:47.942Z] [2021-06-10T23:07:47.942Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-06-10T23:07:47.942Z] archive_test.go:201: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-10T23:07:47.942Z] [2021-06-10T23:07:47.942Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-06-10T23:07:47.942Z] archive_test.go:249: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:07:47.942Z] [2021-06-10T23:07:47.942Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-06-10T23:07:47.942Z] archive_test.go:293: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-06-10T23:07:47.942Z] [2021-06-10T23:07:47.942Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-06-10T23:07:47.942Z] archive_test.go:356: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:07:47.942Z] [2021-06-10T23:07:47.942Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-06-10T23:07:47.942Z] archive_test.go:373: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:07:47.942Z] [2021-06-10T23:07:47.942Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-06-10T23:07:47.942Z] archive_test.go:390: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:07:47.942Z] [2021-06-10T23:07:47.942Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-06-10T23:07:47.942Z] poller_test.go:41: No chmod on Windows [2021-06-10T23:07:47.942Z] [2021-06-10T23:07:47.942Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-06-10T23:07:47.942Z] fileutils_test.go:134: Needs porting to Windows [2021-06-10T23:07:47.942Z] [2021-06-10T23:07:47.942Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-06-10T23:07:47.942Z] fileutils_test.go:180: Needs porting to Windows [2021-06-10T23:07:47.942Z] [2021-06-10T23:07:47.942Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-06-10T23:07:47.942Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:07:47.942Z] [2021-06-10T23:07:47.942Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-06-10T23:07:47.942Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:07:47.942Z] [2021-06-10T23:07:47.942Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-06-10T23:07:47.942Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-06-10T23:07:47.942Z] [2021-06-10T23:07:47.942Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-06-10T23:07:47.942Z] local_test.go:34: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-06-10T23:07:47.942Z] [2021-06-10T23:07:47.942Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-06-10T23:07:47.942Z] local_test.go:181: runtime.GOOS == "windows" [2021-06-10T23:07:47.942Z] [2021-06-10T23:07:47.942Z] [2021-06-10T23:07:47.942Z] DONE 2054 tests, 69 skipped in 311.069s [2021-06-10T23:07:47.942Z] INFO: make.ps1 ended at 06/10/2021 23:07:47 [2021-06-10T23:07:47.978Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-06-10T23:07:49.492Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-06-10T23:07:49.492Z] INFO: Unit tests ended at 06/10/2021 23:07:49. Duration:00:05:23.5478370 [2021-06-10T23:07:49.492Z] INFO: Building busybox [2021-06-10T23:07:49.492Z] Sending build context to Docker daemon 5.12kB [2021-06-10T23:07:49.492Z] [2021-06-10T23:07:49.492Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-06-10T23:07:49.492Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-06-10T23:07:49.492Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-06-10T23:07:49.492Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-06-10T23:07:49.492Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-06-10T23:07:49.492Z] ---> 39d157a84080 [2021-06-10T23:07:49.492Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-06-10T23:07:49.492Z] ---> Running in b1e53a13b4aa [2021-06-10T23:07:49.611Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-06-10T23:07:49.868Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-06-10T23:07:49.956Z] tests/integration/api_service_test.py ....................s............. [ 60%] [2021-06-10T23:07:50.124Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 Post stage [Pipeline] junit [2021-06-10T23:07:50.276Z] Recording test results [2021-06-10T23:07:50.541Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-06-10T23:07:50.575Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-10T23:07:50.923Z] + echo Ensuring container killed. [2021-06-10T23:07:50.923Z] Ensuring container killed. [2021-06-10T23:07:50.923Z] + docker rm -vf docker-pr15 [2021-06-10T23:07:50.923Z] Error: No such container: docker-pr15 [Pipeline] sh [2021-06-10T23:07:51.212Z] + echo Chowning /workspace to jenkins user [2021-06-10T23:07:51.212Z] Chowning /workspace to jenkins user [2021-06-10T23:07:51.212Z] + id -u [2021-06-10T23:07:51.212Z] + id -g [2021-06-10T23:07:51.212Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42445:/workspace busybox chown -R 1000:1000 /workspace [2021-06-10T23:07:51.492Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-06-10T23:07:51.492Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-06-10T23:07:51.915Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-06-10T23:07:52.416Z] Removing intermediate container b1e53a13b4aa [2021-06-10T23:07:52.416Z] ---> 0fefa629a5f4 [2021-06-10T23:07:52.416Z] Step 7/13 : ARG BUSYBOX_VERSION [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-10T23:07:52.879Z] ---> Running in cb5b34967c54 [2021-06-10T23:07:52.879Z] Removing intermediate container cb5b34967c54 [2021-06-10T23:07:52.879Z] ---> 2b235231a15c [2021-06-10T23:07:52.879Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-06-10T23:07:52.879Z] ---> Running in e64b8745528c [2021-06-10T23:07:52.894Z] + bundleName=amd64-rootless [2021-06-10T23:07:52.894Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-06-10T23:07:52.894Z] Creating amd64-rootless-bundles.tar.gz [2021-06-10T23:07:52.894Z] + 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-10T23:07:52.894Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2021-06-10T23:07:52.908Z] Archiving artifacts [2021-06-10T23:07:53.178Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42445/15/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-10T23:07:53.286Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-06-10T23:07:53.286Z] Using test binary docker [2021-06-10T23:07:53.286Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-06-10T23:07:53.286Z] Starting apparmor (via systemctl): apparmor.service. [2021-06-10T23:07:53.286Z] Starting dockerd [2021-06-10T23:07:53.286Z] INFO: Waiting for daemon to start... [2021-06-10T23:07:53.343Z] Removing intermediate container e64b8745528c [2021-06-10T23:07:53.343Z] ---> a742d00d0379 [2021-06-10T23:07:53.343Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-06-10T23:07:53.388Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-06-10T23:07:53.489Z] + make clean [2021-06-10T23:07:53.489Z] docker volume rm -f docker-dev-cache [2021-06-10T23:07:53.749Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-10T23:07:54.760Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-06-10T23:07:54.893Z] [2021-06-10T23:07:54.893Z] ---> c52f9839b7d8 [2021-06-10T23:07:54.893Z] 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-10T23:07:54.893Z] ---> Running in 9332558a6f93 [2021-06-10T23:07:55.692Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-06-10T23:07:55.809Z] . [2021-06-10T23:07:55.809Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-06-10T23:07:55.809Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-06-10T23:07:55.809Z] Error: No such image: emptyfs [2021-06-10T23:07:55.809Z] Running integration-test (iteration 1) [2021-06-10T23:07:55.809Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-06-10T23:07:58.966Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-06-10T23:08:00.859Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-06-10T23:08:02.018Z] Removing intermediate container 9332558a6f93 [2021-06-10T23:08:02.018Z] ---> 2f5a682e92d9 [2021-06-10T23:08:02.018Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-06-10T23:08:02.018Z] ---> Running in ef8bc050a633 [2021-06-10T23:08:02.991Z] [2021-06-10T23:08:02.991Z] SUCCESS: Specified value was saved. [2021-06-10T23:08:04.135Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-06-10T23:08:04.393Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-06-10T23:08:04.449Z] .......................... [ 67%] [2021-06-10T23:08:04.535Z] Removing intermediate container ef8bc050a633 [2021-06-10T23:08:04.535Z] ---> 48db1a08b585 [2021-06-10T23:08:04.535Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-06-10T23:08:04.535Z] ---> Running in 0902737b752a [2021-06-10T23:08:04.957Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-06-10T23:08:07.453Z] Cannot create a file when that file already exists. [2021-06-10T23:08:07.480Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-06-10T23:08:07.480Z] Loaded image: buildpack-deps:buster [2021-06-10T23:08:07.736Z] Loaded image: busybox:latest [2021-06-10T23:08:07.736Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-06-10T23:08:07.992Z] Loaded image: buildpack-deps:buster [2021-06-10T23:08:08.249Z] Loaded image: busybox:latest [2021-06-10T23:08:08.301Z] Loaded image: busybox:glibc [2021-06-10T23:08:08.506Z] Loaded image: busybox:glibc [2021-06-10T23:08:11.039Z] Loaded image: debian:bullseye [2021-06-10T23:08:11.039Z] Loaded image: hello-world:latest [2021-06-10T23:08:11.206Z] Removing intermediate container 0902737b752a [2021-06-10T23:08:11.206Z] ---> 89b988720c7e [2021-06-10T23:08:11.206Z] Step 13/13 : CMD ["sh"] [2021-06-10T23:08:11.575Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-06-10T23:08:11.603Z] Loaded image: arm32v7/hello-world:latest [2021-06-10T23:08:11.603Z] INFO: Testing against a local daemon [2021-06-10T23:08:11.603Z] === RUN TestCgroupNamespacesBuild [2021-06-10T23:08:11.667Z] ---> Running in 727801c156d6 [2021-06-10T23:08:11.667Z] Removing intermediate container 727801c156d6 [2021-06-10T23:08:11.667Z] ---> e8b16b753a43 [2021-06-10T23:08:11.667Z] Successfully built e8b16b753a43 [2021-06-10T23:08:11.667Z] Successfully tagged busybox:latest [2021-06-10T23:08:11.667Z] INFO: Docker images of the daemon under test [2021-06-10T23:08:11.667Z] [2021-06-10T23:08:11.667Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-06-10T23:08:11.667Z] busybox latest e8b16b753a43 Less than a second ago 2.78GB [2021-06-10T23:08:11.667Z] mcr.microsoft.com/windows/servercore/insider 10.0.20295.1 39d157a84080 3 months ago 2.74GB [2021-06-10T23:08:11.667Z] microsoft/windowsservercore latest 39d157a84080 3 months ago 2.74GB [2021-06-10T23:08:11.667Z] [2021-06-10T23:08:11.667Z] INFO: Running integration tests at 06/10/2021 23:08:11... [2021-06-10T23:08:11.667Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-06-10T23:08:11.667Z] INFO: Integration API tests being run from the host: [2021-06-10T23:08:11.667Z] INFO: make.ps1 starting at 06/10/2021 23:08:11 [2021-06-10T23:08:12.641Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-06-10T23:08:12.948Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-06-10T23:08:14.125Z] --- PASS: TestCgroupNamespacesBuild (1.97s) [2021-06-10T23:08:14.126Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-06-10T23:08:14.316Z] Loaded image: debian:bullseye [2021-06-10T23:08:14.316Z] Loaded image: hello-world:latest [2021-06-10T23:08:14.316Z] Loaded image: arm32v7/hello-world:latest [2021-06-10T23:08:15.495Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.58s) [2021-06-10T23:08:15.495Z] === RUN TestBuildWithSession [2021-06-10T23:08:15.495Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-10T23:08:15.495Z] build_session_test.go:25: TODO: BuildKit [2021-06-10T23:08:15.495Z] === RUN TestBuildSquashParent [2021-06-10T23:08:15.687Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-06-10T23:08:17.058Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-06-10T23:08:17.622Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-06-10T23:08:21.794Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-06-10T23:08:22.045Z] --- PASS: TestBuildSquashParent (5.75s) [2021-06-10T23:08:22.045Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-10T23:08:22.045Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-10T23:08:22.045Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-10T23:08:22.045Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-10T23:08:22.045Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-10T23:08:22.045Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-10T23:08:22.045Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-10T23:08:22.045Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-10T23:08:22.045Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-10T23:08:22.045Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-10T23:08:22.045Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-10T23:08:22.045Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-10T23:08:22.045Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-10T23:08:22.045Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-10T23:08:22.045Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-10T23:08:23.167Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-06-10T23:08:23.415Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-10T23:08:23.672Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-10T23:08:23.731Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-06-10T23:08:23.988Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (48.62s) [2021-06-10T23:08:23.988Z] PASS [2021-06-10T23:08:23.988Z] [2021-06-10T23:08:23.988Z] === Skipped [2021-06-10T23:08:23.988Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-06-10T23:08:23.988Z] build_session_test.go:25: TODO: BuildKit [2021-06-10T23:08:23.988Z] [2021-06-10T23:08:23.988Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.02s) [2021-06-10T23:08:23.988Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-10T23:08:23.988Z] [2021-06-10T23:08:23.988Z] [2021-06-10T23:08:23.988Z] DONE 34 tests, 2 skipped in 258.714s [2021-06-10T23:08:23.988Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-06-10T23:08:23.988Z] ++ 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-10T23:08:23.988Z] ++ set -e [2021-06-10T23:08:23.988Z] ++ '[' -n 0 ']' [2021-06-10T23:08:23.988Z] ++ set -x [2021-06-10T23:08:23.988Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-10T23:08:23.988Z] INFO: Testing against a local daemon [2021-06-10T23:08:23.988Z] === RUN TestConfigInspect [2021-06-10T23:08:24.918Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-06-10T23:08:25.175Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-06-10T23:08:25.175Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-06-10T23:08:25.431Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-06-10T23:08:25.569Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-10T23:08:25.831Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-10T23:08:25.994Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-06-10T23:08:25.994Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-06-10T23:08:26.557Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-06-10T23:08:27.119Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-06-10T23:08:27.378Z] --- PASS: TestConfigInspect (3.22s) [2021-06-10T23:08:27.378Z] === RUN TestConfigList [2021-06-10T23:08:28.386Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-06-10T23:08:28.386Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.43s) [2021-06-10T23:08:28.386Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.61s) [2021-06-10T23:08:28.386Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.22s) [2021-06-10T23:08:28.386Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.33s) [2021-06-10T23:08:28.386Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.30s) [2021-06-10T23:08:28.386Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.41s) [2021-06-10T23:08:28.386Z] === RUN TestBuildMultiStageCopy [2021-06-10T23:08:28.386Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-10T23:08:29.270Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-06-10T23:08:30.294Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-10T23:08:30.551Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-10T23:08:30.640Z] --- PASS: TestConfigList (3.27s) [2021-06-10T23:08:30.640Z] === RUN TestConfigsCreateAndDelete [2021-06-10T23:08:30.808Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-10T23:08:30.896Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-06-10T23:08:31.065Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-10T23:08:31.322Z] --- PASS: TestBuildMultiStageCopy (2.97s) [2021-06-10T23:08:31.322Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.99s) [2021-06-10T23:08:31.322Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.24s) [2021-06-10T23:08:31.322Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.23s) [2021-06-10T23:08:31.322Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.24s) [2021-06-10T23:08:31.322Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.26s) [2021-06-10T23:08:31.322Z] === RUN TestBuildMultiStageParentConfig [2021-06-10T23:08:31.827Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-06-10T23:08:31.886Z] --- PASS: TestBuildMultiStageParentConfig (0.69s) [2021-06-10T23:08:31.886Z] === RUN TestBuildLabelWithTargets [2021-06-10T23:08:33.196Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-06-10T23:08:33.258Z] --- PASS: TestBuildLabelWithTargets (1.09s) [2021-06-10T23:08:33.258Z] === RUN TestBuildWithEmptyLayers [2021-06-10T23:08:33.515Z] --- PASS: TestBuildWithEmptyLayers (0.52s) [2021-06-10T23:08:33.515Z] === RUN TestBuildMultiStageOnBuild [2021-06-10T23:08:33.759Z] --- PASS: TestConfigsCreateAndDelete (3.09s) [2021-06-10T23:08:33.759Z] === RUN TestConfigsUpdate [2021-06-10T23:08:33.867Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-10T23:08:33.867Z] INFO: Testing against a local daemon [2021-06-10T23:08:33.867Z] === RUN TestBuildWithSession [2021-06-10T23:08:33.867Z] --- SKIP: TestBuildWithSession (0.00s) [2021-06-10T23:08:33.867Z] build_session_test.go:25: TODO: BuildKit [2021-06-10T23:08:33.867Z] === RUN TestBuildSquashParent [2021-06-10T23:08:33.867Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-06-10T23:08:33.867Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:08:33.867Z] === RUN TestBuildWithRemoveAndForceRemove [2021-06-10T23:08:33.867Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-10T23:08:33.867Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-10T23:08:33.867Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-10T23:08:33.867Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-10T23:08:33.867Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-10T23:08:33.867Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-10T23:08:33.867Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-10T23:08:33.867Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-10T23:08:33.867Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-10T23:08:33.867Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-10T23:08:33.867Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-10T23:08:33.867Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-10T23:08:33.867Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-06-10T23:08:33.867Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-06-10T23:08:33.867Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-06-10T23:08:33.867Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-06-10T23:08:36.038Z] --- PASS: TestBuildMultiStageOnBuild (2.25s) [2021-06-10T23:08:36.038Z] === RUN TestBuildUncleanTarFilenames [2021-06-10T23:08:36.280Z] --- PASS: TestConfigsUpdate (2.52s) [2021-06-10T23:08:36.280Z] === RUN TestTemplatedConfig [2021-06-10T23:08:36.603Z] --- PASS: TestBuildUncleanTarFilenames (0.69s) [2021-06-10T23:08:36.603Z] === RUN TestBuildMultiStageLayerLeak [2021-06-10T23:08:37.210Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-06-10T23:08:39.126Z] --- PASS: TestBuildMultiStageLayerLeak (2.36s) [2021-06-10T23:08:39.126Z] === RUN TestBuildWithHugeFile [2021-06-10T23:08:40.487Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-06-10T23:08:40.487Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-06-10T23:08:41.857Z] --- PASS: TestTemplatedConfig (5.67s) [2021-06-10T23:08:41.857Z] === RUN TestConfigCreateResolve [2021-06-10T23:08:43.225Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-06-10T23:08:44.197Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-06-10T23:08:44.197Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-06-10T23:08:45.122Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-06-10T23:08:45.122Z] --- PASS: TestConfigCreateResolve (3.33s) [2021-06-10T23:08:45.122Z] === RUN TestConfigDaemonLibtrustID [2021-06-10T23:08:46.053Z] --- PASS: TestConfigDaemonLibtrustID (0.63s) [2021-06-10T23:08:46.053Z] PASS [2021-06-10T23:08:46.053Z] [2021-06-10T23:08:46.053Z] DONE 7 tests in 21.881s [2021-06-10T23:08:46.053Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-06-10T23:08:46.053Z] ++ 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-10T23:08:46.053Z] ++ set -e [2021-06-10T23:08:46.053Z] ++ '[' -n 0 ']' [2021-06-10T23:08:46.053Z] ++ set -x [2021-06-10T23:08:46.053Z] ++ 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-10T23:08:46.053Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-06-10T23:08:46.053Z] INFO: Testing against a local daemon [2021-06-10T23:08:46.053Z] === RUN TestCheckpoint [2021-06-10T23:08:46.053Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-10T23:08:46.053Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-10T23:08:46.053Z] === RUN TestContainerInvalidJSON [2021-06-10T23:08:46.053Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-10T23:08:46.053Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-10T23:08:46.053Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-10T23:08:46.053Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-10T23:08:46.053Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-10T23:08:46.053Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-10T23:08:46.053Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-10T23:08:46.053Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-10T23:08:46.053Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-10T23:08:46.053Z] --- PASS: TestContainerInvalidJSON (0.03s) [2021-06-10T23:08:46.053Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-10T23:08:46.053Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-10T23:08:46.053Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-10T23:08:46.053Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-10T23:08:46.310Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-06-10T23:08:46.310Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-10T23:08:46.310Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.08s) [2021-06-10T23:08:46.310Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-10T23:08:46.310Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.09s) [2021-06-10T23:08:46.310Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-10T23:08:46.566Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2021-06-10T23:08:46.566Z] === RUN TestCopyFromContainer [2021-06-10T23:08:46.711Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-06-10T23:08:49.088Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-06-10T23:08:49.088Z] === RUN TestCopyFromContainer// [2021-06-10T23:08:49.088Z] === RUN TestCopyFromContainer//bar/root [2021-06-10T23:08:49.345Z] === RUN TestCopyFromContainer//bar/root/ [2021-06-10T23:08:49.601Z] === RUN TestCopyFromContainer/bar/quux [2021-06-10T23:08:49.601Z] === RUN TestCopyFromContainer/bar/quux/ [2021-06-10T23:08:49.858Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-06-10T23:08:49.858Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-06-10T23:08:50.115Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-06-10T23:08:50.115Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-06-10T23:08:50.372Z] === RUN TestCopyFromContainer/bar/notarget [2021-06-10T23:08:50.629Z] --- PASS: TestCopyFromContainer (4.20s) [2021-06-10T23:08:50.629Z] --- PASS: TestCopyFromContainer// (0.20s) [2021-06-10T23:08:50.629Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2021-06-10T23:08:50.629Z] --- PASS: TestCopyFromContainer//bar/root/ (0.17s) [2021-06-10T23:08:50.629Z] --- PASS: TestCopyFromContainer/bar/quux (0.14s) [2021-06-10T23:08:50.629Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.17s) [2021-06-10T23:08:50.629Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.15s) [2021-06-10T23:08:50.629Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.11s) [2021-06-10T23:08:50.629Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.16s) [2021-06-10T23:08:50.629Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.20s) [2021-06-10T23:08:50.629Z] --- PASS: TestCopyFromContainer/bar/notarget (0.17s) [2021-06-10T23:08:50.629Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-10T23:08:50.629Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-10T23:08:50.629Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-10T23:08:50.629Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-10T23:08:50.629Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-10T23:08:50.629Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-10T23:08:50.629Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-10T23:08:50.629Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-10T23:08:50.629Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-10T23:08:50.629Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-10T23:08:50.629Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.04s) [2021-06-10T23:08:50.629Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-10T23:08:50.629Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-10T23:08:50.629Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.01s) [2021-06-10T23:08:50.629Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-10T23:08:50.887Z] --- PASS: TestCreateLinkToNonExistingContainer (0.06s) [2021-06-10T23:08:50.887Z] === RUN TestCreateWithInvalidEnv [2021-06-10T23:08:50.887Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-10T23:08:50.887Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-10T23:08:50.887Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-10T23:08:50.887Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-10T23:08:50.887Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-10T23:08:50.887Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-10T23:08:50.887Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-10T23:08:50.887Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-10T23:08:50.887Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-10T23:08:50.887Z] --- PASS: TestCreateWithInvalidEnv (0.03s) [2021-06-10T23:08:50.887Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-10T23:08:50.887Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-10T23:08:50.887Z] --- PASS: TestCreateWithInvalidEnv/0 (0.01s) [2021-06-10T23:08:50.887Z] === RUN TestCreateTmpfsMountsTarget [2021-06-10T23:08:50.887Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-06-10T23:08:50.887Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-10T23:08:50.887Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-06-10T23:08:51.144Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-06-10T23:08:51.401Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-06-10T23:08:53.923Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-06-10T23:08:54.486Z] --- PASS: TestCreateWithCustomMaskedPaths (3.62s) [2021-06-10T23:08:54.486Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-10T23:08:54.538Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-06-10T23:08:54.538Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (11.10s) [2021-06-10T23:08:54.538Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.09s) [2021-06-10T23:08:54.539Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (12.87s) [2021-06-10T23:08:54.539Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (13.20s) [2021-06-10T23:08:54.539Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (6.02s) [2021-06-10T23:08:54.539Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (11.02s) [2021-06-10T23:08:54.539Z] === RUN TestBuildMultiStageCopy [2021-06-10T23:08:54.539Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-06-10T23:08:55.854Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-06-10T23:08:56.417Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-06-10T23:08:58.308Z] --- PASS: TestCreateWithCustomReadonlyPaths (3.86s) [2021-06-10T23:08:58.308Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-10T23:08:58.308Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-10T23:08:58.308Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-10T23:08:58.308Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-10T23:08:58.308Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-10T23:08:58.308Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-10T23:08:58.308Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-10T23:08:58.308Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-10T23:08:58.308Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-10T23:08:58.308Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-10T23:08:58.308Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-10T23:08:58.308Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-10T23:08:58.308Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-10T23:08:58.308Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-10T23:08:58.308Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-10T23:08:58.308Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-10T23:08:58.308Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-06-10T23:08:58.308Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2021-06-10T23:08:58.308Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-06-10T23:08:58.308Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-06-10T23:08:58.308Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2021-06-10T23:08:58.308Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.03s) [2021-06-10T23:08:58.308Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-10T23:08:59.236Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-06-10T23:08:59.495Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (1.09s) [2021-06-10T23:08:59.495Z] === RUN TestCreateDifferentPlatform [2021-06-10T23:08:59.495Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-10T23:08:59.495Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-10T23:08:59.495Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-06-10T23:08:59.495Z] --- PASS: TestCreateDifferentPlatform/different_os (0.01s) [2021-06-10T23:08:59.495Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-10T23:08:59.495Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-10T23:08:59.495Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.06s) [2021-06-10T23:08:59.495Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-10T23:08:59.752Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.08s) [2021-06-10T23:08:59.752Z] === RUN TestContainerStartOnDaemonRestart [2021-06-10T23:08:59.752Z] === PAUSE TestContainerStartOnDaemonRestart [2021-06-10T23:08:59.752Z] === RUN TestDaemonRestartIpcMode [2021-06-10T23:08:59.752Z] === PAUSE TestDaemonRestartIpcMode [2021-06-10T23:08:59.752Z] === RUN TestDaemonHostGatewayIP [2021-06-10T23:08:59.752Z] === PAUSE TestDaemonHostGatewayIP [2021-06-10T23:08:59.752Z] === RUN TestRestartDaemonWithRestartingContainer [2021-06-10T23:08:59.752Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-06-10T23:08:59.752Z] === RUN TestContainerKillOnDaemonStart [2021-06-10T23:08:59.752Z] === PAUSE TestContainerKillOnDaemonStart [2021-06-10T23:08:59.752Z] === RUN TestDiff [2021-06-10T23:09:00.008Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-06-10T23:09:00.341Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-06-10T23:09:00.801Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-06-10T23:09:00.937Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-06-10T23:09:00.937Z] --- PASS: TestDiff (1.29s) [2021-06-10T23:09:00.937Z] === RUN TestExecWithCloseStdin [2021-06-10T23:09:01.770Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-06-10T23:09:01.868Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-06-10T23:09:01.868Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-06-10T23:09:02.739Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-06-10T23:09:02.798Z] --- PASS: TestExecWithCloseStdin (1.90s) [2021-06-10T23:09:02.798Z] === RUN TestExec [2021-06-10T23:09:03.708Z] --- PASS: TestBuildMultiStageCopy (9.79s) [2021-06-10T23:09:03.708Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (6.29s) [2021-06-10T23:09:03.708Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.65s) [2021-06-10T23:09:03.708Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.84s) [2021-06-10T23:09:03.708Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.96s) [2021-06-10T23:09:03.708Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.04s) [2021-06-10T23:09:03.708Z] === RUN TestBuildMultiStageParentConfig [2021-06-10T23:09:03.775Z] tests/integration/client_test.py ..... [ 75%] [2021-06-10T23:09:04.036Z] tests/integration/context_api_test.py ... [ 76%] [2021-06-10T23:09:04.168Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-06-10T23:09:04.605Z] tests/integration/errors_test.py . [ 76%] [2021-06-10T23:09:04.735Z] --- PASS: TestExec (1.88s) [2021-06-10T23:09:04.735Z] === RUN TestExecUser [2021-06-10T23:09:05.885Z] --- PASS: TestBuildMultiStageParentConfig (1.97s) [2021-06-10T23:09:05.885Z] === RUN TestBuildLabelWithTargets [2021-06-10T23:09:05.886Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-06-10T23:09:05.886Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-10T23:09:05.886Z] === RUN TestBuildWithEmptyLayers [2021-06-10T23:09:06.638Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-06-10T23:09:06.854Z] --- PASS: TestBuildWithEmptyLayers (1.14s) [2021-06-10T23:09:06.854Z] === RUN TestBuildMultiStageOnBuild [2021-06-10T23:09:06.894Z] --- PASS: TestExecUser (2.19s) [2021-06-10T23:09:06.894Z] === RUN TestExportContainerAndImportImage [2021-06-10T23:09:08.264Z] --- PASS: TestExportContainerAndImportImage (1.42s) [2021-06-10T23:09:08.264Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-10T23:09:08.520Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-06-10T23:09:09.084Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-06-10T23:09:09.646Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-06-10T23:09:09.646Z] --- PASS: TestExportContainerAfterDaemonRestart (1.38s) [2021-06-10T23:09:09.646Z] === RUN TestHealthCheckWorkdir [2021-06-10T23:09:09.903Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-06-10T23:09:09.903Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-06-10T23:09:11.274Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-06-10T23:09:12.643Z] --- PASS: TestHealthCheckWorkdir (2.65s) [2021-06-10T23:09:12.643Z] === RUN TestHealthKillContainer [2021-06-10T23:09:12.643Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-06-10T23:09:13.573Z] === RUN TestDockerSuite/TestBuildAddScript [2021-06-10T23:09:14.504Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-06-10T23:09:16.396Z] --- PASS: TestHealthKillContainer (3.94s) [2021-06-10T23:09:16.396Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-10T23:09:16.652Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-06-10T23:09:17.190Z] --- PASS: TestBuildMultiStageOnBuild (9.62s) [2021-06-10T23:09:17.190Z] === RUN TestBuildUncleanTarFilenames [2021-06-10T23:09:17.191Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-06-10T23:09:17.191Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-10T23:09:17.191Z] === RUN TestBuildMultiStageLayerLeak [2021-06-10T23:09:17.583Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-06-10T23:09:17.583Z] --- PASS: TestInspectCpusetInConfigPre120 (1.35s) [2021-06-10T23:09:17.583Z] === RUN TestIpcModeNone [2021-06-10T23:09:18.951Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-06-10T23:09:19.882Z] --- PASS: TestIpcModeNone (2.04s) [2021-06-10T23:09:19.882Z] === RUN TestIpcModePrivate [2021-06-10T23:09:21.777Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-06-10T23:09:21.777Z] --- PASS: TestIpcModePrivate (1.99s) [2021-06-10T23:09:21.777Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:98, shared: false, mustBeShared: false [2021-06-10T23:09:21.777Z] === RUN TestIpcModeShareable [2021-06-10T23:09:23.672Z] --- PASS: TestIpcModeShareable (1.81s) [2021-06-10T23:09:23.672Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:82, shared: true, mustBeShared: true [2021-06-10T23:09:23.672Z] === RUN TestAPIIpcModeShareableAndContainer [2021-06-10T23:09:24.234Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-06-10T23:09:24.274Z] --- PASS: TestBuildMultiStageLayerLeak (7.81s) [2021-06-10T23:09:24.274Z] === RUN TestBuildWithHugeFile [2021-06-10T23:09:27.507Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-06-10T23:09:27.507Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-06-10T23:09:28.878Z] --- PASS: TestAPIIpcModeShareableAndContainer (5.32s) [2021-06-10T23:09:28.878Z] === RUN TestAPIIpcModeHost [2021-06-10T23:09:29.134Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-06-10T23:09:30.503Z] --- PASS: TestAPIIpcModeHost (1.73s) [2021-06-10T23:09:30.503Z] === RUN TestDaemonIpcModeShareable [2021-06-10T23:09:31.072Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-06-10T23:09:31.379Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-06-10T23:09:32.963Z] --- PASS: TestDaemonIpcModeShareable (2.40s) [2021-06-10T23:09:32.963Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:91, shared: true, mustBeShared: true [2021-06-10T23:09:32.963Z] === RUN TestDaemonIpcModePrivate [2021-06-10T23:09:34.854Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-06-10T23:09:35.110Z] --- PASS: TestDaemonIpcModePrivate (2.28s) [2021-06-10T23:09:35.110Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:104, shared: false, mustBeShared: false [2021-06-10T23:09:35.110Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-06-10T23:09:35.322Z] --- PASS: TestBuildWithHugeFile (53.50s) [2021-06-10T23:09:35.322Z] === RUN TestBuildWCOWSandboxSize [2021-06-10T23:09:35.322Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-06-10T23:09:35.322Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-10T23:09:35.322Z] === RUN TestBuildWithEmptyDockerfile [2021-06-10T23:09:35.322Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-10T23:09:35.322Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-10T23:09:35.322Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-10T23:09:35.322Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-10T23:09:35.322Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-10T23:09:35.322Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-10T23:09:35.322Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-10T23:09:35.322Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-10T23:09:35.322Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-10T23:09:35.322Z] --- PASS: TestBuildWithEmptyDockerfile (0.14s) [2021-06-10T23:09:35.322Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2021-06-10T23:09:35.322Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.16s) [2021-06-10T23:09:35.322Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.06s) [2021-06-10T23:09:35.322Z] === RUN TestBuildPreserveOwnership [2021-06-10T23:09:35.322Z] === RUN TestBuildPreserveOwnership/copy_from [2021-06-10T23:09:36.253Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-06-10T23:09:37.623Z] --- PASS: TestBuildPreserveOwnership (4.87s) [2021-06-10T23:09:37.623Z] --- PASS: TestBuildPreserveOwnership/copy_from (3.36s) [2021-06-10T23:09:37.623Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.49s) [2021-06-10T23:09:37.623Z] === RUN TestBuildPlatformInvalid [2021-06-10T23:09:37.623Z] --- PASS: TestBuildPlatformInvalid (0.08s) [2021-06-10T23:09:37.623Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-06-10T23:09:37.629Z] --- PASS: TestDaemonIpcModePrivateFromConfig (2.24s) [2021-06-10T23:09:37.629Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2021-06-10T23:09:37.629Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-06-10T23:09:37.629Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-06-10T23:09:38.557Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-06-10T23:09:39.120Z] === RUN TestDockerSuite/TestBuildAddTar [2021-06-10T23:09:40.488Z] --- PASS: TestDaemonIpcModeShareableFromConfig (2.88s) [2021-06-10T23:09:40.488Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:94, shared: true, mustBeShared: true [2021-06-10T23:09:40.488Z] === RUN TestIpcModeOlderClient [2021-06-10T23:09:40.488Z] === PAUSE TestIpcModeOlderClient [2021-06-10T23:09:40.488Z] === RUN TestKillContainerInvalidSignal [2021-06-10T23:09:41.857Z] --- PASS: TestKillContainerInvalidSignal (1.18s) [2021-06-10T23:09:41.857Z] === RUN TestKillContainer [2021-06-10T23:09:41.857Z] === RUN TestKillContainer/no_signal [2021-06-10T23:09:43.226Z] === RUN TestKillContainer/non_killing_signal [2021-06-10T23:09:44.156Z] === RUN TestKillContainer/killing_signal [2021-06-10T23:09:46.048Z] --- PASS: TestKillContainer (4.20s) [2021-06-10T23:09:46.048Z] --- PASS: TestKillContainer/no_signal (1.37s) [2021-06-10T23:09:46.048Z] --- PASS: TestKillContainer/non_killing_signal (1.25s) [2021-06-10T23:09:46.048Z] --- PASS: TestKillContainer/killing_signal (1.35s) [2021-06-10T23:09:46.048Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-10T23:09:46.048Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-06-10T23:09:46.305Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-06-10T23:09:47.235Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-06-10T23:09:48.603Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (2.62s) [2021-06-10T23:09:48.603Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (1.24s) [2021-06-10T23:09:48.603Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (1.14s) [2021-06-10T23:09:48.603Z] === RUN TestKillStoppedContainer [2021-06-10T23:09:48.603Z] --- PASS: TestKillStoppedContainer (0.07s) [2021-06-10T23:09:48.603Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-10T23:09:48.603Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-06-10T23:09:48.603Z] === RUN TestKillDifferentUserContainer [2021-06-10T23:09:49.170Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-06-10T23:09:50.100Z] --- PASS: TestKillDifferentUserContainer (1.39s) [2021-06-10T23:09:50.100Z] === RUN TestInspectOomKilledTrue [2021-06-10T23:09:50.100Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-10T23:09:50.100Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-10T23:09:50.100Z] === RUN TestInspectOomKilledFalse [2021-06-10T23:09:50.100Z] --- SKIP: TestInspectOomKilledFalse (0.01s) [2021-06-10T23:09:50.100Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-10T23:09:50.100Z] === RUN TestLinksEtcHostsContentMatch [2021-06-10T23:09:50.501Z] ......... [ 86%] [2021-06-10T23:09:51.996Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-06-10T23:09:51.996Z] --- PASS: TestLinksEtcHostsContentMatch (2.14s) [2021-06-10T23:09:51.996Z] === RUN TestLinksContainerNames [2021-06-10T23:09:52.477Z] Loaded image: buildpack-deps:buster [2021-06-10T23:09:52.477Z] Loaded image: busybox:latest [2021-06-10T23:09:52.477Z] Loaded image: busybox:glibc [2021-06-10T23:09:53.845Z] Loaded image: debian:bullseye [2021-06-10T23:09:53.845Z] Loaded image: hello-world:latest [2021-06-10T23:09:53.845Z] Loaded image: arm32v7/hello-world:latest [2021-06-10T23:09:54.518Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-06-10T23:09:54.775Z] --- PASS: TestLinksContainerNames (2.80s) [2021-06-10T23:09:54.775Z] === RUN TestLogsFollowTailEmpty [2021-06-10T23:09:56.678Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-06-10T23:09:56.678Z] --- PASS: TestLogsFollowTailEmpty (1.61s) [2021-06-10T23:09:56.678Z] === RUN TestContainerNetworkMountsNoChown [2021-06-10T23:09:56.890Z] tests/integration/models_images_test.py ............... [ 89%] [2021-06-10T23:09:58.064Z] --- PASS: TestContainerNetworkMountsNoChown (1.56s) [2021-06-10T23:09:58.064Z] === RUN TestMountDaemonRoot [2021-06-10T23:09:58.064Z] === RUN TestMountDaemonRoot/default [2021-06-10T23:09:58.064Z] === PAUSE TestMountDaemonRoot/default [2021-06-10T23:09:58.064Z] === RUN TestMountDaemonRoot/private [2021-06-10T23:09:58.064Z] === PAUSE TestMountDaemonRoot/private [2021-06-10T23:09:58.064Z] === RUN TestMountDaemonRoot/rprivate [2021-06-10T23:09:58.064Z] === PAUSE TestMountDaemonRoot/rprivate [2021-06-10T23:09:58.064Z] === RUN TestMountDaemonRoot/slave [2021-06-10T23:09:58.064Z] === PAUSE TestMountDaemonRoot/slave [2021-06-10T23:09:58.064Z] === RUN TestMountDaemonRoot/rslave [2021-06-10T23:09:58.064Z] === PAUSE TestMountDaemonRoot/rslave [2021-06-10T23:09:58.064Z] === RUN TestMountDaemonRoot/shared [2021-06-10T23:09:58.064Z] === PAUSE TestMountDaemonRoot/shared [2021-06-10T23:09:58.064Z] === RUN TestMountDaemonRoot/rshared [2021-06-10T23:09:58.064Z] === PAUSE TestMountDaemonRoot/rshared [2021-06-10T23:09:58.064Z] === CONT TestMountDaemonRoot/default [2021-06-10T23:09:58.064Z] === RUN TestMountDaemonRoot/default/mount_root [2021-06-10T23:09:58.064Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-06-10T23:09:58.064Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-06-10T23:09:58.064Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-06-10T23:09:58.064Z] === RUN TestMountDaemonRoot/default/bind_root [2021-06-10T23:09:58.064Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-06-10T23:09:58.064Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-06-10T23:09:58.064Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-06-10T23:09:58.064Z] === CONT TestMountDaemonRoot/default/mount_root [2021-06-10T23:09:58.064Z] === CONT TestMountDaemonRoot/rshared [2021-06-10T23:09:58.064Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-06-10T23:09:58.064Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-06-10T23:09:58.064Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-06-10T23:09:58.064Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-06-10T23:09:58.064Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-06-10T23:09:58.064Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-06-10T23:09:58.064Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-06-10T23:09:58.064Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-06-10T23:09:58.064Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-06-10T23:09:58.064Z] === CONT TestMountDaemonRoot/shared [2021-06-10T23:09:58.064Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-06-10T23:09:58.064Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-06-10T23:09:58.064Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-06-10T23:09:58.064Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-06-10T23:09:58.064Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-06-10T23:09:58.064Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-06-10T23:09:58.064Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-06-10T23:09:58.064Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-06-10T23:09:58.064Z] === CONT TestMountDaemonRoot/rslave [2021-06-10T23:09:58.065Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-06-10T23:09:58.065Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-06-10T23:09:58.065Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-06-10T23:09:58.065Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-06-10T23:09:58.065Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-06-10T23:09:58.065Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-06-10T23:09:58.065Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-06-10T23:09:58.065Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-06-10T23:09:58.065Z] === CONT TestMountDaemonRoot/slave [2021-06-10T23:09:58.065Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-06-10T23:09:58.065Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-06-10T23:09:58.065Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-06-10T23:09:58.065Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-06-10T23:09:58.065Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-06-10T23:09:58.065Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-06-10T23:09:58.065Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-06-10T23:09:58.065Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-06-10T23:09:58.065Z] === CONT TestMountDaemonRoot/rprivate [2021-06-10T23:09:58.065Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-06-10T23:09:58.065Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-06-10T23:09:58.065Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-06-10T23:09:58.065Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-06-10T23:09:58.065Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-06-10T23:09:58.065Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-06-10T23:09:58.065Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-06-10T23:09:58.065Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-06-10T23:09:58.065Z] === CONT TestMountDaemonRoot/private [2021-06-10T23:09:58.065Z] === RUN TestMountDaemonRoot/private/bind_root [2021-06-10T23:09:58.065Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-06-10T23:09:58.065Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-06-10T23:09:58.065Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-06-10T23:09:58.065Z] === RUN TestMountDaemonRoot/private/mount_root [2021-06-10T23:09:58.065Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-06-10T23:09:58.065Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-06-10T23:09:58.065Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-06-10T23:09:58.065Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-06-10T23:09:58.065Z] === CONT TestMountDaemonRoot/default/bind_root [2021-06-10T23:09:58.065Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-06-10T23:09:58.326Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-06-10T23:09:58.326Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-06-10T23:09:58.326Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-06-10T23:09:58.326Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-06-10T23:09:58.326Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-06-10T23:09:58.326Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-06-10T23:09:58.326Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-06-10T23:09:58.326Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-06-10T23:09:58.326Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-06-10T23:09:58.584Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-06-10T23:09:58.584Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-06-10T23:09:58.584Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-06-10T23:09:58.584Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-06-10T23:09:58.584Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-06-10T23:09:58.584Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-06-10T23:09:58.584Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-06-10T23:09:58.584Z] === CONT TestMountDaemonRoot/private/bind_root [2021-06-10T23:09:58.584Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-06-10T23:09:58.584Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-06-10T23:09:58.795Z] tests/integration/models_networks_test.py .... [ 91%] [2021-06-10T23:09:58.840Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-06-10T23:09:58.840Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-06-10T23:09:58.840Z] === CONT TestMountDaemonRoot/private/mount_root [2021-06-10T23:09:58.840Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-06-10T23:09:58.840Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-06-10T23:09:58.840Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-06-10T23:09:58.840Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-06-10T23:09:58.840Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-06-10T23:09:58.840Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2021-06-10T23:09:58.840Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.10s) [2021-06-10T23:09:58.840Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-06-10T23:09:58.840Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.07s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.12s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.08s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.06s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.11s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.09s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-06-10T23:09:58.841Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-06-10T23:09:58.841Z] === RUN TestContainerBindMountNonRecursive [2021-06-10T23:10:01.941Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (23.69s) [2021-06-10T23:10:01.941Z] PASS [2021-06-10T23:10:01.941Z] [2021-06-10T23:10:01.941Z] === Skipped [2021-06-10T23:10:01.941Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-06-10T23:10:01.941Z] build_session_test.go:25: TODO: BuildKit [2021-06-10T23:10:01.941Z] [2021-06-10T23:10:01.941Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-06-10T23:10:01.941Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-06-10T23:10:01.942Z] [2021-06-10T23:10:01.942Z] [2021-06-10T23:10:01.942Z] DONE 34 tests, 2 skipped in 125.928s [2021-06-10T23:10:01.942Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-06-10T23:10:01.942Z] INFO: Testing against a local daemon [2021-06-10T23:10:01.942Z] === RUN TestConfigInspect [2021-06-10T23:10:03.014Z] --- PASS: TestContainerBindMountNonRecursive (4.31s) [2021-06-10T23:10:03.014Z] === RUN TestContainerVolumesMountedAsShared [2021-06-10T23:10:03.943Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-06-10T23:10:04.079Z] tests/integration/models_nodes_test.py . [ 91%] [2021-06-10T23:10:04.467Z] --- PASS: TestConfigInspect (2.46s) [2021-06-10T23:10:04.467Z] === RUN TestConfigList [2021-06-10T23:10:04.507Z] --- PASS: TestContainerVolumesMountedAsShared (1.44s) [2021-06-10T23:10:04.507Z] === RUN TestContainerVolumesMountedAsSlave [2021-06-10T23:10:05.464Z] tests/integration/models_resources_test.py . [ 91%] [2021-06-10T23:10:06.359Z] --- PASS: TestConfigList (2.26s) [2021-06-10T23:10:06.359Z] === RUN TestConfigsCreateAndDelete [2021-06-10T23:10:07.029Z] --- PASS: TestContainerVolumesMountedAsSlave (2.04s) [2021-06-10T23:10:07.029Z] === RUN TestNetworkNat [2021-06-10T23:10:07.497Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-06-10T23:10:08.400Z] --- PASS: TestNetworkNat (1.70s) [2021-06-10T23:10:08.400Z] === RUN TestNetworkLocalhostTCPNat [2021-06-10T23:10:08.878Z] --- PASS: TestConfigsCreateAndDelete (2.26s) [2021-06-10T23:10:08.878Z] === RUN TestConfigsUpdate [2021-06-10T23:10:10.293Z] --- PASS: TestNetworkLocalhostTCPNat (1.70s) [2021-06-10T23:10:10.293Z] === RUN TestNetworkLoopbackNat [2021-06-10T23:10:10.771Z] --- PASS: TestConfigsUpdate (2.29s) [2021-06-10T23:10:10.771Z] === RUN TestTemplatedConfig [2021-06-10T23:10:10.794Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-06-10T23:10:10.794Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-06-10T23:10:14.467Z] --- PASS: TestNetworkLoopbackNat (4.48s) [2021-06-10T23:10:14.467Z] === RUN TestPause [2021-06-10T23:10:14.945Z] --- PASS: TestTemplatedConfig (3.50s) [2021-06-10T23:10:14.945Z] === RUN TestConfigCreateResolve [2021-06-10T23:10:15.834Z] === RUN TestDockerSuite/TestBuildBlankName [2021-06-10T23:10:15.874Z] tests/integration/regression_test.py ...... [ 98%] [2021-06-10T23:10:16.091Z] --- PASS: TestPause (1.55s) [2021-06-10T23:10:16.091Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-10T23:10:16.091Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-10T23:10:16.091Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-10T23:10:16.091Z] === RUN TestPauseStopPausedContainer [2021-06-10T23:10:16.403Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-06-10T23:10:16.403Z] tests/integration/credentials/utils_test.py . [100%] [2021-06-10T23:10:16.403Z] [2021-06-10T23:10:16.403Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-06-10T23:10:16.403Z] =========================== short test summary info ============================ [2021-06-10T23:10:16.403Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-06-10T23:10:16.403Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-06-10T23:10:16.403Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-06-10T23:10:16.403Z] Not supported on most drivers [2021-06-10T23:10:16.403Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-06-10T23:10:16.403Z] Output of docker top depends on host distro, and is not formalized. [2021-06-10T23:10:16.403Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-06-10T23:10:16.403Z] Output of docker top depends on host distro, and is not formalized. [2021-06-10T23:10:16.403Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-06-10T23:10:16.403Z] Can fail if eth0 has multiple IP addresses [2021-06-10T23:10:16.403Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-06-10T23:10:16.403Z] This doesn't seem to be taken into account by the engine [2021-06-10T23:10:16.403Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2021-06-10T23:10:16.403Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40) [2021-06-10T23:10:16.403Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-06-10T23:10:16.403Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 355.87 seconds == [2021-06-10T23:10:16.654Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-06-10T23:10:16.663Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-06-10T23:10:16.839Z] --- PASS: TestConfigCreateResolve (2.27s) [2021-06-10T23:10:16.839Z] === RUN TestConfigDaemonLibtrustID [2021-06-10T23:10:17.095Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-06-10T23:10:17.095Z] PASS [2021-06-10T23:10:17.095Z] [2021-06-10T23:10:17.095Z] DONE 7 tests in 15.618s [2021-06-10T23:10:17.095Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-06-10T23:10:17.095Z] INFO: Testing against a local daemon [2021-06-10T23:10:17.095Z] === RUN TestCheckpoint [2021-06-10T23:10:17.095Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-10T23:10:17.095Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-10T23:10:17.095Z] === RUN TestContainerInvalidJSON [2021-06-10T23:10:17.095Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-10T23:10:17.095Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-10T23:10:17.095Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-10T23:10:17.095Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-10T23:10:17.095Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-10T23:10:17.095Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-10T23:10:17.095Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-10T23:10:17.095Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-10T23:10:17.095Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-10T23:10:17.095Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-06-10T23:10:17.095Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-10T23:10:17.095Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-10T23:10:17.095Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-10T23:10:17.095Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-10T23:10:17.353Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-06-10T23:10:17.353Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-10T23:10:17.353Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-06-10T23:10:17.353Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-10T23:10:17.353Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2021-06-10T23:10:17.353Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-10T23:10:17.353Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-06-10T23:10:17.353Z] === RUN TestCopyFromContainer [2021-06-10T23:10:17.585Z] --- PASS: TestPauseStopPausedContainer (1.53s) [2021-06-10T23:10:17.585Z] === RUN TestPidHost [2021-06-10T23:10:18.148Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-06-10T23:10:19.249Z] === RUN TestCopyFromContainer// [2021-06-10T23:10:19.249Z] === RUN TestCopyFromContainer//bar/root [2021-06-10T23:10:19.249Z] === RUN TestCopyFromContainer//bar/root/ [2021-06-10T23:10:19.249Z] === RUN TestCopyFromContainer/bar/quux [2021-06-10T23:10:19.249Z] === RUN TestCopyFromContainer/bar/quux/ [2021-06-10T23:10:19.249Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-06-10T23:10:19.249Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-06-10T23:10:19.506Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-06-10T23:10:19.506Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-06-10T23:10:19.506Z] === RUN TestCopyFromContainer/bar/notarget [2021-06-10T23:10:19.506Z] --- PASS: TestCopyFromContainer (2.18s) [2021-06-10T23:10:19.506Z] --- PASS: TestCopyFromContainer// (0.08s) [2021-06-10T23:10:19.506Z] --- PASS: TestCopyFromContainer//bar/root (0.08s) [2021-06-10T23:10:19.506Z] --- PASS: TestCopyFromContainer//bar/root/ (0.07s) [2021-06-10T23:10:19.506Z] --- PASS: TestCopyFromContainer/bar/quux (0.07s) [2021-06-10T23:10:19.506Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.07s) [2021-06-10T23:10:19.506Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.07s) [2021-06-10T23:10:19.506Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2021-06-10T23:10:19.506Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.07s) [2021-06-10T23:10:19.506Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.07s) [2021-06-10T23:10:19.506Z] --- PASS: TestCopyFromContainer/bar/notarget (0.06s) [2021-06-10T23:10:19.506Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-10T23:10:19.506Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-10T23:10:19.506Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-10T23:10:19.506Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-10T23:10:19.506Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-10T23:10:19.506Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-10T23:10:19.506Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-10T23:10:19.763Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-10T23:10:19.763Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-10T23:10:19.763Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-10T23:10:19.763Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-06-10T23:10:19.763Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-10T23:10:19.763Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-10T23:10:19.763Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-10T23:10:19.763Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-10T23:10:19.763Z] --- PASS: TestCreateLinkToNonExistingContainer (0.04s) [2021-06-10T23:10:19.763Z] === RUN TestCreateWithInvalidEnv [2021-06-10T23:10:19.763Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-10T23:10:19.763Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-10T23:10:19.763Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-10T23:10:19.763Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-10T23:10:19.763Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-10T23:10:19.763Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-10T23:10:19.763Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-10T23:10:19.763Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-10T23:10:19.763Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-10T23:10:19.763Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-06-10T23:10:19.763Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-10T23:10:19.763Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-10T23:10:19.763Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-10T23:10:19.763Z] === RUN TestCreateTmpfsMountsTarget [2021-06-10T23:10:19.763Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-06-10T23:10:19.763Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-10T23:10:20.670Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-06-10T23:10:21.600Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-06-10T23:10:21.600Z] --- PASS: TestPidHost (4.02s) [2021-06-10T23:10:21.600Z] === RUN TestPsFilter [2021-06-10T23:10:21.600Z] --- PASS: TestPsFilter (0.17s) [2021-06-10T23:10:21.600Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-10T23:10:22.323Z] --- PASS: TestCreateWithCustomMaskedPaths (2.47s) [2021-06-10T23:10:22.323Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-10T23:10:22.968Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-06-10T23:10:22.968Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.33s) [2021-06-10T23:10:22.968Z] === RUN TestRemoveContainerWithVolume [2021-06-10T23:10:23.530Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-06-10T23:10:24.462Z] --- PASS: TestRemoveContainerWithVolume (1.29s) [2021-06-10T23:10:24.462Z] === RUN TestRemoveContainerRunning [2021-06-10T23:10:24.851Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.53s) [2021-06-10T23:10:24.851Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-10T23:10:24.851Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-10T23:10:24.851Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-10T23:10:24.851Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-10T23:10:24.851Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-10T23:10:24.851Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-10T23:10:24.851Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-10T23:10:24.851Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-10T23:10:24.851Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-10T23:10:24.851Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-10T23:10:24.851Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-10T23:10:24.851Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-10T23:10:24.851Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-10T23:10:24.851Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-10T23:10:24.851Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-10T23:10:24.851Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-10T23:10:24.851Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-06-10T23:10:24.851Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-06-10T23:10:24.851Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-06-10T23:10:24.851Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.03s) [2021-06-10T23:10:24.851Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.03s) [2021-06-10T23:10:24.851Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-06-10T23:10:24.851Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-10T23:10:25.781Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.83s) [2021-06-10T23:10:25.781Z] === RUN TestCreateDifferentPlatform [2021-06-10T23:10:25.781Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-10T23:10:25.781Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-10T23:10:25.781Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-06-10T23:10:25.781Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-06-10T23:10:25.781Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-10T23:10:25.781Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-10T23:10:25.781Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-06-10T23:10:25.781Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-10T23:10:25.781Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-06-10T23:10:25.781Z] === RUN TestContainerStartOnDaemonRestart [2021-06-10T23:10:25.781Z] === PAUSE TestContainerStartOnDaemonRestart [2021-06-10T23:10:25.781Z] === RUN TestDaemonRestartIpcMode [2021-06-10T23:10:25.781Z] === PAUSE TestDaemonRestartIpcMode [2021-06-10T23:10:25.781Z] === RUN TestDaemonHostGatewayIP [2021-06-10T23:10:25.781Z] === PAUSE TestDaemonHostGatewayIP [2021-06-10T23:10:25.781Z] === RUN TestRestartDaemonWithRestartingContainer [2021-06-10T23:10:25.781Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-06-10T23:10:25.781Z] === RUN TestContainerKillOnDaemonStart [2021-06-10T23:10:25.781Z] === PAUSE TestContainerKillOnDaemonStart [2021-06-10T23:10:25.781Z] === RUN TestDiff [2021-06-10T23:10:25.848Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-06-10T23:10:25.848Z] --- PASS: TestRemoveContainerRunning (1.36s) [2021-06-10T23:10:25.848Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-10T23:10:26.712Z] --- PASS: TestDiff (0.81s) [2021-06-10T23:10:26.712Z] === RUN TestExecWithCloseStdin [2021-06-10T23:10:27.219Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.34s) [2021-06-10T23:10:27.219Z] === RUN TestRemoveInvalidContainer [2021-06-10T23:10:27.219Z] --- PASS: TestRemoveInvalidContainer (0.03s) [2021-06-10T23:10:27.219Z] === RUN TestRenameLinkedContainer [2021-06-10T23:10:27.643Z] --- PASS: TestExecWithCloseStdin (1.16s) [2021-06-10T23:10:27.643Z] === RUN TestExec [2021-06-10T23:10:28.885Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-10T23:10:28.885Z] [2021-06-10T23:10:28.885Z] Unloading profiles will leave already running processes permanently [2021-06-10T23:10:28.885Z] unconfined, which can lead to unexpected situations. [2021-06-10T23:10:28.885Z] [2021-06-10T23:10:28.885Z] To set a process to complain mode, use the command line tool [2021-06-10T23:10:28.885Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-10T23:10:28.885Z] Post stage [Pipeline] junit [2021-06-10T23:10:28.899Z] Recording test results [2021-06-10T23:10:28.961Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-06-10T23:10:29.013Z] --- PASS: TestExec (1.12s) [2021-06-10T23:10:29.013Z] === RUN TestExecUser [2021-06-10T23:10:29.110Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-06-10T23:10:29.246Z] + echo Ensuring container killed. [2021-06-10T23:10:29.246Z] Ensuring container killed. [2021-06-10T23:10:29.246Z] + docker rm -vf docker-pr15 [2021-06-10T23:10:29.246Z] Error: No such container: docker-pr15 [Pipeline] sh [2021-06-10T23:10:29.531Z] + echo Chowning /workspace to jenkins user [2021-06-10T23:10:29.531Z] Chowning /workspace to jenkins user [2021-06-10T23:10:29.531Z] + id -u [2021-06-10T23:10:29.531Z] + id -g [2021-06-10T23:10:29.531Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42445:/workspace busybox chown -R 1000:1000 /workspace [2021-06-10T23:10:29.944Z] --- PASS: TestExecUser (1.14s) [2021-06-10T23:10:29.944Z] === RUN TestExportContainerAndImportImage [2021-06-10T23:10:30.478Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-06-10T23:10:30.875Z] --- PASS: TestExportContainerAndImportImage (1.02s) [2021-06-10T23:10:30.875Z] === RUN TestExportContainerAfterDaemonRestart [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-10T23:10:31.214Z] + bundleName=docker-py [2021-06-10T23:10:31.214Z] + echo Creating docker-py-bundles.tar.gz [2021-06-10T23:10:31.214Z] Creating docker-py-bundles.tar.gz [2021-06-10T23:10:31.214Z] + 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-10T23:10:31.227Z] Archiving artifacts [2021-06-10T23:10:31.394Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42445/15/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-06-10T23:10:31.749Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42445/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_GITCOMMIT=8a2b9c488598cf837d8fc098b30f49a782334bf4 -e DOCKER_GRAPHDRIVER docker:8a2b9c488598cf837d8fc098b30f49a782334bf4 hack/make.sh binary [2021-06-10T23:10:32.009Z] [2021-06-10T23:10:32.245Z] --- PASS: TestExportContainerAfterDaemonRestart (1.35s) [2021-06-10T23:10:32.245Z] === RUN TestHealthCheckWorkdir [2021-06-10T23:10:32.270Z] Removing bundles/ [2021-06-10T23:10:32.270Z] [2021-06-10T23:10:32.270Z] ---> Making bundle: binary (in bundles/binary) [2021-06-10T23:10:32.270Z] Building: bundles/binary-daemon/dockerd-dev [2021-06-10T23:10:32.270Z] GOOS="" GOARCH="" GOARM="" [2021-06-10T23:10:32.373Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-06-10T23:10:32.629Z] --- PASS: TestRenameLinkedContainer (5.51s) [2021-06-10T23:10:32.629Z] === RUN TestRenameStoppedContainer [2021-06-10T23:10:34.000Z] --- PASS: TestRenameStoppedContainer (1.30s) [2021-06-10T23:10:34.000Z] === RUN TestRenameRunningContainerAndReuse [2021-06-10T23:10:34.140Z] --- PASS: TestHealthCheckWorkdir (1.56s) [2021-06-10T23:10:34.140Z] === RUN TestHealthKillContainer [2021-06-10T23:10:34.564Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-06-10T23:10:36.458Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-06-10T23:10:36.458Z] --- PASS: TestRenameRunningContainerAndReuse (2.71s) [2021-06-10T23:10:36.458Z] === RUN TestRenameInvalidName [2021-06-10T23:10:37.411Z] --- PASS: TestHealthKillContainer (3.14s) [2021-06-10T23:10:37.411Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-10T23:10:37.975Z] --- PASS: TestInspectCpusetInConfigPre120 (0.84s) [2021-06-10T23:10:37.975Z] === RUN TestIpcModeNone [2021-06-10T23:10:38.350Z] --- PASS: TestRenameInvalidName (1.39s) [2021-06-10T23:10:38.350Z] === RUN TestRenameAnonymousContainer [2021-06-10T23:10:38.350Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-06-10T23:10:38.906Z] --- PASS: TestIpcModeNone (1.12s) [2021-06-10T23:10:38.907Z] === RUN TestIpcModePrivate [2021-06-10T23:10:40.276Z] --- PASS: TestIpcModePrivate (1.12s) [2021-06-10T23:10:40.276Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false [2021-06-10T23:10:40.276Z] === RUN TestIpcModeShareable [2021-06-10T23:10:41.207Z] --- PASS: TestIpcModeShareable (1.11s) [2021-06-10T23:10:41.207Z] ipcmode_linux_test.go:90: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2021-06-10T23:10:41.207Z] === RUN TestAPIIpcModeShareableAndContainer [2021-06-10T23:10:42.528Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-06-10T23:10:42.528Z] --- PASS: TestRenameAnonymousContainer (4.58s) [2021-06-10T23:10:42.528Z] === RUN TestRenameContainerWithSameName [2021-06-10T23:10:43.459Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-06-10T23:10:43.459Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-06-10T23:10:43.716Z] --- PASS: TestRenameContainerWithSameName (1.28s) [2021-06-10T23:10:43.716Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-10T23:10:44.480Z] --- PASS: TestAPIIpcModeShareableAndContainer (3.12s) [2021-06-10T23:10:44.480Z] === RUN TestAPIIpcModeHost [2021-06-10T23:10:45.411Z] --- PASS: TestAPIIpcModeHost (1.17s) [2021-06-10T23:10:45.411Z] === RUN TestDaemonIpcModeShareable [2021-06-10T23:10:46.988Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-06-10T23:10:46.988Z] --- PASS: TestRenameContainerWithLinkedContainer (2.70s) [2021-06-10T23:10:46.988Z] === RUN TestResize [2021-06-10T23:10:47.305Z] --- PASS: TestDaemonIpcModeShareable (1.79s) [2021-06-10T23:10:47.305Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-06-10T23:10:47.305Z] === RUN TestDaemonIpcModePrivate [2021-06-10T23:10:47.918Z] --- PASS: TestResize (1.21s) [2021-06-10T23:10:47.918Z] === RUN TestResizeWithInvalidSize [2021-06-10T23:10:49.199Z] --- PASS: TestDaemonIpcModePrivate (1.74s) [2021-06-10T23:10:49.199Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-06-10T23:10:49.199Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-06-10T23:10:49.290Z] --- PASS: TestResizeWithInvalidSize (1.40s) [2021-06-10T23:10:49.290Z] === RUN TestResizeWhenContainerNotStarted [2021-06-10T23:10:50.659Z] --- PASS: TestResizeWhenContainerNotStarted (1.32s) [2021-06-10T23:10:50.659Z] === RUN TestDaemonRestartKillContainers [2021-06-10T23:10:50.659Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-10T23:10:50.659Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-10T23:10:50.659Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-10T23:10:50.659Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-10T23:10:50.659Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-10T23:10:50.659Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-10T23:10:50.659Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-10T23:10:50.659Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-10T23:10:50.659Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-10T23:10:50.659Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-10T23:10:50.659Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-10T23:10:50.659Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-10T23:10:50.659Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-10T23:10:50.659Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-10T23:10:50.659Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-10T23:10:50.659Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-10T23:10:50.659Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-10T23:10:50.659Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-10T23:10:50.659Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-10T23:10:50.659Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-10T23:10:50.659Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-10T23:10:50.659Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-10T23:10:50.659Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-10T23:10:50.659Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-10T23:10:50.659Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-10T23:10:50.659Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-10T23:10:51.092Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.75s) [2021-06-10T23:10:51.092Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-06-10T23:10:51.092Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-06-10T23:10:52.463Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.74s) [2021-06-10T23:10:52.463Z] ipcmode_linux_test.go:260: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-06-10T23:10:52.463Z] === RUN TestIpcModeOlderClient [2021-06-10T23:10:52.463Z] === PAUSE TestIpcModeOlderClient [2021-06-10T23:10:52.463Z] === RUN TestKillContainerInvalidSignal [2021-06-10T23:10:53.392Z] --- PASS: TestKillContainerInvalidSignal (0.75s) [2021-06-10T23:10:53.392Z] === RUN TestKillContainer [2021-06-10T23:10:53.392Z] === RUN TestKillContainer/no_signal [2021-06-10T23:10:53.956Z] === RUN TestKillContainer/non_killing_signal [2021-06-10T23:10:54.519Z] === RUN TestKillContainer/killing_signal [2021-06-10T23:10:54.831Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-10T23:10:55.099Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-10T23:10:55.450Z] --- PASS: TestKillContainer (2.23s) [2021-06-10T23:10:55.450Z] --- PASS: TestKillContainer/no_signal (0.71s) [2021-06-10T23:10:55.450Z] --- PASS: TestKillContainer/non_killing_signal (0.56s) [2021-06-10T23:10:55.450Z] --- PASS: TestKillContainer/killing_signal (0.74s) [2021-06-10T23:10:55.450Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-10T23:10:55.450Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-06-10T23:10:56.380Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-06-10T23:10:56.944Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.43s) [2021-06-10T23:10:56.944Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.69s) [2021-06-10T23:10:56.944Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.56s) [2021-06-10T23:10:56.944Z] === RUN TestKillStoppedContainer [2021-06-10T23:10:56.944Z] --- PASS: TestKillStoppedContainer (0.05s) [2021-06-10T23:10:56.944Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-10T23:10:56.944Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.05s) [2021-06-10T23:10:56.944Z] === RUN TestKillDifferentUserContainer [2021-06-10T23:10:56.996Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-10T23:10:57.252Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-10T23:10:57.874Z] --- PASS: TestKillDifferentUserContainer (0.76s) [2021-06-10T23:10:57.874Z] === RUN TestInspectOomKilledTrue [2021-06-10T23:10:57.874Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2021-06-10T23:10:57.874Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-06-10T23:10:57.874Z] === RUN TestInspectOomKilledFalse [2021-06-10T23:10:58.805Z] --- PASS: TestInspectOomKilledFalse (0.95s) [2021-06-10T23:10:58.805Z] === RUN TestLinksEtcHostsContentMatch [2021-06-10T23:10:59.146Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-10T23:10:59.146Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-10T23:10:59.735Z] --- PASS: TestLinksEtcHostsContentMatch (0.86s) [2021-06-10T23:10:59.735Z] === RUN TestLinksContainerNames [2021-06-10T23:11:01.105Z] --- PASS: TestLinksContainerNames (1.46s) [2021-06-10T23:11:01.105Z] === RUN TestLogsFollowTailEmpty [2021-06-10T23:11:01.674Z] --- PASS: TestLogsFollowTailEmpty (0.73s) [2021-06-10T23:11:01.674Z] === RUN TestContainerNetworkMountsNoChown [2021-06-10T23:11:02.606Z] --- PASS: TestContainerNetworkMountsNoChown (0.75s) [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/default [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/default [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/private [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/private [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/rprivate [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/rprivate [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/slave [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/slave [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/rslave [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/rslave [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/shared [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/shared [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/rshared [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/rshared [2021-06-10T23:11:02.606Z] === CONT TestMountDaemonRoot/default [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/default/mount_root [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-06-10T23:11:02.606Z] === CONT TestMountDaemonRoot/rslave [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/default/bind_root [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-06-10T23:11:02.606Z] === CONT TestMountDaemonRoot/rshared [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-06-10T23:11:02.606Z] === CONT TestMountDaemonRoot/shared [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-06-10T23:11:02.606Z] === CONT TestMountDaemonRoot/rprivate [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-06-10T23:11:02.606Z] === CONT TestMountDaemonRoot/slave [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-06-10T23:11:02.606Z] === CONT TestMountDaemonRoot/private [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/private/bind_root [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-06-10T23:11:02.606Z] === RUN TestMountDaemonRoot/private/mount_root [2021-06-10T23:11:02.606Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-06-10T23:11:02.606Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-06-10T23:11:02.606Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-06-10T23:11:02.606Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-06-10T23:11:02.606Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-06-10T23:11:02.606Z] === CONT TestMountDaemonRoot/default/mount_root [2021-06-10T23:11:02.606Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-06-10T23:11:02.606Z] === CONT TestMountDaemonRoot/default/bind_root [2021-06-10T23:11:02.606Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-06-10T23:11:02.606Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-06-10T23:11:02.863Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-06-10T23:11:02.863Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-06-10T23:11:02.863Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-06-10T23:11:02.863Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-06-10T23:11:02.863Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-06-10T23:11:02.863Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-06-10T23:11:02.863Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-06-10T23:11:02.863Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-06-10T23:11:02.863Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-06-10T23:11:02.863Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-06-10T23:11:02.863Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-06-10T23:11:02.863Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-06-10T23:11:02.863Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-06-10T23:11:02.863Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-06-10T23:11:02.863Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-06-10T23:11:02.863Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-06-10T23:11:03.121Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-06-10T23:11:03.121Z] === CONT TestMountDaemonRoot/private/mount_root [2021-06-10T23:11:03.121Z] === CONT TestMountDaemonRoot/private/bind_root [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.05s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.06s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.06s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.04s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.04s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.04s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.03s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-06-10T23:11:03.121Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-06-10T23:11:03.121Z] === RUN TestContainerBindMountNonRecursive [2021-06-10T23:11:03.319Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-06-10T23:11:03.577Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-06-10T23:11:03.577Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-10T23:11:03.834Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-10T23:11:05.562Z] --- PASS: TestBuildWithHugeFile (87.32s) [2021-06-10T23:11:05.562Z] === RUN TestBuildWCOWSandboxSize [2021-06-10T23:11:05.642Z] --- PASS: TestContainerBindMountNonRecursive (2.26s) [2021-06-10T23:11:05.642Z] === RUN TestContainerVolumesMountedAsShared [2021-06-10T23:11:05.899Z] --- PASS: TestContainerVolumesMountedAsShared (0.50s) [2021-06-10T23:11:05.899Z] === RUN TestContainerVolumesMountedAsSlave [2021-06-10T23:11:06.830Z] --- PASS: TestContainerVolumesMountedAsSlave (0.85s) [2021-06-10T23:11:06.830Z] === RUN TestNetworkNat [2021-06-10T23:11:07.394Z] --- PASS: TestNetworkNat (0.77s) [2021-06-10T23:11:07.394Z] === RUN TestNetworkLocalhostTCPNat [2021-06-10T23:11:08.013Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-06-10T23:11:08.013Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-06-10T23:11:08.323Z] --- PASS: TestNetworkLocalhostTCPNat (0.75s) [2021-06-10T23:11:08.323Z] === RUN TestNetworkLoopbackNat [2021-06-10T23:11:09.382Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-06-10T23:11:09.946Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-10T23:11:10.203Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-10T23:11:11.673Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-06-10T23:11:11.680Z] --- PASS: TestNetworkLoopbackNat (3.21s) [2021-06-10T23:11:11.680Z] === RUN TestPause [2021-06-10T23:11:11.930Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-06-10T23:11:12.243Z] --- PASS: TestPause (0.76s) [2021-06-10T23:11:12.243Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-10T23:11:12.243Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-10T23:11:12.243Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-10T23:11:12.243Z] === RUN TestPauseStopPausedContainer [2021-06-10T23:11:12.806Z] --- PASS: TestPauseStopPausedContainer (0.75s) [2021-06-10T23:11:12.806Z] === RUN TestPidHost [2021-06-10T23:11:12.860Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-06-10T23:11:14.753Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-06-10T23:11:14.753Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (4.43s) [2021-06-10T23:11:14.753Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (4.66s) [2021-06-10T23:11:14.753Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (2.13s) [2021-06-10T23:11:14.753Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (2.02s) [2021-06-10T23:11:14.753Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.95s) [2021-06-10T23:11:14.753Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (2.08s) [2021-06-10T23:11:14.753Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (4.35s) [2021-06-10T23:11:14.753Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (4.87s) [2021-06-10T23:11:14.754Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (6.36s) [2021-06-10T23:11:14.754Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (6.50s) [2021-06-10T23:11:14.754Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (4.03s) [2021-06-10T23:11:14.754Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (4.11s) [2021-06-10T23:11:14.754Z] === RUN TestCgroupNamespacesRun [2021-06-10T23:11:15.316Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-06-10T23:11:15.326Z] --- PASS: TestPidHost (2.11s) [2021-06-10T23:11:15.326Z] === RUN TestPsFilter [2021-06-10T23:11:15.326Z] --- PASS: TestPsFilter (0.15s) [2021-06-10T23:11:15.326Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-10T23:11:15.889Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.71s) [2021-06-10T23:11:15.889Z] === RUN TestRemoveContainerWithVolume [2021-06-10T23:11:16.819Z] --- PASS: TestRemoveContainerWithVolume (0.74s) [2021-06-10T23:11:16.819Z] === RUN TestRemoveContainerRunning [2021-06-10T23:11:17.209Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-06-10T23:11:17.209Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-06-10T23:11:17.209Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-06-10T23:11:17.382Z] --- PASS: TestRemoveContainerRunning (0.77s) [2021-06-10T23:11:17.382Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-10T23:11:17.465Z] --- PASS: TestCgroupNamespacesRun (2.92s) [2021-06-10T23:11:17.465Z] === RUN TestCgroupNamespacesRunPrivileged [2021-06-10T23:11:18.312Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.73s) [2021-06-10T23:11:18.312Z] === RUN TestRemoveInvalidContainer [2021-06-10T23:11:18.312Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-06-10T23:11:18.312Z] === RUN TestRenameLinkedContainer [2021-06-10T23:11:19.357Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-06-10T23:11:19.357Z] --- PASS: TestCgroupNamespacesRunPrivileged (2.02s) [2021-06-10T23:11:19.357Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-06-10T23:11:20.286Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-06-10T23:11:21.584Z] --- PASS: TestRenameLinkedContainer (2.91s) [2021-06-10T23:11:21.584Z] === RUN TestRenameStoppedContainer [2021-06-10T23:11:21.840Z] --- PASS: TestRenameStoppedContainer (0.73s) [2021-06-10T23:11:21.840Z] === RUN TestRenameRunningContainerAndReuse [2021-06-10T23:11:22.804Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (3.00s) [2021-06-10T23:11:22.804Z] === RUN TestCgroupNamespacesRunHostMode [2021-06-10T23:11:23.209Z] --- PASS: TestRenameRunningContainerAndReuse (1.46s) [2021-06-10T23:11:23.209Z] === RUN TestRenameInvalidName [2021-06-10T23:11:24.139Z] --- PASS: TestRenameInvalidName (0.72s) [2021-06-10T23:11:24.139Z] === RUN TestRenameAnonymousContainer [2021-06-10T23:11:25.384Z] --- PASS: TestCgroupNamespacesRunHostMode (2.92s) [2021-06-10T23:11:25.384Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-06-10T23:11:26.660Z] --- PASS: TestRenameAnonymousContainer (2.54s) [2021-06-10T23:11:26.661Z] === RUN TestRenameContainerWithSameName [2021-06-10T23:11:27.223Z] --- PASS: TestRenameContainerWithSameName (0.71s) [2021-06-10T23:11:27.223Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-10T23:11:27.905Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-06-10T23:11:27.905Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-06-10T23:11:28.162Z] --- PASS: TestCgroupNamespacesRunPrivateMode (2.82s) [2021-06-10T23:11:28.162Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-06-10T23:11:28.590Z] --- PASS: TestRenameContainerWithLinkedContainer (1.45s) [2021-06-10T23:11:28.590Z] === RUN TestResize [2021-06-10T23:11:29.524Z] --- PASS: TestResize (0.73s) [2021-06-10T23:11:29.524Z] === RUN TestResizeWithInvalidSize [2021-06-10T23:11:29.528Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-06-10T23:11:30.087Z] --- PASS: TestResizeWithInvalidSize (0.75s) [2021-06-10T23:11:30.087Z] === RUN TestResizeWhenContainerNotStarted [2021-06-10T23:11:30.091Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.89s) [2021-06-10T23:11:30.091Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-06-10T23:11:31.015Z] --- PASS: TestResizeWhenContainerNotStarted (0.70s) [2021-06-10T23:11:31.015Z] === RUN TestDaemonRestartKillContainers [2021-06-10T23:11:31.015Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-10T23:11:31.015Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-10T23:11:31.015Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-10T23:11:31.015Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-10T23:11:31.015Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-10T23:11:31.015Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-10T23:11:31.015Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-10T23:11:31.015Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-10T23:11:31.015Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-10T23:11:31.015Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-10T23:11:31.015Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-10T23:11:31.015Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-10T23:11:31.015Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-10T23:11:31.015Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-10T23:11:31.015Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-10T23:11:31.015Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-10T23:11:31.015Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-10T23:11:31.015Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-10T23:11:31.015Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-10T23:11:31.015Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-10T23:11:31.015Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-10T23:11:31.015Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-10T23:11:31.015Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-10T23:11:31.015Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-10T23:11:31.015Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-06-10T23:11:31.015Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-06-10T23:11:31.019Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.10s) [2021-06-10T23:11:31.019Z] === RUN TestCgroupNamespacesRunOlderClient [2021-06-10T23:11:31.275Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-06-10T23:11:31.838Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-06-10T23:11:32.401Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-06-10T23:11:33.537Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-06-10T23:11:33.537Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-06-10T23:11:33.767Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-06-10T23:11:33.767Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.78s) [2021-06-10T23:11:33.767Z] === RUN TestNISDomainname [2021-06-10T23:11:34.905Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-06-10T23:11:34.905Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-06-10T23:11:36.274Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-06-10T23:11:36.274Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-06-10T23:11:36.287Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-06-10T23:11:36.544Z] --- PASS: TestNISDomainname (2.65s) [2021-06-10T23:11:36.544Z] === RUN TestHostnameDnsResolution [2021-06-10T23:11:38.167Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-06-10T23:11:38.423Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-06-10T23:11:39.065Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-06-10T23:11:39.065Z] --- PASS: TestHostnameDnsResolution (2.25s) [2021-06-10T23:11:39.065Z] === RUN TestStats [2021-06-10T23:11:40.954Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-06-10T23:11:41.695Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-06-10T23:11:41.695Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-06-10T23:11:41.882Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-06-10T23:11:41.882Z] --- PASS: TestStats (3.19s) [2021-06-10T23:11:41.882Z] === RUN TestStopContainerWithTimeout [2021-06-10T23:11:41.882Z] === RUN TestStopContainerWithTimeout/0 [2021-06-10T23:11:41.882Z] === PAUSE TestStopContainerWithTimeout/0 [2021-06-10T23:11:41.882Z] === RUN TestStopContainerWithTimeout/1 [2021-06-10T23:11:41.882Z] === PAUSE TestStopContainerWithTimeout/1 [2021-06-10T23:11:41.882Z] === RUN TestStopContainerWithTimeout/3 [2021-06-10T23:11:41.882Z] === PAUSE TestStopContainerWithTimeout/3 [2021-06-10T23:11:41.882Z] === RUN TestStopContainerWithTimeout/-1 [2021-06-10T23:11:41.882Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-06-10T23:11:41.882Z] === CONT TestStopContainerWithTimeout/0 [2021-06-10T23:11:41.882Z] === CONT TestStopContainerWithTimeout/-1 [2021-06-10T23:11:42.811Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-06-10T23:11:44.176Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-06-10T23:11:44.176Z] === CONT TestStopContainerWithTimeout/3 [2021-06-10T23:11:44.217Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-06-10T23:11:44.217Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.39s) [2021-06-10T23:11:44.217Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.40s) [2021-06-10T23:11:44.217Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.40s) [2021-06-10T23:11:44.217Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.47s) [2021-06-10T23:11:44.217Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.37s) [2021-06-10T23:11:44.217Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.45s) [2021-06-10T23:11:44.217Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.26s) [2021-06-10T23:11:44.217Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.37s) [2021-06-10T23:11:44.217Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.05s) [2021-06-10T23:11:44.217Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.13s) [2021-06-10T23:11:44.217Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.28s) [2021-06-10T23:11:44.217Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.08s) [2021-06-10T23:11:44.217Z] === RUN TestCgroupNamespacesRun [2021-06-10T23:11:45.541Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-06-10T23:11:45.585Z] --- PASS: TestCgroupNamespacesRun (1.76s) [2021-06-10T23:11:45.585Z] === RUN TestCgroupNamespacesRunPrivileged [2021-06-10T23:11:45.585Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-06-10T23:11:45.585Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-06-10T23:11:45.585Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-06-10T23:11:46.103Z] === CONT TestStopContainerWithTimeout/1 [2021-06-10T23:11:47.478Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.75s) [2021-06-10T23:11:47.478Z] === RUN TestCgroupNamespacesRunHostMode [2021-06-10T23:11:47.996Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-06-10T23:11:48.559Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-06-10T23:11:48.559Z] --- PASS: TestStopContainerWithTimeout/0 (2.21s) [2021-06-10T23:11:48.559Z] --- PASS: TestStopContainerWithTimeout/-1 (4.00s) [2021-06-10T23:11:48.559Z] --- PASS: TestStopContainerWithTimeout/3 (3.26s) [2021-06-10T23:11:48.559Z] --- PASS: TestStopContainerWithTimeout/1 (2.43s) [2021-06-10T23:11:48.559Z] === RUN TestDeleteDevicemapper [2021-06-10T23:11:48.559Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-06-10T23:11:48.559Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-10T23:11:48.559Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-10T23:11:48.851Z] --- PASS: TestCgroupNamespacesRunHostMode (1.69s) [2021-06-10T23:11:48.851Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-06-10T23:11:50.742Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.74s) [2021-06-10T23:11:50.742Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-06-10T23:11:52.108Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.22s) [2021-06-10T23:11:52.108Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-06-10T23:11:52.670Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.71s) [2021-06-10T23:11:52.670Z] === RUN TestCgroupNamespacesRunOlderClient [2021-06-10T23:11:53.753Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-06-10T23:11:54.323Z] Copying nested executables into bundles/binary-daemon [2021-06-10T23:11:54.562Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.74s) [2021-06-10T23:11:54.562Z] === RUN TestNISDomainname [2021-06-10T23:11:55.110Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.07s) [2021-06-10T23:11:55.110Z] === RUN TestUpdateMemory [2021-06-10T23:11:55.110Z] --- SKIP: TestUpdateMemory (0.00s) [2021-06-10T23:11:55.110Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-06-10T23:11:55.110Z] === RUN TestUpdateCPUQuota [2021-06-10T23:11:55.110Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-06-10T23:11:55.110Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-06-10T23:11:55.706Z] Building: bundles/binary-daemon/docker-proxy-dev [2021-06-10T23:11:55.706Z] GOOS="" GOARCH="" GOARM="" [2021-06-10T23:11:55.931Z] --- PASS: TestNISDomainname (1.36s) [2021-06-10T23:11:55.931Z] === RUN TestHostnameDnsResolution [2021-06-10T23:11:55.966Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2021-06-10T23:11:56.226Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-06-10T23:11:56.860Z] --- PASS: TestHostnameDnsResolution (1.22s) [2021-06-10T23:11:56.860Z] === RUN TestStats [2021-06-10T23:11:57.124Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42445/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_GITCOMMIT=8a2b9c488598cf837d8fc098b30f49a782334bf4 -e DOCKER_GRAPHDRIVER docker:8a2b9c488598cf837d8fc098b30f49a782334bf4 hack/make.sh cross [2021-06-10T23:11:57.627Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-06-10T23:11:57.627Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-06-10T23:11:57.696Z] [2021-06-10T23:11:57.696Z] Removing bundles/ [2021-06-10T23:11:57.696Z] [2021-06-10T23:11:57.696Z] ---> Making bundle: cross (in bundles/cross) [2021-06-10T23:11:57.696Z] Cross building: bundles/cross/linux/amd64 [2021-06-10T23:11:57.696Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-06-10T23:11:57.696Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-06-10T23:11:58.190Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-06-10T23:11:59.118Z] === RUN TestDockerSuite/TestBuildCmd [2021-06-10T23:11:59.376Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-06-10T23:11:59.632Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-06-10T23:11:59.888Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-06-10T23:11:59.888Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-06-10T23:12:00.167Z] --- PASS: TestStats (2.75s) [2021-06-10T23:12:00.167Z] === RUN TestStopContainerWithTimeout [2021-06-10T23:12:00.167Z] === RUN TestStopContainerWithTimeout/0 [2021-06-10T23:12:00.167Z] === PAUSE TestStopContainerWithTimeout/0 [2021-06-10T23:12:00.167Z] === RUN TestStopContainerWithTimeout/1 [2021-06-10T23:12:00.167Z] === PAUSE TestStopContainerWithTimeout/1 [2021-06-10T23:12:00.167Z] === RUN TestStopContainerWithTimeout/3 [2021-06-10T23:12:00.167Z] === PAUSE TestStopContainerWithTimeout/3 [2021-06-10T23:12:00.167Z] === RUN TestStopContainerWithTimeout/-1 [2021-06-10T23:12:00.167Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-06-10T23:12:00.167Z] === CONT TestStopContainerWithTimeout/0 [2021-06-10T23:12:00.167Z] === CONT TestStopContainerWithTimeout/-1 [2021-06-10T23:12:00.746Z] === CONT TestStopContainerWithTimeout/3 [2021-06-10T23:12:01.254Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-06-10T23:12:01.254Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-06-10T23:12:03.278Z] === CONT TestStopContainerWithTimeout/1 [2021-06-10T23:12:04.526Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-06-10T23:12:04.643Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-06-10T23:12:04.643Z] --- PASS: TestStopContainerWithTimeout/0 (1.15s) [2021-06-10T23:12:04.643Z] --- PASS: TestStopContainerWithTimeout/-1 (3.16s) [2021-06-10T23:12:04.643Z] --- PASS: TestStopContainerWithTimeout/3 (2.75s) [2021-06-10T23:12:04.643Z] --- PASS: TestStopContainerWithTimeout/1 (1.73s) [2021-06-10T23:12:04.643Z] === RUN TestDeleteDevicemapper [2021-06-10T23:12:04.643Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-06-10T23:12:04.643Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-10T23:12:04.643Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-10T23:12:05.453Z] --- PASS: TestUpdateCPUQuota (10.72s) [2021-06-10T23:12:05.453Z] === RUN TestUpdatePidsLimit [2021-06-10T23:12:05.453Z] === RUN TestUpdatePidsLimit/update_from_none [2021-06-10T23:12:06.820Z] === RUN TestUpdatePidsLimit/no_change [2021-06-10T23:12:06.820Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-06-10T23:12:07.914Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.78s) [2021-06-10T23:12:07.914Z] === RUN TestUpdateMemory [2021-06-10T23:12:08.187Z] === RUN TestUpdatePidsLimit/update_lower [2021-06-10T23:12:08.187Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-06-10T23:12:08.843Z] --- PASS: TestUpdateMemory (1.34s) [2021-06-10T23:12:08.843Z] === RUN TestUpdateCPUQuota [2021-06-10T23:12:09.115Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-06-10T23:12:09.115Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-06-10T23:12:10.481Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-06-10T23:12:10.481Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-06-10T23:12:10.481Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-06-10T23:12:11.042Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-06-10T23:12:11.605Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-06-10T23:12:12.167Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-06-10T23:12:13.094Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-06-10T23:12:13.094Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-06-10T23:12:13.349Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-06-10T23:12:15.243Z] --- PASS: TestUpdatePidsLimit (9.82s) [2021-06-10T23:12:15.243Z] --- PASS: TestUpdatePidsLimit/update_from_none (1.49s) [2021-06-10T23:12:15.243Z] --- PASS: TestUpdatePidsLimit/no_change (1.20s) [2021-06-10T23:12:15.243Z] --- PASS: TestUpdatePidsLimit/update_lower (1.06s) [2021-06-10T23:12:15.243Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (1.21s) [2021-06-10T23:12:15.243Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (1.31s) [2021-06-10T23:12:15.243Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (1.35s) [2021-06-10T23:12:15.243Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (1.32s) [2021-06-10T23:12:15.243Z] === RUN TestUpdateRestartPolicy [2021-06-10T23:12:15.498Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-06-10T23:12:16.864Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-06-10T23:12:16.928Z] --- PASS: TestUpdateCPUQuota (6.84s) [2021-06-10T23:12:16.928Z] === RUN TestUpdatePidsLimit [2021-06-10T23:12:16.928Z] === RUN TestUpdatePidsLimit/update_from_none [2021-06-10T23:12:16.928Z] === RUN TestUpdatePidsLimit/no_change [2021-06-10T23:12:16.928Z] === RUN TestUpdatePidsLimit/update_lower [2021-06-10T23:12:17.120Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-06-10T23:12:17.694Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-06-10T23:12:17.856Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-06-10T23:12:18.419Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-06-10T23:12:19.354Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-06-10T23:12:19.917Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-06-10T23:12:21.283Z] --- PASS: TestUpdatePidsLimit (5.71s) [2021-06-10T23:12:21.283Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.71s) [2021-06-10T23:12:21.283Z] --- PASS: TestUpdatePidsLimit/no_change (0.71s) [2021-06-10T23:12:21.283Z] --- PASS: TestUpdatePidsLimit/update_lower (0.70s) [2021-06-10T23:12:21.283Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.76s) [2021-06-10T23:12:21.283Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.73s) [2021-06-10T23:12:21.283Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.71s) [2021-06-10T23:12:21.283Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.72s) [2021-06-10T23:12:21.283Z] === RUN TestUpdateRestartPolicy [2021-06-10T23:12:22.943Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-06-10T23:12:24.309Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-06-10T23:12:24.566Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-06-10T23:12:25.932Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-06-10T23:12:27.821Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-06-10T23:12:28.383Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-06-10T23:12:29.312Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-06-10T23:12:29.568Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-06-10T23:12:30.130Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-06-10T23:12:30.386Z] --- PASS: TestUpdateRestartPolicy (15.24s) [2021-06-10T23:12:30.386Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-10T23:12:31.752Z] --- PASS: TestUpdateRestartWithAutoRemove (1.27s) [2021-06-10T23:12:31.752Z] === RUN TestWaitNonBlocked [2021-06-10T23:12:31.752Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-10T23:12:31.752Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-10T23:12:31.752Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-10T23:12:31.752Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-10T23:12:31.752Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-10T23:12:31.752Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-10T23:12:34.268Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-06-10T23:12:34.268Z] --- PASS: TestWaitNonBlocked (0.04s) [2021-06-10T23:12:34.268Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.41s) [2021-06-10T23:12:34.268Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.44s) [2021-06-10T23:12:34.268Z] === RUN TestWaitBlocked [2021-06-10T23:12:34.268Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-10T23:12:34.268Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-10T23:12:34.268Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-06-10T23:12:34.268Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-06-10T23:12:34.268Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-10T23:12:34.268Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-06-10T23:12:34.525Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-06-10T23:12:36.127Z] --- PASS: TestUpdateRestartPolicy (12.82s) [2021-06-10T23:12:36.127Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-10T23:12:36.127Z] --- PASS: TestUpdateRestartWithAutoRemove (0.74s) [2021-06-10T23:12:36.127Z] === RUN TestWaitNonBlocked [2021-06-10T23:12:36.127Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-10T23:12:36.127Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-10T23:12:36.127Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-10T23:12:36.127Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-10T23:12:36.127Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-10T23:12:36.127Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-10T23:12:36.127Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-06-10T23:12:36.127Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.13s) [2021-06-10T23:12:36.127Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.16s) [2021-06-10T23:12:36.127Z] === RUN TestWaitBlocked [2021-06-10T23:12:36.127Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-10T23:12:36.127Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-10T23:12:36.127Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-06-10T23:12:36.127Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-06-10T23:12:36.127Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-06-10T23:12:36.127Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-06-10T23:12:36.417Z] --- PASS: TestWaitBlocked (0.03s) [2021-06-10T23:12:36.417Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (2.22s) [2021-06-10T23:12:36.417Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (2.38s) [2021-06-10T23:12:36.417Z] === CONT TestContainerStartOnDaemonRestart [2021-06-10T23:12:36.417Z] === CONT TestIpcModeOlderClient [2021-06-10T23:12:36.417Z] --- PASS: TestIpcModeOlderClient (0.11s) [2021-06-10T23:12:36.417Z] === CONT TestRestartDaemonWithRestartingContainer [2021-06-10T23:12:36.980Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-06-10T23:12:37.055Z] --- PASS: TestWaitBlocked (0.01s) [2021-06-10T23:12:37.055Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.99s) [2021-06-10T23:12:37.055Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.12s) [2021-06-10T23:12:37.055Z] === CONT TestContainerStartOnDaemonRestart [2021-06-10T23:12:37.055Z] === CONT TestContainerKillOnDaemonStart [2021-06-10T23:12:40.326Z] --- PASS: TestContainerStartOnDaemonRestart (2.99s) [2021-06-10T23:12:40.326Z] === CONT TestIpcModeOlderClient [2021-06-10T23:12:40.326Z] --- PASS: TestIpcModeOlderClient (0.07s) [2021-06-10T23:12:40.326Z] === CONT TestDaemonHostGatewayIP [2021-06-10T23:12:41.155Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-06-10T23:12:43.048Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-06-10T23:12:43.048Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-06-10T23:12:43.048Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-06-10T23:12:43.048Z] --- PASS: TestRestartDaemonWithRestartingContainer (6.64s) [2021-06-10T23:12:43.048Z] === CONT TestContainerKillOnDaemonStart [2021-06-10T23:12:43.305Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-06-10T23:12:43.305Z] --- PASS: TestContainerStartOnDaemonRestart (6.77s) [2021-06-10T23:12:43.305Z] === CONT TestDaemonHostGatewayIP [2021-06-10T23:12:43.305Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-06-10T23:12:43.305Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-06-10T23:12:43.596Z] --- PASS: TestDaemonHostGatewayIP (3.42s) [2021-06-10T23:12:43.596Z] === CONT TestRestartDaemonWithRestartingContainer [2021-06-10T23:12:43.868Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-06-10T23:12:46.114Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.38s) [2021-06-10T23:12:46.114Z] === CONT TestDaemonRestartIpcMode [2021-06-10T23:12:49.386Z] --- PASS: TestDaemonRestartIpcMode (3.00s) [2021-06-10T23:12:49.386Z] --- PASS: TestContainerKillOnDaemonStart (12.27s) [2021-06-10T23:12:49.386Z] PASS [2021-06-10T23:12:49.386Z] [2021-06-10T23:12:49.386Z] === Skipped [2021-06-10T23:12:49.386Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-06-10T23:12:49.386Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-10T23:12:49.386Z] [2021-06-10T23:12:49.386Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2021-06-10T23:12:49.386Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-06-10T23:12:49.386Z] [2021-06-10T23:12:49.386Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-10T23:12:49.386Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-10T23:12:49.386Z] [2021-06-10T23:12:49.386Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-06-10T23:12:49.386Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-06-10T23:12:49.386Z] [2021-06-10T23:12:49.386Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-06-10T23:12:49.386Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-10T23:12:49.386Z] [2021-06-10T23:12:49.386Z] [2021-06-10T23:12:49.386Z] DONE 196 tests, 5 skipped in 152.230s [2021-06-10T23:12:49.386Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-06-10T23:12:49.386Z] INFO: Testing against a local daemon [2021-06-10T23:12:49.386Z] === RUN TestCommitInheritsEnv [2021-06-10T23:12:49.642Z] --- PASS: TestCommitInheritsEnv (0.32s) [2021-06-10T23:12:49.643Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-10T23:12:49.643Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-06-10T23:12:49.643Z] === RUN TestImagesFilterMultiReference [2021-06-10T23:12:49.899Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-06-10T23:12:49.899Z] === RUN TestImagePullPlatformInvalid [2021-06-10T23:12:49.899Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-06-10T23:12:49.899Z] === RUN TestRemoveImageOrphaning [2021-06-10T23:12:50.156Z] --- PASS: TestRemoveImageOrphaning (0.30s) [2021-06-10T23:12:50.156Z] === RUN TestRemoveImageGarbageCollector [2021-06-10T23:12:50.460Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-06-10T23:12:50.460Z] === CONT TestDaemonRestartIpcMode [2021-06-10T23:12:50.460Z] --- PASS: TestDaemonHostGatewayIP (7.05s) [2021-06-10T23:12:52.047Z] --- PASS: TestRemoveImageGarbageCollector (2.00s) [2021-06-10T23:12:52.047Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-10T23:12:52.047Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-06-10T23:12:52.047Z] === RUN TestTagInvalidReference [2021-06-10T23:12:52.303Z] --- PASS: TestTagInvalidReference (0.02s) [2021-06-10T23:12:52.303Z] === RUN TestTagValidPrefixedRepo [2021-06-10T23:12:52.303Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-06-10T23:12:52.303Z] === RUN TestTagExistedNameWithoutForce [2021-06-10T23:12:52.303Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-06-10T23:12:52.303Z] === RUN TestTagOfficialNames [2021-06-10T23:12:52.303Z] --- PASS: TestTagOfficialNames (0.06s) [2021-06-10T23:12:52.303Z] === RUN TestTagMatchesDigest [2021-06-10T23:12:52.303Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-06-10T23:12:52.303Z] === CONT TestImportExtremelyLargeImageWorks [2021-06-10T23:12:52.979Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-06-10T23:12:55.498Z] --- PASS: TestDaemonRestartIpcMode (5.25s) [2021-06-10T23:12:57.387Z] --- PASS: TestContainerKillOnDaemonStart (14.01s) [2021-06-10T23:12:57.387Z] PASS [2021-06-10T23:12:57.387Z] [2021-06-10T23:12:57.387Z] === Skipped [2021-06-10T23:12:57.387Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-06-10T23:12:57.387Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-10T23:12:57.387Z] [2021-06-10T23:12:57.387Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-06-10T23:12:57.387Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-10T23:12:57.387Z] [2021-06-10T23:12:57.387Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.01s) [2021-06-10T23:12:57.387Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-10T23:12:57.387Z] [2021-06-10T23:12:57.387Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-06-10T23:12:57.387Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-06-10T23:12:57.387Z] [2021-06-10T23:12:57.387Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-06-10T23:12:57.387Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-06-10T23:12:57.387Z] [2021-06-10T23:12:57.387Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-06-10T23:12:57.387Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-06-10T23:12:57.387Z] [2021-06-10T23:12:57.387Z] [2021-06-10T23:12:57.387Z] DONE 196 tests, 6 skipped in 251.331s [2021-06-10T23:12:57.387Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-06-10T23:12:57.387Z] ++ test_env gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-06-10T23:12:57.387Z] ++ set -e [2021-06-10T23:12:57.387Z] ++ '[' -n 0 ']' [2021-06-10T23:12:57.387Z] ++ set -x [2021-06-10T23:12:57.387Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=amd64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-go-test-report.json --junitfile=/go/src/github.com/docker/docker/bundles/test-integration/amd64-integration-image-junit-report.xml --raw-command -- go tool test2json -p amd64.integration.image -t ./test.main -test.v -test.timeout=120m [2021-06-10T23:12:57.387Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-06-10T23:12:57.387Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-06-10T23:12:57.387Z] INFO: Testing against a local daemon [2021-06-10T23:12:57.387Z] === RUN TestCommitInheritsEnv [2021-06-10T23:12:57.949Z] --- PASS: TestCommitInheritsEnv (0.55s) [2021-06-10T23:12:57.949Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-10T23:12:57.949Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-06-10T23:12:57.949Z] === RUN TestImagesFilterMultiReference [2021-06-10T23:12:58.205Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2021-06-10T23:12:58.205Z] === RUN TestImagePullPlatformInvalid [2021-06-10T23:12:58.205Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2021-06-10T23:12:58.205Z] === RUN TestRemoveImageOrphaning [2021-06-10T23:12:58.767Z] --- PASS: TestRemoveImageOrphaning (0.55s) [2021-06-10T23:12:58.767Z] === RUN TestRemoveImageGarbageCollector [2021-06-10T23:13:02.032Z] --- PASS: TestRemoveImageGarbageCollector (3.00s) [2021-06-10T23:13:02.032Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-10T23:13:02.032Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.06s) [2021-06-10T23:13:02.032Z] === RUN TestTagInvalidReference [2021-06-10T23:13:02.032Z] --- PASS: TestTagInvalidReference (0.05s) [2021-06-10T23:13:02.032Z] === RUN TestTagValidPrefixedRepo [2021-06-10T23:13:02.032Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-06-10T23:13:02.032Z] === RUN TestTagExistedNameWithoutForce [2021-06-10T23:13:02.032Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-06-10T23:13:02.032Z] --- PASS: TestTagExistedNameWithoutForce (0.08s) [2021-06-10T23:13:02.032Z] === RUN TestTagOfficialNames [2021-06-10T23:13:02.032Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-06-10T23:13:02.032Z] --- PASS: TestTagOfficialNames (0.08s) [2021-06-10T23:13:02.032Z] === RUN TestTagMatchesDigest [2021-06-10T23:13:02.032Z] --- PASS: TestTagMatchesDigest (0.04s) [2021-06-10T23:13:02.032Z] === CONT TestImportExtremelyLargeImageWorks [2021-06-10T23:13:02.288Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-06-10T23:13:04.178Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-06-10T23:13:04.740Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-06-10T23:13:05.303Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-06-10T23:13:05.866Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-06-10T23:13:09.137Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-06-10T23:13:09.137Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-06-10T23:13:10.505Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-06-10T23:13:11.870Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-06-10T23:13:12.127Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-06-10T23:13:16.294Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-06-10T23:13:17.661Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-06-10T23:13:19.181Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-06-10T23:13:19.750Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2021-06-10T23:13:20.192Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-06-10T23:13:20.192Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-06-10T23:13:21.120Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-06-10T23:13:21.133Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-06-10T23:13:21.133Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-06-10T23:13:21.393Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-06-10T23:13:21.393Z] Cross building: bundles/cross/windows/amd64 [2021-06-10T23:13:21.653Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-06-10T23:13:21.653Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-06-10T23:13:23.642Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-06-10T23:13:24.571Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-06-10T23:13:29.816Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-06-10T23:13:29.816Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-06-10T23:13:30.377Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-06-10T23:13:30.377Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-06-10T23:13:32.893Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-06-10T23:13:34.257Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-06-10T23:13:35.625Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-06-10T23:13:36.188Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-06-10T23:13:37.554Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-06-10T23:13:38.923Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-06-10T23:13:40.289Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-06-10T23:13:44.459Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-06-10T23:13:54.425Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-06-10T23:13:54.681Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-06-10T23:13:55.243Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-06-10T23:14:00.488Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-06-10T23:14:07.023Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-06-10T23:14:11.191Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-06-10T23:14:13.083Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-06-10T23:14:17.256Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-06-10T23:14:17.256Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-06-10T23:14:18.183Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-06-10T23:14:19.111Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-06-10T23:14:19.367Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-06-10T23:14:24.613Z] --- PASS: TestDockerDaemonSuite (447.22s) [2021-06-10T23:14:24.613Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (9.22s) [2021-06-10T23:14:24.613Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (2.64s) [2021-06-10T23:14:24.613Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (16.93s) [2021-06-10T23:14:24.613Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (3.64s) [2021-06-10T23:14:24.613Z] docker_cli_daemon_test.go:1455: [ddf65f880e6bd] daemon is not started [2021-06-10T23:14:24.613Z] check_test.go:309: [dbcff6208de41] daemon is not started [2021-06-10T23:14:24.613Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.81s) [2021-06-10T23:14:24.613Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (2.19s) [2021-06-10T23:14:24.613Z] check_test.go:309: [d0887ec651c75] daemon is not started [2021-06-10T23:14:24.613Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.43s) [2021-06-10T23:14:24.613Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.59s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (3.23s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (4.82s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (5.66s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (3.29s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.60s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (3.21s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-06-10T23:14:24.614Z] check_test.go:309: [dd2c2dbf46428] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-06-10T23:14:24.614Z] check_test.go:309: [d4ce194afca08] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (2.28s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.71s) [2021-06-10T23:14:24.614Z] check_test.go:309: [dedb2debf0fe0] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (3.21s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.79s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.98s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.23s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.61s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.56s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.69s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.52s) [2021-06-10T23:14:24.614Z] check_test.go:309: [d638c75c60730] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.53s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (4.06s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (5.96s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (3.36s) [2021-06-10T23:14:24.614Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-06-10T23:14:24.614Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-06-10T23:14:24.614Z] check_test.go:309: [d0c8b7c95c3bf] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (2.87s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.70s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (2.91s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (2.47s) [2021-06-10T23:14:24.614Z] check_test.go:309: [d15134f53b24b] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (4.47s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.54s) [2021-06-10T23:14:24.614Z] check_test.go:309: [da566b1170fc8] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.67s) [2021-06-10T23:14:24.614Z] docker_cli_daemon_plugins_test.go:79: [d0192e5757a85] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.93s) [2021-06-10T23:14:24.614Z] docker_cli_daemon_plugins_test.go:169: [d379289c9a031] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (4.52s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.53s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2021-06-10T23:14:24.614Z] check_test.go:309: [de894500e92d6] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (2.42s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (2.12s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (2.01s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (2.50s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (2.36s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (2.73s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (2.89s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.57s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.53s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.55s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (8.50s) [2021-06-10T23:14:24.614Z] check_test.go:309: [dfd0523116b4e] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (3.07s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (28.99s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (3.22s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.22s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (7.48s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (4.28s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (7.45s) [2021-06-10T23:14:24.614Z] check_test.go:309: [dcde193743b44] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.63s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (2.90s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (17.00s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (4.27s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.78s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (3.14s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (4.42s) [2021-06-10T23:14:24.614Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-06-10T23:14:24.614Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-06-10T23:14:24.614Z] check_test.go:309: [dd43386e56275] daemon is not started [2021-06-10T23:14:24.614Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-06-10T23:14:24.614Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-06-10T23:14:24.614Z] check_test.go:309: [dd383ae1f4593] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.01s) [2021-06-10T23:14:24.614Z] check_test.go:309: [d26e1e6044004] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (7.51s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (4.31s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (4.44s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.28s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.23s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (5.85s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (7.22s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.72s) [2021-06-10T23:14:24.614Z] check_test.go:309: [ddf8ba95771da] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (3.57s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.12s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (2.45s) [2021-06-10T23:14:24.614Z] check_test.go:309: [d4a1ad8c376c7] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.55s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (5.16s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.14s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.54s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.62s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.15s) [2021-06-10T23:14:24.614Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-06-10T23:14:24.614Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-06-10T23:14:24.614Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-06-10T23:14:24.614Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-06-10T23:14:24.614Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-06-10T23:14:24.614Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-06-10T23:14:24.614Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-06-10T23:14:24.614Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-06-10T23:14:24.614Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-06-10T23:14:24.614Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-06-10T23:14:24.614Z] check_test.go:309: [d3ab3196d6de5] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.05s) [2021-06-10T23:14:24.614Z] check_test.go:309: [ddb87b6c6370d] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.56s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.41s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (3.64s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.54s) [2021-06-10T23:14:24.614Z] check_test.go:309: [dd5d1075f1ded] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (4.39s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (2.56s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (5.75s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.10s) [2021-06-10T23:14:24.614Z] check_test.go:309: [d7a625b5e15e1] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (8.51s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (4.76s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (4.80s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.07s) [2021-06-10T23:14:24.614Z] check_test.go:309: [d1b3072a08bf3] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.58s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.56s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (2.70s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.01s) [2021-06-10T23:14:24.614Z] check_test.go:309: [d597f0015c93c] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.84s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.83s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.76s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.69s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (2.18s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (4.65s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (4.75s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (6.30s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (2.02s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.32s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.26s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (3.91s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (10.74s) [2021-06-10T23:14:24.614Z] docker_cli_daemon_test.go:2550: [dd17394b0c294] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (11.73s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (4.13s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestShmSize (2.45s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (4.00s) [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.21s) [2021-06-10T23:14:24.614Z] check_test.go:309: [d26cc11f3ff3d] daemon is not started [2021-06-10T23:14:24.614Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (6.38s) [2021-06-10T23:14:24.614Z] === RUN TestDockerSwarmSuite [2021-06-10T23:14:24.614Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-06-10T23:14:25.982Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-06-10T23:14:26.912Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-06-10T23:14:29.434Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-06-10T23:14:30.365Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-06-10T23:14:32.883Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-06-10T23:14:37.052Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-06-10T23:14:42.297Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-06-10T23:14:43.155Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-06-10T23:14:43.155Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-06-10T23:14:43.155Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-06-10T23:14:43.155Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-06-10T23:14:43.155Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-06-10T23:14:43.155Z] remote: Enumerating objects: 23, done. [2021-06-10T23:14:43.155Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-06-10T23:14:43.155Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-06-10T23:14:43.155Z] remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-06-10T23:14:43.155Z] 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-10T23:14:43.155Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-06-10T23:14:43.155Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-06-10T23:14:43.480Z] + sudo modprobe ip6table_filter [Pipeline] sh [2021-06-10T23:14:43.697Z] --- PASS: TestImportExtremelyLargeImageWorks (101.72s) [2021-06-10T23:14:43.697Z] PASS [2021-06-10T23:14:43.697Z] [2021-06-10T23:14:43.697Z] DONE 12 tests in 104.651s [2021-06-10T23:14:43.697Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-06-10T23:14:43.697Z] INFO: Testing against a local daemon [2021-06-10T23:14:43.697Z] === RUN TestNetworkCreateDelete [2021-06-10T23:14:43.697Z] --- PASS: TestNetworkCreateDelete (0.14s) [2021-06-10T23:14:43.697Z] === RUN TestDockerNetworkDeletePreferID [2021-06-10T23:14:43.697Z] --- PASS: TestDockerNetworkDeletePreferID (0.36s) [2021-06-10T23:14:43.697Z] === RUN TestDaemonDNSFallback [2021-06-10T23:14:43.697Z] --- PASS: TestDaemonDNSFallback (6.70s) [2021-06-10T23:14:43.697Z] === RUN TestInspectNetwork [2021-06-10T23:14:43.764Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42445/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr15 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8a2b9c488598cf837d8fc098b30f49a782334bf4 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8a2b9c488598cf837d8fc098b30f49a782334bf4 hack/test/unit [2021-06-10T23:14:44.336Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2021-06-10T23:14:44.336Z] + TESTFLAGS+=' -test.timeout=5m' [2021-06-10T23:14:44.336Z] + TESTDIRS=./... [2021-06-10T23:14:44.336Z] + exclude_paths='/vendor/|/integration' [2021-06-10T23:14:44.336Z] ++ grep -vE '(/vendor/|/integration)' [2021-06-10T23:14:44.336Z] ++ go list ./... [2021-06-10T23:14:44.813Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-06-10T23:14:45.064Z] === RUN TestInspectNetwork/full_network_id [2021-06-10T23:14:45.064Z] === RUN TestInspectNetwork/partial_network_id [2021-06-10T23:14:45.064Z] === RUN TestInspectNetwork/network_name [2021-06-10T23:14:45.064Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-06-10T23:14:45.277Z] + pkg_list='github.com/docker/docker/api [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/server [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/server/backend/build [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/server/httputils [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/server/middleware [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/server/router [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/server/router/build [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/server/router/checkpoint [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/server/router/container [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/server/router/debug [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/server/router/distribution [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/server/router/grpc [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/server/router/image [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/server/router/network [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/server/router/plugin [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/server/router/session [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/server/router/swarm [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/server/router/system [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/server/router/volume [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/types [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/types/backend [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/types/blkiodev [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/types/container [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/types/events [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/types/filters [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/types/image [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/types/mount [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/types/network [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/types/plugins/logdriver [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/types/registry [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/types/strslice [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/types/swarm [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/types/swarm/runtime [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/types/time [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/types/versions [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/types/versions/v1p19 [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/types/versions/v1p20 [2021-06-10T23:14:45.277Z] github.com/docker/docker/api/types/volume [2021-06-10T23:14:45.277Z] github.com/docker/docker/builder [2021-06-10T23:14:45.277Z] github.com/docker/docker/builder/builder-next [2021-06-10T23:14:45.277Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-06-10T23:14:45.277Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-06-10T23:14:45.277Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-06-10T23:14:45.277Z] github.com/docker/docker/builder/builder-next/exporter [2021-06-10T23:14:45.277Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-06-10T23:14:45.277Z] github.com/docker/docker/builder/builder-next/worker [2021-06-10T23:14:45.277Z] github.com/docker/docker/builder/dockerfile [2021-06-10T23:14:45.277Z] github.com/docker/docker/builder/dockerignore [2021-06-10T23:14:45.277Z] github.com/docker/docker/builder/remotecontext [2021-06-10T23:14:45.277Z] github.com/docker/docker/builder/remotecontext/git [2021-06-10T23:14:45.277Z] github.com/docker/docker/cli [2021-06-10T23:14:45.277Z] github.com/docker/docker/cli/config [2021-06-10T23:14:45.277Z] github.com/docker/docker/cli/debug [2021-06-10T23:14:45.277Z] github.com/docker/docker/client [2021-06-10T23:14:45.277Z] github.com/docker/docker/cmd/dockerd [2021-06-10T23:14:45.277Z] github.com/docker/docker/container [2021-06-10T23:14:45.277Z] github.com/docker/docker/container/stream [2021-06-10T23:14:45.277Z] github.com/docker/docker/contrib/apparmor [2021-06-10T23:14:45.277Z] github.com/docker/docker/contrib/docker-device-tool [2021-06-10T23:14:45.277Z] github.com/docker/docker/contrib/httpserver [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/cluster [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/cluster/convert [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/cluster/executor [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/cluster/executor/container [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/cluster/provider [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/config [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/discovery [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/events [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/events/testutils [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/exec [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/graphdriver [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/graphdriver/copy [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/graphdriver/register [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/images [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/initlayer [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/links [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/listeners [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/logger [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/logger/awslogs [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/logger/fluentd [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/logger/gcplogs [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/logger/gelf [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/logger/journald [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/logger/local [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/logger/logentries [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/logger/loggerutils [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/logger/splunk [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/logger/syslog [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/logger/templates [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/names [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/network [2021-06-10T23:14:45.277Z] github.com/docker/docker/daemon/stats [2021-06-10T23:14:45.277Z] github.com/docker/docker/distribution [2021-06-10T23:14:45.277Z] github.com/docker/docker/distribution/metadata [2021-06-10T23:14:45.277Z] github.com/docker/docker/distribution/utils [2021-06-10T23:14:45.277Z] github.com/docker/docker/distribution/xfer [2021-06-10T23:14:45.277Z] github.com/docker/docker/dockerversion [2021-06-10T23:14:45.277Z] github.com/docker/docker/errdefs [2021-06-10T23:14:45.277Z] github.com/docker/docker/image [2021-06-10T23:14:45.277Z] github.com/docker/docker/image/cache [2021-06-10T23:14:45.277Z] github.com/docker/docker/image/tarexport [2021-06-10T23:14:45.277Z] github.com/docker/docker/image/v1 [2021-06-10T23:14:45.277Z] github.com/docker/docker/internal/test/suite [2021-06-10T23:14:45.277Z] github.com/docker/docker/layer [2021-06-10T23:14:45.277Z] github.com/docker/docker/libcontainerd [2021-06-10T23:14:45.277Z] github.com/docker/docker/libcontainerd/queue [2021-06-10T23:14:45.277Z] github.com/docker/docker/libcontainerd/remote [2021-06-10T23:14:45.277Z] github.com/docker/docker/libcontainerd/supervisor [2021-06-10T23:14:45.277Z] github.com/docker/docker/libcontainerd/types [2021-06-10T23:14:45.277Z] github.com/docker/docker/libnetwork [2021-06-10T23:14:45.277Z] github.com/docker/docker/libnetwork/api [2021-06-10T23:14:45.277Z] github.com/docker/docker/libnetwork/bitseq [2021-06-10T23:14:45.277Z] github.com/docker/docker/libnetwork/client [2021-06-10T23:14:45.277Z] github.com/docker/docker/libnetwork/client/mflag [2021-06-10T23:14:45.277Z] github.com/docker/docker/libnetwork/client/mflag/example [2021-06-10T23:14:45.277Z] github.com/docker/docker/libnetwork/cluster [2021-06-10T23:14:45.277Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-06-10T23:14:45.277Z] github.com/docker/docker/libnetwork/cmd/dnet [2021-06-10T23:14:45.277Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-06-10T23:14:45.277Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-06-10T23:14:45.277Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-06-10T23:14:45.277Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-06-10T23:14:45.277Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-06-10T23:14:45.277Z] github.com/docker/docker/libnetwork/cmd/proxy [2021-06-10T23:14:45.277Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-06-10T23:14:45.277Z] github.com/docker/docker/libnetwork/config [2021-06-10T23:14:45.277Z] github.com/docker/docker/libnetwork/datastore [2021-06-10T23:14:45.277Z] github.com/docker/docker/libnetwork/diagnostic [2021-06-10T23:14:45.277Z] github.com/docker/docker/libnetwork/discoverapi [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/driverapi [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/host [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/null [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/remote [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/windows [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drvregistry [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/etchosts [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/idm [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/internal/caller [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/ipam [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/ipamapi [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/ipams/null [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/ipams/remote [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/ipamutils [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/iptables [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/netlabel [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/netutils [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/networkdb [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/ns [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/options [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/osl [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/osl/kernel [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/portallocator [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/portmapper [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/resolvconf [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/resolvconf/dns [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/testutils [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/types [2021-06-10T23:14:45.278Z] github.com/docker/docker/oci [2021-06-10T23:14:45.278Z] github.com/docker/docker/oci/caps [2021-06-10T23:14:45.278Z] github.com/docker/docker/opts [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/aaparser [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/archive [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/authorization [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/broadcaster [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/capabilities [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/chrootarchive [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/containerfs [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/devicemapper [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/directory [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/discovery [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/discovery/file [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/discovery/kv [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/discovery/memory [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/discovery/nodes [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/dmesg [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/filenotify [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/fileutils [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/fsutils [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/homedir [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/idtools [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/ioutils [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/jsonmessage [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/locker [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/longpath [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/loopback [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/mount [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/namesgenerator [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/parsers [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/parsers/kernel [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/pidfile [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/platform [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/plugingetter [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/plugins [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/plugins/transport [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/pools [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/progress [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/pubsub [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/reexec [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/signal [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/signal/testfiles [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/stdcopy [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/streamformatter [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/stringid [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/symlink [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/sysinfo [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/system [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/tailfile [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/tarsum [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/term [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/term/windows [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/truncindex [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/urlutil [2021-06-10T23:14:45.278Z] github.com/docker/docker/pkg/useragent [2021-06-10T23:14:45.278Z] github.com/docker/docker/plugin [2021-06-10T23:14:45.278Z] github.com/docker/docker/plugin/executor/containerd [2021-06-10T23:14:45.278Z] github.com/docker/docker/plugin/v2 [2021-06-10T23:14:45.278Z] github.com/docker/docker/profiles/apparmor [2021-06-10T23:14:45.278Z] github.com/docker/docker/profiles/seccomp [2021-06-10T23:14:45.278Z] github.com/docker/docker/quota [2021-06-10T23:14:45.278Z] github.com/docker/docker/reference [2021-06-10T23:14:45.278Z] github.com/docker/docker/registry [2021-06-10T23:14:45.278Z] github.com/docker/docker/registry/resumable [2021-06-10T23:14:45.278Z] github.com/docker/docker/restartmanager [2021-06-10T23:14:45.278Z] github.com/docker/docker/rootless [2021-06-10T23:14:45.278Z] github.com/docker/docker/rootless/specconv [2021-06-10T23:14:45.278Z] github.com/docker/docker/runconfig [2021-06-10T23:14:45.278Z] github.com/docker/docker/runconfig/opts [2021-06-10T23:14:45.278Z] github.com/docker/docker/testutil [2021-06-10T23:14:45.278Z] github.com/docker/docker/testutil/daemon [2021-06-10T23:14:45.278Z] github.com/docker/docker/testutil/environment [2021-06-10T23:14:45.278Z] github.com/docker/docker/testutil/fakecontext [2021-06-10T23:14:45.278Z] github.com/docker/docker/testutil/fakegit [2021-06-10T23:14:45.278Z] github.com/docker/docker/testutil/fakestorage [2021-06-10T23:14:45.278Z] github.com/docker/docker/testutil/fixtures/load [2021-06-10T23:14:45.278Z] github.com/docker/docker/testutil/fixtures/plugin [2021-06-10T23:14:45.278Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-06-10T23:14:45.278Z] github.com/docker/docker/testutil/registry [2021-06-10T23:14:45.278Z] github.com/docker/docker/testutil/request [2021-06-10T23:14:45.278Z] github.com/docker/docker/volume [2021-06-10T23:14:45.278Z] github.com/docker/docker/volume/drivers [2021-06-10T23:14:45.278Z] github.com/docker/docker/volume/local [2021-06-10T23:14:45.278Z] github.com/docker/docker/volume/mounts [2021-06-10T23:14:45.278Z] github.com/docker/docker/volume/service [2021-06-10T23:14:45.278Z] github.com/docker/docker/volume/service/opts [2021-06-10T23:14:45.278Z] github.com/docker/docker/volume/testutils' [2021-06-10T23:14:45.278Z] + grep --fixed-strings libnetwork/drivers/bridge [2021-06-10T23:14:45.278Z] + echo 'github.com/docker/docker/api [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/server [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/server/backend/build [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/server/httputils [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/server/middleware [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/server/router [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/server/router/build [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/server/router/checkpoint [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/server/router/container [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/server/router/debug [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/server/router/distribution [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/server/router/grpc [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/server/router/image [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/server/router/network [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/server/router/plugin [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/server/router/session [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/server/router/swarm [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/server/router/system [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/server/router/volume [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/types [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/types/backend [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/types/blkiodev [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/types/container [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/types/events [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/types/filters [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/types/image [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/types/mount [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/types/network [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/types/plugins/logdriver [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/types/registry [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/types/strslice [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/types/swarm [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/types/swarm/runtime [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/types/time [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/types/versions [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/types/versions/v1p19 [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/types/versions/v1p20 [2021-06-10T23:14:45.278Z] github.com/docker/docker/api/types/volume [2021-06-10T23:14:45.278Z] github.com/docker/docker/builder [2021-06-10T23:14:45.278Z] github.com/docker/docker/builder/builder-next [2021-06-10T23:14:45.278Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-06-10T23:14:45.278Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-06-10T23:14:45.278Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-06-10T23:14:45.278Z] github.com/docker/docker/builder/builder-next/exporter [2021-06-10T23:14:45.278Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-06-10T23:14:45.278Z] github.com/docker/docker/builder/builder-next/worker [2021-06-10T23:14:45.278Z] github.com/docker/docker/builder/dockerfile [2021-06-10T23:14:45.278Z] github.com/docker/docker/builder/dockerignore [2021-06-10T23:14:45.278Z] github.com/docker/docker/builder/remotecontext [2021-06-10T23:14:45.278Z] github.com/docker/docker/builder/remotecontext/git [2021-06-10T23:14:45.278Z] github.com/docker/docker/cli [2021-06-10T23:14:45.278Z] github.com/docker/docker/cli/config [2021-06-10T23:14:45.278Z] github.com/docker/docker/cli/debug [2021-06-10T23:14:45.278Z] github.com/docker/docker/client [2021-06-10T23:14:45.278Z] github.com/docker/docker/cmd/dockerd [2021-06-10T23:14:45.278Z] github.com/docker/docker/container [2021-06-10T23:14:45.278Z] github.com/docker/docker/container/stream [2021-06-10T23:14:45.278Z] github.com/docker/docker/contrib/apparmor [2021-06-10T23:14:45.278Z] github.com/docker/docker/contrib/docker-device-tool [2021-06-10T23:14:45.278Z] github.com/docker/docker/contrib/httpserver [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/cluster [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/cluster/convert [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/cluster/executor [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/cluster/executor/container [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/cluster/provider [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/config [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/discovery [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/events [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/events/testutils [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/exec [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/graphdriver [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/graphdriver/copy [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/graphdriver/register [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/images [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/initlayer [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/links [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/listeners [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/logger [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/logger/awslogs [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/logger/fluentd [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/logger/gcplogs [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/logger/gelf [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/logger/journald [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/logger/local [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/logger/logentries [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/logger/loggerutils [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/logger/splunk [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/logger/syslog [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/logger/templates [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/names [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/network [2021-06-10T23:14:45.278Z] github.com/docker/docker/daemon/stats [2021-06-10T23:14:45.278Z] github.com/docker/docker/distribution [2021-06-10T23:14:45.278Z] github.com/docker/docker/distribution/metadata [2021-06-10T23:14:45.278Z] github.com/docker/docker/distribution/utils [2021-06-10T23:14:45.278Z] github.com/docker/docker/distribution/xfer [2021-06-10T23:14:45.278Z] github.com/docker/docker/dockerversion [2021-06-10T23:14:45.278Z] github.com/docker/docker/errdefs [2021-06-10T23:14:45.278Z] github.com/docker/docker/image [2021-06-10T23:14:45.278Z] github.com/docker/docker/image/cache [2021-06-10T23:14:45.278Z] github.com/docker/docker/image/tarexport [2021-06-10T23:14:45.278Z] github.com/docker/docker/image/v1 [2021-06-10T23:14:45.278Z] github.com/docker/docker/internal/test/suite [2021-06-10T23:14:45.278Z] github.com/docker/docker/layer [2021-06-10T23:14:45.278Z] github.com/docker/docker/libcontainerd [2021-06-10T23:14:45.278Z] github.com/docker/docker/libcontainerd/queue [2021-06-10T23:14:45.278Z] github.com/docker/docker/libcontainerd/remote [2021-06-10T23:14:45.278Z] github.com/docker/docker/libcontainerd/supervisor [2021-06-10T23:14:45.278Z] github.com/docker/docker/libcontainerd/types [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/api [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/bitseq [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/client [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/client/mflag [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/client/mflag/example [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/cluster [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/cmd/dnet [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/cmd/proxy [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/config [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/datastore [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/diagnostic [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/discoverapi [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/driverapi [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/host [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/null [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/remote [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/windows [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/drvregistry [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/etchosts [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/idm [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/internal/caller [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/ipam [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/ipamapi [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/ipams/null [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/ipams/remote [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/ipamutils [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/iptables [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/netlabel [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/netutils [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/networkdb [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/ns [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/options [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/osl [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/osl/kernel [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/portallocator [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/portmapper [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/resolvconf [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/resolvconf/dns [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/testutils [2021-06-10T23:14:45.278Z] github.com/docker/docker/libnetwork/types [2021-06-10T23:14:45.278Z] github.com/docker/docker/oci [2021-06-10T23:14:45.278Z] github.com/docker/docker/oci/caps [2021-06-10T23:14:45.279Z] github.com/docker/docker/opts [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/aaparser [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/archive [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/authorization [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/broadcaster [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/capabilities [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/chrootarchive [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/containerfs [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/devicemapper [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/directory [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/discovery [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/discovery/file [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/discovery/kv [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/discovery/memory [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/discovery/nodes [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/dmesg [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/filenotify [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/fileutils [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/fsutils [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/homedir [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/idtools [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/ioutils [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/jsonmessage [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/locker [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/longpath [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/loopback [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/mount [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/namesgenerator [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/parsers [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/parsers/kernel [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/pidfile [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/platform [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/plugingetter [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/plugins [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/plugins/transport [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/pools [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/progress [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/pubsub [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/reexec [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/signal [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/signal/testfiles [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/stdcopy [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/streamformatter [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/stringid [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/symlink [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/sysinfo [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/system [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/tailfile [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/tarsum [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/term [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/term/windows [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/truncindex [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/urlutil [2021-06-10T23:14:45.279Z] github.com/docker/docker/pkg/useragent [2021-06-10T23:14:45.279Z] github.com/docker/docker/plugin [2021-06-10T23:14:45.279Z] github.com/docker/docker/plugin/executor/containerd [2021-06-10T23:14:45.279Z] github.com/docker/docker/plugin/v2 [2021-06-10T23:14:45.279Z] github.com/docker/docker/profiles/apparmor [2021-06-10T23:14:45.279Z] github.com/docker/docker/profiles/seccomp [2021-06-10T23:14:45.279Z] github.com/docker/docker/quota [2021-06-10T23:14:45.279Z] github.com/docker/docker/reference [2021-06-10T23:14:45.279Z] github.com/docker/docker/registry [2021-06-10T23:14:45.279Z] github.com/docker/docker/registry/resumable [2021-06-10T23:14:45.279Z] github.com/docker/docker/restartmanager [2021-06-10T23:14:45.279Z] github.com/docker/docker/rootless [2021-06-10T23:14:45.279Z] github.com/docker/docker/rootless/specconv [2021-06-10T23:14:45.279Z] github.com/docker/docker/runconfig [2021-06-10T23:14:45.279Z] github.com/docker/docker/runconfig/opts [2021-06-10T23:14:45.279Z] github.com/docker/docker/testutil [2021-06-10T23:14:45.279Z] github.com/docker/docker/testutil/daemon [2021-06-10T23:14:45.279Z] github.com/docker/docker/testutil/environment [2021-06-10T23:14:45.279Z] github.com/docker/docker/testutil/fakecontext [2021-06-10T23:14:45.279Z] github.com/docker/docker/testutil/fakegit [2021-06-10T23:14:45.279Z] github.com/docker/docker/testutil/fakestorage [2021-06-10T23:14:45.279Z] github.com/docker/docker/testutil/fixtures/load [2021-06-10T23:14:45.279Z] github.com/docker/docker/testutil/fixtures/plugin [2021-06-10T23:14:45.279Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-06-10T23:14:45.279Z] github.com/docker/docker/testutil/registry [2021-06-10T23:14:45.279Z] github.com/docker/docker/testutil/request [2021-06-10T23:14:45.279Z] github.com/docker/docker/volume [2021-06-10T23:14:45.279Z] github.com/docker/docker/volume/drivers [2021-06-10T23:14:45.279Z] github.com/docker/docker/volume/local [2021-06-10T23:14:45.279Z] github.com/docker/docker/volume/mounts [2021-06-10T23:14:45.279Z] github.com/docker/docker/volume/service [2021-06-10T23:14:45.279Z] github.com/docker/docker/volume/service/opts [2021-06-10T23:14:45.279Z] github.com/docker/docker/volume/testutils' [2021-06-10T23:14:45.279Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-06-10T23:14:45.279Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-06-10T23:14:45.279Z] + type docker-proxy [2021-06-10T23:14:45.279Z] hack/test/unit: line 22: type: docker-proxy: not found [2021-06-10T23:14:45.279Z] + hack/make.sh binary-proxy install-proxy [2021-06-10T23:14:45.279Z] [2021-06-10T23:14:45.279Z] Removing bundles/ [2021-06-10T23:14:45.279Z] [2021-06-10T23:14:45.279Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2021-06-10T23:14:45.279Z] Building: bundles/binary-proxy/docker-proxy-dev [2021-06-10T23:14:45.279Z] GOOS="" GOARCH="" GOARM="" [2021-06-10T23:14:47.331Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-06-10T23:14:49.256Z] --- PASS: TestInspectNetwork (7.75s) [2021-06-10T23:14:49.256Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-06-10T23:14:49.256Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-06-10T23:14:49.256Z] --- PASS: TestInspectNetwork/network_name (0.01s) [2021-06-10T23:14:49.256Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-06-10T23:14:49.256Z] === RUN TestRunContainerWithBridgeNone [2021-06-10T23:14:50.599Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-06-10T23:14:51.527Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-06-10T23:14:51.859Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2021-06-10T23:14:51.859Z] [2021-06-10T23:14:51.859Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2021-06-10T23:14:51.859Z] Installing docker-proxy to /usr/local/bin/ [2021-06-10T23:14:51.859Z] [2021-06-10T23:14:51.859Z] + mkdir -p bundles [2021-06-10T23:14:51.860Z] + gotestsum --format=standard-quiet --jsonfile=bundles/go-test-report.json --junitfile=bundles/junit-report.xml -- -tags 'netgo seccomp libdm_no_deferred_remove' -cover -coverprofile=bundles/profile.out -covermode=atomic -test.timeout=5m github.com/docker/docker/api github.com/docker/docker/api/server github.com/docker/docker/api/server/backend/build github.com/docker/docker/api/server/httputils github.com/docker/docker/api/server/middleware github.com/docker/docker/api/server/router github.com/docker/docker/api/server/router/build github.com/docker/docker/api/server/router/checkpoint github.com/docker/docker/api/server/router/container github.com/docker/docker/api/server/router/debug github.com/docker/docker/api/server/router/distribution github.com/docker/docker/api/server/router/grpc github.com/docker/docker/api/server/router/image github.com/docker/docker/api/server/router/network github.com/docker/docker/api/server/router/plugin github.com/docker/docker/api/server/router/session github.com/docker/docker/api/server/router/swarm github.com/docker/docker/api/server/router/system github.com/docker/docker/api/server/router/volume github.com/docker/docker/api/types github.com/docker/docker/api/types/backend github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/plugins/logdriver github.com/docker/docker/api/types/registry github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm github.com/docker/docker/api/types/swarm/runtime github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions github.com/docker/docker/api/types/versions/v1p19 github.com/docker/docker/api/types/versions/v1p20 github.com/docker/docker/api/types/volume github.com/docker/docker/builder github.com/docker/docker/builder/builder-next github.com/docker/docker/builder/builder-next/adapters/containerimage github.com/docker/docker/builder/builder-next/adapters/localinlinecache github.com/docker/docker/builder/builder-next/adapters/snapshot github.com/docker/docker/builder/builder-next/exporter github.com/docker/docker/builder/builder-next/imagerefchecker github.com/docker/docker/builder/builder-next/worker github.com/docker/docker/builder/dockerfile github.com/docker/docker/builder/dockerignore github.com/docker/docker/builder/remotecontext github.com/docker/docker/builder/remotecontext/git github.com/docker/docker/cli github.com/docker/docker/cli/config github.com/docker/docker/cli/debug github.com/docker/docker/client github.com/docker/docker/cmd/dockerd github.com/docker/docker/container github.com/docker/docker/container/stream github.com/docker/docker/contrib/apparmor github.com/docker/docker/contrib/docker-device-tool github.com/docker/docker/contrib/httpserver github.com/docker/docker/daemon github.com/docker/docker/daemon/cluster github.com/docker/docker/daemon/cluster/controllers/plugin github.com/docker/docker/daemon/cluster/convert github.com/docker/docker/daemon/cluster/executor github.com/docker/docker/daemon/cluster/executor/container github.com/docker/docker/daemon/cluster/provider github.com/docker/docker/daemon/config github.com/docker/docker/daemon/discovery github.com/docker/docker/daemon/events github.com/docker/docker/daemon/events/testutils github.com/docker/docker/daemon/exec github.com/docker/docker/daemon/graphdriver github.com/docker/docker/daemon/graphdriver/aufs github.com/docker/docker/daemon/graphdriver/btrfs github.com/docker/docker/daemon/graphdriver/copy github.com/docker/docker/daemon/graphdriver/devmapper github.com/docker/docker/daemon/graphdriver/fuse-overlayfs github.com/docker/docker/daemon/graphdriver/graphtest github.com/docker/docker/daemon/graphdriver/overlay github.com/docker/docker/daemon/graphdriver/overlay2 github.com/docker/docker/daemon/graphdriver/overlayutils github.com/docker/docker/daemon/graphdriver/register github.com/docker/docker/daemon/graphdriver/vfs github.com/docker/docker/daemon/graphdriver/zfs github.com/docker/docker/daemon/images github.com/docker/docker/daemon/initlayer github.com/docker/docker/daemon/links github.com/docker/docker/daemon/listeners github.com/docker/docker/daemon/logger github.com/docker/docker/daemon/logger/awslogs github.com/docker/docker/daemon/logger/fluentd github.com/docker/docker/daemon/logger/gcplogs github.com/docker/docker/daemon/logger/gelf github.com/docker/docker/daemon/logger/journald github.com/docker/docker/daemon/logger/jsonfilelog github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog github.com/docker/docker/daemon/logger/local github.com/docker/docker/daemon/logger/logentries github.com/docker/docker/daemon/logger/loggerutils github.com/docker/docker/daemon/logger/loggerutils/cache github.com/docker/docker/daemon/logger/splunk github.com/docker/docker/daemon/logger/syslog github.com/docker/docker/daemon/logger/templates github.com/docker/docker/daemon/names github.com/docker/docker/daemon/network github.com/docker/docker/daemon/stats github.com/docker/docker/distribution github.com/docker/docker/distribution/metadata github.com/docker/docker/distribution/utils github.com/docker/docker/distribution/xfer github.com/docker/docker/dockerversion github.com/docker/docker/errdefs github.com/docker/docker/image github.com/docker/docker/image/cache github.com/docker/docker/image/tarexport github.com/docker/docker/image/v1 github.com/docker/docker/internal/test/suite github.com/docker/docker/layer github.com/docker/docker/libcontainerd github.com/docker/docker/libcontainerd/queue github.com/docker/docker/libcontainerd/remote github.com/docker/docker/libcontainerd/supervisor github.com/docker/docker/libcontainerd/types github.com/docker/docker/libnetwork github.com/docker/docker/libnetwork/api github.com/docker/docker/libnetwork/bitseq github.com/docker/docker/libnetwork/client github.com/docker/docker/libnetwork/client/mflag github.com/docker/docker/libnetwork/client/mflag/example github.com/docker/docker/libnetwork/cluster github.com/docker/docker/libnetwork/cmd/diagnostic github.com/docker/docker/libnetwork/cmd/dnet github.com/docker/docker/libnetwork/cmd/networkdb-test github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient github.com/docker/docker/libnetwork/cmd/ovrouter github.com/docker/docker/libnetwork/cmd/proxy github.com/docker/docker/libnetwork/cmd/readme_test github.com/docker/docker/libnetwork/config github.com/docker/docker/libnetwork/datastore github.com/docker/docker/libnetwork/diagnostic github.com/docker/docker/libnetwork/discoverapi github.com/docker/docker/libnetwork/driverapi github.com/docker/docker/libnetwork/drivers/bridge github.com/docker/docker/libnetwork/drivers/bridge/brmanager github.com/docker/docker/libnetwork/drivers/host github.com/docker/docker/libnetwork/drivers/ipvlan github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager github.com/docker/docker/libnetwork/drivers/macvlan github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager github.com/docker/docker/libnetwork/drivers/null github.com/docker/docker/libnetwork/drivers/overlay github.com/docker/docker/libnetwork/drivers/overlay/overlayutils github.com/docker/docker/libnetwork/drivers/overlay/ovmanager github.com/docker/docker/libnetwork/drivers/remote github.com/docker/docker/libnetwork/drivers/remote/api github.com/docker/docker/libnetwork/drivers/windows github.com/docker/docker/libnetwork/drivers/windows/overlay github.com/docker/docker/libnetwork/drvregistry github.com/docker/docker/libnetwork/etchosts github.com/docker/docker/libnetwork/hostdiscovery github.com/docker/docker/libnetwork/idm github.com/docker/docker/libnetwork/internal/caller github.com/docker/docker/libnetwork/internal/setmatrix github.com/docker/docker/libnetwork/ipam github.com/docker/docker/libnetwork/ipamapi github.com/docker/docker/libnetwork/ipams/builtin github.com/docker/docker/libnetwork/ipams/null github.com/docker/docker/libnetwork/ipams/remote github.com/docker/docker/libnetwork/ipams/remote/api github.com/docker/docker/libnetwork/ipams/windowsipam github.com/docker/docker/libnetwork/ipamutils github.com/docker/docker/libnetwork/iptables github.com/docker/docker/libnetwork/netlabel github.com/docker/docker/libnetwork/netutils github.com/docker/docker/libnetwork/networkdb github.com/docker/docker/libnetwork/ns github.com/docker/docker/libnetwork/options github.com/docker/docker/libnetwork/osl github.com/docker/docker/libnetwork/osl/kernel github.com/docker/docker/libnetwork/portallocator github.com/docker/docker/libnetwork/portmapper github.com/docker/docker/libnetwork/resolvconf github.com/docker/docker/libnetwork/resolvconf/dns github.com/docker/docker/libnetwork/testutils github.com/docker/docker/libnetwork/types github.com/docker/docker/oci github.com/docker/docker/oci/caps github.com/docker/docker/opts github.com/docker/docker/pkg/aaparser github.com/docker/docker/pkg/archive github.com/docker/docker/pkg/authorization github.com/docker/docker/pkg/broadcaster github.com/docker/docker/pkg/capabilities github.com/docker/docker/pkg/chrootarchive github.com/docker/docker/pkg/containerfs github.com/docker/docker/pkg/devicemapper github.com/docker/docker/pkg/directory github.com/docker/docker/pkg/discovery github.com/docker/docker/pkg/discovery/file github.com/docker/docker/pkg/discovery/kv github.com/docker/docker/pkg/discovery/memory github.com/docker/docker/pkg/discovery/nodes github.com/docker/docker/pkg/dmesg github.com/docker/docker/pkg/filenotify github.com/docker/docker/pkg/fileutils github.com/docker/docker/pkg/fsutils github.com/docker/docker/pkg/homedir github.com/docker/docker/pkg/idtools github.com/docker/docker/pkg/ioutils github.com/docker/docker/pkg/jsonmessage github.com/docker/docker/pkg/locker github.com/docker/docker/pkg/longpath github.com/docker/docker/pkg/loopback github.com/docker/docker/pkg/mount github.com/docker/docker/pkg/namesgenerator github.com/docker/docker/pkg/namesgenerator/cmd/names-generator github.com/docker/docker/pkg/parsers github.com/docker/docker/pkg/parsers/kernel github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/pkg/pidfile github.com/docker/docker/pkg/platform github.com/docker/docker/pkg/plugingetter github.com/docker/docker/pkg/plugins github.com/docker/docker/pkg/plugins/pluginrpc-gen github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture github.com/docker/docker/pkg/plugins/transport github.com/docker/docker/pkg/pools github.com/docker/docker/pkg/progress github.com/docker/docker/pkg/pubsub github.com/docker/docker/pkg/reexec github.com/docker/docker/pkg/signal github.com/docker/docker/pkg/signal/testfiles github.com/docker/docker/pkg/stdcopy github.com/docker/docker/pkg/streamformatter github.com/docker/docker/pkg/stringid github.com/docker/docker/pkg/symlink github.com/docker/docker/pkg/sysinfo github.com/docker/docker/pkg/system github.com/docker/docker/pkg/tailfile github.com/docker/docker/pkg/tarsum github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows github.com/docker/docker/pkg/truncindex github.com/docker/docker/pkg/urlutil github.com/docker/docker/pkg/useragent github.com/docker/docker/plugin github.com/docker/docker/plugin/executor/containerd github.com/docker/docker/plugin/v2 github.com/docker/docker/profiles/apparmor github.com/docker/docker/profiles/seccomp github.com/docker/docker/quota github.com/docker/docker/reference github.com/docker/docker/registry github.com/docker/docker/registry/resumable github.com/docker/docker/restartmanager github.com/docker/docker/rootless github.com/docker/docker/rootless/specconv github.com/docker/docker/runconfig github.com/docker/docker/runconfig/opts github.com/docker/docker/testutil github.com/docker/docker/testutil/daemon github.com/docker/docker/testutil/environment github.com/docker/docker/testutil/fakecontext github.com/docker/docker/testutil/fakegit github.com/docker/docker/testutil/fakestorage github.com/docker/docker/testutil/fixtures/load github.com/docker/docker/testutil/fixtures/plugin github.com/docker/docker/testutil/fixtures/plugin/basic github.com/docker/docker/testutil/registry github.com/docker/docker/testutil/request github.com/docker/docker/volume github.com/docker/docker/volume/drivers github.com/docker/docker/volume/local github.com/docker/docker/volume/mounts github.com/docker/docker/volume/service github.com/docker/docker/volume/service/opts github.com/docker/docker/volume/testutils [2021-06-10T23:14:52.432Z] ? github.com/docker/docker/api [no test files] [2021-06-10T23:14:52.541Z] --- PASS: TestRunContainerWithBridgeNone (3.18s) [2021-06-10T23:14:52.541Z] === RUN TestNetworkInvalidJSON [2021-06-10T23:14:52.541Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-10T23:14:52.541Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-10T23:14:52.541Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-10T23:14:52.541Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-10T23:14:52.541Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-10T23:14:52.541Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-10T23:14:52.541Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-10T23:14:52.541Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-10T23:14:52.541Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-10T23:14:52.541Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-06-10T23:14:52.541Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-06-10T23:14:52.541Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-06-10T23:14:52.541Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-10T23:14:52.541Z] === RUN TestNetworkList [2021-06-10T23:14:52.541Z] === RUN TestNetworkList//networks [2021-06-10T23:14:52.541Z] === PAUSE TestNetworkList//networks [2021-06-10T23:14:52.541Z] === RUN TestNetworkList//networks/ [2021-06-10T23:14:52.541Z] === PAUSE TestNetworkList//networks/ [2021-06-10T23:14:52.541Z] === CONT TestNetworkList//networks [2021-06-10T23:14:52.541Z] === CONT TestNetworkList//networks/ [2021-06-10T23:14:52.541Z] --- PASS: TestNetworkList (0.01s) [2021-06-10T23:14:52.541Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-10T23:14:52.541Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-10T23:14:52.541Z] === RUN TestHostIPv4BridgeLabel [2021-06-10T23:14:52.797Z] --- PASS: TestHostIPv4BridgeLabel (0.57s) [2021-06-10T23:14:52.797Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-10T23:14:54.165Z] --- PASS: TestDaemonRestartWithLiveRestore (1.04s) [2021-06-10T23:14:54.165Z] === RUN TestDaemonDefaultNetworkPools [2021-06-10T23:14:54.727Z] --- PASS: TestDaemonDefaultNetworkPools (0.72s) [2021-06-10T23:14:54.727Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-10T23:14:55.655Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2021-06-10T23:14:55.655Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-10T23:14:57.021Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2021-06-10T23:14:57.021Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-10T23:14:57.583Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2021-06-10T23:14:57.583Z] === RUN TestServiceWithPredefinedNetwork [2021-06-10T23:15:00.102Z] --- PASS: TestServiceWithPredefinedNetwork (2.65s) [2021-06-10T23:15:00.102Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-10T23:15:00.102Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-10T23:15:00.102Z] service_test.go:242: FLAKY_TEST [2021-06-10T23:15:00.102Z] === RUN TestServiceWithDataPathPortInit [2021-06-10T23:15:07.334Z] ok github.com/docker/docker/api/server 0.006s coverage: 9.0% of statements [2021-06-10T23:15:13.422Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-06-10T23:15:13.422Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-06-10T23:15:17.591Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-06-10T23:15:17.591Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-06-10T23:15:17.850Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-06-10T23:15:18.151Z] --- PASS: TestServiceWithDataPathPortInit (14.97s) [2021-06-10T23:15:18.151Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-10T23:15:18.780Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-06-10T23:15:18.780Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-06-10T23:15:19.036Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-06-10T23:15:19.597Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-06-10T23:15:22.119Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-06-10T23:15:23.397Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.70s) [2021-06-10T23:15:23.397Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:76lcq6t375ojqt290rqriubfr Created:2021-06-10 23:15:16.528767065 +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[9e926c7a643b637f09b67fe4d3cc7808d37b9740a2c7a7cf8903f6eeb4762ff3:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.p9b54g8mkerlsod876374ojcd EndpointID:d9fd0e5ebb7906e157039076903b0068ee566a851642f4523bd5077800e341fa MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:df33c89e440040e2f96b6561bae597809f9951de8d520c529bf3e9a4b5396af6 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:6ef7a2d6f556 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.p9b54g8mkerlsod876374ojcd EndpointID:d9fd0e5ebb7906e157039076903b0068ee566a851642f4523bd5077800e341fa EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-06-10T23:15:23.397Z] PASS [2021-06-10T23:15:23.397Z] [2021-06-10T23:15:23.397Z] === Skipped [2021-06-10T23:15:23.397Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-10T23:15:23.397Z] service_test.go:242: FLAKY_TEST [2021-06-10T23:15:23.397Z] [2021-06-10T23:15:23.397Z] [2021-06-10T23:15:23.397Z] DONE 26 tests, 1 skipped in 48.788s [2021-06-10T23:15:23.397Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-06-10T23:15:23.397Z] INFO: Testing against a local daemon [2021-06-10T23:15:23.397Z] === RUN TestDockerNetworkIpvlanPersistance [2021-06-10T23:15:23.397Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-10T23:15:23.397Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-10T23:15:23.397Z] === RUN TestDockerNetworkIpvlan [2021-06-10T23:15:23.397Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-06-10T23:15:23.397Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-10T23:15:23.397Z] PASS [2021-06-10T23:15:23.397Z] [2021-06-10T23:15:23.397Z] === Skipped [2021-06-10T23:15:23.397Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-10T23:15:23.397Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-10T23:15:23.397Z] [2021-06-10T23:15:23.397Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-06-10T23:15:23.397Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-10T23:15:23.397Z] [2021-06-10T23:15:23.397Z] [2021-06-10T23:15:23.397Z] DONE 2 tests, 2 skipped in 0.036s [2021-06-10T23:15:23.397Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-06-10T23:15:23.397Z] INFO: Testing against a local daemon [2021-06-10T23:15:23.397Z] === RUN TestDockerNetworkMacvlanPersistance [2021-06-10T23:15:24.009Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-06-10T23:15:24.328Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.31s) [2021-06-10T23:15:24.328Z] === RUN TestDockerNetworkMacvlan [2021-06-10T23:15:24.891Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-06-10T23:15:25.820Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-06-10T23:15:25.897Z] === RUN TestDockerSuite/TestBuildEnv [2021-06-10T23:15:25.897Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-06-10T23:15:25.897Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-06-10T23:15:26.382Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-06-10T23:15:27.785Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-06-10T23:15:29.655Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-06-10T23:15:30.302Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-06-10T23:15:31.229Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-06-10T23:15:32.175Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-06-10T23:15:37.423Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-06-10T23:15:39.313Z] --- PASS: TestDockerNetworkMacvlan (14.84s) [2021-06-10T23:15:39.313Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.06s) [2021-06-10T23:15:39.313Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.08s) [2021-06-10T23:15:39.313Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.68s) [2021-06-10T23:15:39.313Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.95s) [2021-06-10T23:15:39.313Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (4.25s) [2021-06-10T23:15:39.313Z] --- PASS: TestDockerNetworkMacvlan/Addressing (1.40s) [2021-06-10T23:15:39.313Z] PASS [2021-06-10T23:15:39.313Z] [2021-06-10T23:15:39.313Z] DONE 8 tests in 16.176s [2021-06-10T23:15:39.313Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-06-10T23:15:39.313Z] testing: warning: no tests to run [2021-06-10T23:15:39.313Z] PASS [2021-06-10T23:15:39.313Z] [2021-06-10T23:15:39.313Z] DONE 0 tests in 0.006s [2021-06-10T23:15:39.313Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-06-10T23:15:39.313Z] INFO: Testing against a local daemon [2021-06-10T23:15:39.313Z] === RUN TestAuthZPluginAllowRequest [2021-06-10T23:15:39.314Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-06-10T23:15:40.682Z] --- PASS: TestAuthZPluginAllowRequest (1.50s) [2021-06-10T23:15:40.682Z] === RUN TestAuthZPluginTLS [2021-06-10T23:15:41.244Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-06-10T23:15:41.244Z] === RUN TestAuthZPluginDenyRequest [2021-06-10T23:15:41.806Z] --- PASS: TestAuthZPluginDenyRequest (0.53s) [2021-06-10T23:15:41.806Z] === RUN TestAuthZPluginAPIDenyResponse [2021-06-10T23:15:42.372Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2021-06-10T23:15:42.372Z] === RUN TestAuthZPluginDenyResponse [2021-06-10T23:15:42.934Z] --- PASS: TestAuthZPluginDenyResponse (0.54s) [2021-06-10T23:15:42.934Z] === RUN TestAuthZPluginAllowEventStream [2021-06-10T23:15:44.302Z] --- PASS: TestAuthZPluginAllowEventStream (1.51s) [2021-06-10T23:15:44.302Z] === RUN TestAuthZPluginErrorResponse [2021-06-10T23:15:44.864Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2021-06-10T23:15:44.864Z] === RUN TestAuthZPluginErrorRequest [2021-06-10T23:15:45.427Z] --- PASS: TestAuthZPluginErrorRequest (0.53s) [2021-06-10T23:15:45.427Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-06-10T23:15:45.989Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.53s) [2021-06-10T23:15:45.989Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-06-10T23:15:47.880Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.75s) [2021-06-10T23:15:47.880Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-06-10T23:15:49.257Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-06-10T23:15:49.513Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-06-10T23:15:49.777Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.89s) [2021-06-10T23:15:49.777Z] === RUN TestAuthZPluginHeader [2021-06-10T23:15:50.341Z] --- PASS: TestAuthZPluginHeader (0.73s) [2021-06-10T23:15:50.341Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-06-10T23:15:54.511Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.76s) [2021-06-10T23:15:54.511Z] === RUN TestAuthZPluginV2Disable [2021-06-10T23:15:57.067Z] --- PASS: TestAuthZPluginV2Disable (2.97s) [2021-06-10T23:15:57.067Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-06-10T23:16:00.334Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.79s) [2021-06-10T23:16:00.334Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-06-10T23:16:07.585Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-06-10T23:16:07.842Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-06-10T23:16:10.280Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (8.86s) [2021-06-10T23:16:10.280Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-06-10T23:16:20.014Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-06-10T23:16:20.014Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-06-10T23:16:20.269Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-06-10T23:16:20.831Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-06-10T23:16:22.196Z] --- PASS: TestImportExtremelyLargeImageWorks (200.04s) [2021-06-10T23:16:22.196Z] PASS [2021-06-10T23:16:22.196Z] [2021-06-10T23:16:22.196Z] DONE 12 tests in 204.915s [2021-06-10T23:16:22.196Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-06-10T23:16:22.196Z] ++ 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-10T23:16:22.196Z] ++ set -e [2021-06-10T23:16:22.196Z] ++ '[' -n 0 ']' [2021-06-10T23:16:22.196Z] ++ set -x [2021-06-10T23:16:22.196Z] ++ 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-10T23:16:22.196Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-06-10T23:16:22.196Z] INFO: Testing against a local daemon [2021-06-10T23:16:22.196Z] === RUN TestNetworkCreateDelete [2021-06-10T23:16:22.452Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-06-10T23:16:22.452Z] --- PASS: TestNetworkCreateDelete (0.19s) [2021-06-10T23:16:22.452Z] === RUN TestDockerNetworkDeletePreferID [2021-06-10T23:16:22.708Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-06-10T23:16:22.964Z] --- PASS: TestDockerNetworkDeletePreferID (0.49s) [2021-06-10T23:16:22.964Z] === RUN TestDaemonDNSFallback [2021-06-10T23:16:28.324Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2021-06-10T23:16:28.324Z] PASS [2021-06-10T23:16:28.324Z] [2021-06-10T23:16:28.324Z] DONE 17 tests in 46.133s [2021-06-10T23:16:28.324Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-06-10T23:16:28.324Z] INFO: Testing against a local daemon [2021-06-10T23:16:28.324Z] === RUN TestPluginInvalidJSON [2021-06-10T23:16:28.324Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-10T23:16:28.324Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-10T23:16:28.324Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-10T23:16:28.324Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-06-10T23:16:28.324Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-10T23:16:28.324Z] === RUN TestPluginInstall [2021-06-10T23:16:28.324Z] === RUN TestPluginInstall/no_auth [2021-06-10T23:16:28.324Z] time="2021-06-10T23:16:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-10T23:16:28.324Z] time="2021-06-10T23:16:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b1116f9901e3cba5d508b2bbffad44aa0b2c173995b7d75b7cc71595617d9a70" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-10T23:16:28.324Z] time="2021-06-10T23:16:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-10T23:16:28.324Z] time="2021-06-10T23:16:27Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:b1116f9901e3cba5d508b2bbffad44aa0b2c173995b7d75b7cc71595617d9a70" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-10T23:16:28.324Z] === RUN TestPluginInstall/with_htpasswd [2021-06-10T23:16:28.324Z] time="2021-06-10T23:16:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-10T23:16:28.324Z] time="2021-06-10T23:16:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8c2b36c7292c6dfd0f020e67bd3077e0f1909251e9f741ed43b99c9519a8f040" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-10T23:16:28.324Z] time="2021-06-10T23:16:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-10T23:16:28.324Z] time="2021-06-10T23:16:28Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8c2b36c7292c6dfd0f020e67bd3077e0f1909251e9f741ed43b99c9519a8f040" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-10T23:16:28.580Z] === RUN TestPluginInstall/with_insecure [2021-06-10T23:16:28.825Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-06-10T23:16:28.825Z] ok github.com/docker/docker/api/server/httputils 0.005s coverage: 14.7% of statements [2021-06-10T23:16:28.826Z] ok github.com/docker/docker/api/server/middleware 0.005s coverage: 37.7% of statements [2021-06-10T23:16:28.826Z] ? github.com/docker/docker/api/server/router [no test files] [2021-06-10T23:16:28.826Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-06-10T23:16:28.826Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-06-10T23:16:28.826Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-06-10T23:16:28.826Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-06-10T23:16:28.826Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-06-10T23:16:28.826Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-06-10T23:16:28.826Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-06-10T23:16:28.826Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-06-10T23:16:28.826Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-06-10T23:16:28.826Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-06-10T23:16:28.826Z] ok github.com/docker/docker/api/server/router/swarm 0.005s coverage: 5.7% of statements [2021-06-10T23:16:28.826Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-06-10T23:16:28.826Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-06-10T23:16:28.826Z] ? github.com/docker/docker/api/types [no test files] [2021-06-10T23:16:28.826Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-06-10T23:16:28.826Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-06-10T23:16:28.826Z] ? github.com/docker/docker/api/types/container [no test files] [2021-06-10T23:16:28.826Z] ? github.com/docker/docker/api/types/events [no test files] [2021-06-10T23:16:29.087Z] ok github.com/docker/docker/api/types/strslice 0.013s coverage: 90.0% of statements [2021-06-10T23:16:29.087Z] ok github.com/docker/docker/api/types/filters 0.004s coverage: 92.2% of statements [2021-06-10T23:16:29.087Z] ? github.com/docker/docker/api/types/image [no test files] [2021-06-10T23:16:29.087Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-06-10T23:16:29.087Z] ? github.com/docker/docker/api/types/network [no test files] [2021-06-10T23:16:29.087Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-06-10T23:16:29.087Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-06-10T23:16:29.087Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-06-10T23:16:29.087Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-06-10T23:16:29.509Z] time="2021-06-10T23:16:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-10T23:16:29.509Z] time="2021-06-10T23:16:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:65406229fc905430e11e843fb73059655418b33b31ec29c68786c27212205ae8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-10T23:16:29.509Z] time="2021-06-10T23:16:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-10T23:16:29.509Z] time="2021-06-10T23:16:29Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:65406229fc905430e11e843fb73059655418b33b31ec29c68786c27212205ae8" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-10T23:16:29.658Z] ok github.com/docker/docker/api/types/time 0.003s coverage: 100.0% of statements [2021-06-10T23:16:29.658Z] ok github.com/docker/docker/api/types/versions 0.007s coverage: 75.0% of statements [2021-06-10T23:16:29.658Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-06-10T23:16:29.658Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-06-10T23:16:29.658Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-06-10T23:16:29.658Z] ? github.com/docker/docker/builder [no test files] [2021-06-10T23:16:29.658Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-06-10T23:16:29.658Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-06-10T23:16:29.658Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-06-10T23:16:29.658Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-06-10T23:16:29.658Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-06-10T23:16:29.658Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-06-10T23:16:29.658Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-06-10T23:16:29.765Z] --- PASS: TestPluginInstall (4.43s) [2021-06-10T23:16:29.765Z] --- PASS: TestPluginInstall/no_auth (2.36s) [2021-06-10T23:16:29.765Z] --- PASS: TestPluginInstall/with_htpasswd (0.80s) [2021-06-10T23:16:29.765Z] --- PASS: TestPluginInstall/with_insecure (1.26s) [2021-06-10T23:16:29.765Z] plugin_test.go:165: [da0f21bfce384] daemon is not started [2021-06-10T23:16:29.765Z] === RUN TestPluginsWithRuntimes [2021-06-10T23:16:31.048Z] --- PASS: TestDaemonDNSFallback (7.15s) [2021-06-10T23:16:31.048Z] === RUN TestInspectNetwork [2021-06-10T23:16:31.655Z] === RUN TestPluginsWithRuntimes/No_Args [2021-06-10T23:16:32.216Z] === RUN TestPluginsWithRuntimes/With_Args [2021-06-10T23:16:33.624Z] --- PASS: TestPluginsWithRuntimes (3.59s) [2021-06-10T23:16:33.624Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.92s) [2021-06-10T23:16:33.624Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.92s) [2021-06-10T23:16:33.624Z] === RUN TestPluginBackCompatMediaTypes [2021-06-10T23:16:33.860Z] ok github.com/docker/docker/builder/remotecontext 0.084s coverage: 13.7% of statements [2021-06-10T23:16:33.860Z] ok github.com/docker/docker/builder/dockerfile 0.197s coverage: 48.7% of statements [2021-06-10T23:16:33.860Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-06-10T23:16:34.186Z] --- PASS: TestPluginBackCompatMediaTypes (0.71s) [2021-06-10T23:16:34.186Z] PASS [2021-06-10T23:16:34.186Z] [2021-06-10T23:16:34.186Z] DONE 10 tests in 8.779s [2021-06-10T23:16:34.186Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-06-10T23:16:34.186Z] INFO: Testing against a local daemon [2021-06-10T23:16:34.186Z] === RUN TestExternalGraphDriver [2021-06-10T23:16:34.186Z] === RUN TestExternalGraphDriver/json [2021-06-10T23:16:34.319Z] === RUN TestDockerSuite/TestBuildExpose [2021-06-10T23:16:34.575Z] === RUN TestInspectNetwork/full_network_id [2021-06-10T23:16:34.575Z] === RUN TestInspectNetwork/partial_network_id [2021-06-10T23:16:34.575Z] === RUN TestInspectNetwork/network_name [2021-06-10T23:16:34.575Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-06-10T23:16:34.575Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-06-10T23:16:34.802Z] ok github.com/docker/docker/cli/debug 0.003s coverage: 100.0% of statements [2021-06-10T23:16:34.831Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-06-10T23:16:35.392Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-06-10T23:16:35.392Z] === RUN TestDockerSuite/TestBuildFails [2021-06-10T23:16:35.743Z] ok github.com/docker/docker/builder/remotecontext/git 1.428s coverage: 86.3% of statements [2021-06-10T23:16:35.743Z] ? github.com/docker/docker/cli [no test files] [2021-06-10T23:16:35.743Z] ? github.com/docker/docker/cli/config [no test files] [2021-06-10T23:16:36.077Z] === RUN TestExternalGraphDriver/spec [2021-06-10T23:16:36.320Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-06-10T23:16:36.320Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-06-10T23:16:37.968Z] === RUN TestExternalGraphDriver/pull [2021-06-10T23:16:38.836Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-06-10T23:16:39.093Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-06-10T23:16:39.093Z] --- PASS: TestInspectNetwork (8.96s) [2021-06-10T23:16:39.093Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-06-10T23:16:39.093Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-06-10T23:16:39.093Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-06-10T23:16:39.093Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-06-10T23:16:39.093Z] === RUN TestRunContainerWithBridgeNone [2021-06-10T23:16:39.858Z] --- PASS: TestExternalGraphDriver (5.56s) [2021-06-10T23:16:39.858Z] --- PASS: TestExternalGraphDriver/json (1.94s) [2021-06-10T23:16:39.858Z] --- PASS: TestExternalGraphDriver/spec (1.92s) [2021-06-10T23:16:39.858Z] --- PASS: TestExternalGraphDriver/pull (1.64s) [2021-06-10T23:16:39.858Z] === RUN TestGraphdriverPluginV2 [2021-06-10T23:16:39.950Z] ok github.com/docker/docker/client 0.192s coverage: 75.4% of statements [2021-06-10T23:16:42.362Z] === RUN TestDockerSuite/TestBuildForceRm [2021-06-10T23:16:43.126Z] --- PASS: TestGraphdriverPluginV2 (3.58s) [2021-06-10T23:16:43.126Z] PASS [2021-06-10T23:16:43.383Z] [2021-06-10T23:16:43.383Z] DONE 5 tests in 9.197s [2021-06-10T23:16:43.383Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-06-10T23:16:43.383Z] INFO: Testing against a local daemon [2021-06-10T23:16:43.383Z] === RUN TestContinueAfterPluginCrash [2021-06-10T23:16:43.383Z] === PAUSE TestContinueAfterPluginCrash [2021-06-10T23:16:43.383Z] === RUN TestReadPluginNoRead [2021-06-10T23:16:43.383Z] === PAUSE TestReadPluginNoRead [2021-06-10T23:16:43.383Z] === RUN TestDaemonStartWithLogOpt [2021-06-10T23:16:43.383Z] === PAUSE TestDaemonStartWithLogOpt [2021-06-10T23:16:43.383Z] === CONT TestContinueAfterPluginCrash [2021-06-10T23:16:43.383Z] === CONT TestDaemonStartWithLogOpt [2021-06-10T23:16:44.882Z] === RUN TestDockerSuite/TestBuildFromGit [2021-06-10T23:16:44.882Z] --- PASS: TestRunContainerWithBridgeNone (5.64s) [2021-06-10T23:16:44.882Z] === RUN TestNetworkInvalidJSON [2021-06-10T23:16:44.882Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-10T23:16:44.882Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-10T23:16:44.882Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-10T23:16:44.882Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-10T23:16:44.882Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-10T23:16:44.882Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-10T23:16:44.882Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-10T23:16:44.882Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-10T23:16:44.882Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-10T23:16:44.882Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-06-10T23:16:44.882Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-06-10T23:16:44.882Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-06-10T23:16:44.882Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-06-10T23:16:44.882Z] === RUN TestNetworkList [2021-06-10T23:16:44.882Z] === RUN TestNetworkList//networks [2021-06-10T23:16:44.882Z] === PAUSE TestNetworkList//networks [2021-06-10T23:16:44.882Z] === RUN TestNetworkList//networks/ [2021-06-10T23:16:44.882Z] === PAUSE TestNetworkList//networks/ [2021-06-10T23:16:44.882Z] === CONT TestNetworkList//networks [2021-06-10T23:16:44.882Z] === CONT TestNetworkList//networks/ [2021-06-10T23:16:44.882Z] --- PASS: TestNetworkList (0.02s) [2021-06-10T23:16:44.882Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-10T23:16:44.882Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-10T23:16:44.882Z] === RUN TestHostIPv4BridgeLabel [2021-06-10T23:16:45.460Z] --- PASS: TestHostIPv4BridgeLabel (0.60s) [2021-06-10T23:16:45.460Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-10T23:16:46.401Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-06-10T23:16:46.401Z] --- PASS: TestDaemonRestartWithLiveRestore (1.08s) [2021-06-10T23:16:46.401Z] === RUN TestDaemonDefaultNetworkPools [2021-06-10T23:16:46.401Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-06-10T23:16:47.329Z] --- PASS: TestDaemonDefaultNetworkPools (0.76s) [2021-06-10T23:16:47.329Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-10T23:16:47.553Z] --- PASS: TestDaemonStartWithLogOpt (4.10s) [2021-06-10T23:16:47.553Z] === CONT TestReadPluginNoRead [2021-06-10T23:16:47.585Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-06-10T23:16:48.513Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2021-06-10T23:16:48.513Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-10T23:16:49.879Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.29s) [2021-06-10T23:16:49.879Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-10T23:16:49.879Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-06-10T23:16:50.073Z] === RUN TestReadPluginNoRead/disabled_caching [2021-06-10T23:16:50.135Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2021-06-10T23:16:50.135Z] === RUN TestServiceWithPredefinedNetwork [2021-06-10T23:16:50.697Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-06-10T23:16:50.697Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-06-10T23:16:51.963Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-06-10T23:16:52.892Z] --- PASS: TestContinueAfterPluginCrash (9.44s) [2021-06-10T23:16:53.148Z] === RUN TestReadPluginNoRead/default [2021-06-10T23:16:53.216Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-06-10T23:16:53.471Z] --- PASS: TestServiceWithPredefinedNetwork (3.27s) [2021-06-10T23:16:53.471Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-10T23:16:53.471Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-10T23:16:53.471Z] service_test.go:242: FLAKY_TEST [2021-06-10T23:16:53.471Z] === RUN TestServiceWithDataPathPortInit [2021-06-10T23:16:55.039Z] --- PASS: TestReadPluginNoRead (7.41s) [2021-06-10T23:16:55.039Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.55s) [2021-06-10T23:16:55.039Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.62s) [2021-06-10T23:16:55.039Z] --- PASS: TestReadPluginNoRead/default (1.56s) [2021-06-10T23:16:55.039Z] read_test.go:92: [d0ef329aa1af9] daemon is not started [2021-06-10T23:16:55.039Z] PASS [2021-06-10T23:16:55.039Z] [2021-06-10T23:16:55.039Z] DONE 6 tests in 11.556s [2021-06-10T23:16:55.039Z] 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-10T23:16:55.039Z] testing: warning: no tests to run [2021-06-10T23:16:55.039Z] PASS [2021-06-10T23:16:55.039Z] [2021-06-10T23:16:55.039Z] DONE 0 tests in 0.007s [2021-06-10T23:16:55.039Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-06-10T23:16:55.039Z] INFO: Testing against a local daemon [2021-06-10T23:16:55.039Z] === RUN TestPluginWithDevMounts [2021-06-10T23:16:55.039Z] === PAUSE TestPluginWithDevMounts [2021-06-10T23:16:55.039Z] === CONT TestPluginWithDevMounts [2021-06-10T23:16:55.360Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-06-10T23:16:56.929Z] --- PASS: TestPluginWithDevMounts (1.74s) [2021-06-10T23:16:56.929Z] PASS [2021-06-10T23:16:56.929Z] [2021-06-10T23:16:56.929Z] DONE 1 tests in 1.780s [2021-06-10T23:16:56.929Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-06-10T23:16:56.929Z] INFO: Testing against a local daemon [2021-06-10T23:16:56.929Z] === RUN TestSecretInspect [2021-06-10T23:16:57.252Z] === RUN TestDockerSuite/TestBuildHistory [2021-06-10T23:16:59.446Z] --- PASS: TestSecretInspect (2.32s) [2021-06-10T23:16:59.446Z] === RUN TestSecretList [2021-06-10T23:17:00.517Z] === RUN TestDockerSuite/TestBuildIidFile [2021-06-10T23:17:00.518Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-06-10T23:17:01.340Z] --- PASS: TestSecretList (2.31s) [2021-06-10T23:17:01.340Z] === RUN TestSecretsCreateAndDelete [2021-06-10T23:17:01.445Z] === RUN TestDockerSuite/TestBuildInheritance [2021-06-10T23:17:02.007Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-06-10T23:17:02.569Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-06-10T23:17:02.569Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-06-10T23:17:03.867Z] --- PASS: TestSecretsCreateAndDelete (2.35s) [2021-06-10T23:17:03.867Z] === RUN TestSecretsUpdate [2021-06-10T23:17:03.935Z] === RUN TestDockerSuite/TestBuildLabel [2021-06-10T23:17:04.191Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-06-10T23:17:04.753Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-06-10T23:17:05.315Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-06-10T23:17:05.571Z] === RUN TestDockerSuite/TestBuildLabels [2021-06-10T23:17:05.827Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-06-10T23:17:06.385Z] --- PASS: TestSecretsUpdate (2.30s) [2021-06-10T23:17:06.385Z] === RUN TestTemplatedSecret [2021-06-10T23:17:06.756Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-06-10T23:17:08.649Z] === RUN TestDockerSuite/TestBuildLastModified [2021-06-10T23:17:09.718Z] --- PASS: TestTemplatedSecret (3.53s) [2021-06-10T23:17:09.718Z] === RUN TestSecretCreateResolve [2021-06-10T23:17:10.548Z] --- PASS: TestServiceWithDataPathPortInit (16.77s) [2021-06-10T23:17:10.548Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-10T23:17:12.247Z] --- PASS: TestSecretCreateResolve (2.30s) [2021-06-10T23:17:12.247Z] PASS [2021-06-10T23:17:12.247Z] [2021-06-10T23:17:12.247Z] DONE 6 tests in 15.145s [2021-06-10T23:17:12.247Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-06-10T23:17:12.247Z] INFO: Testing against a local daemon [2021-06-10T23:17:12.247Z] === RUN TestServiceCreateInit [2021-06-10T23:17:12.247Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-10T23:17:12.456Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-06-10T23:17:14.979Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-06-10T23:17:17.499Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-10T23:17:18.253Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.04s) [2021-06-10T23:17:18.253Z] service_test.go:434: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:b0dz0g7pgv9761whn1ob21cc3 Created:2021-06-10 23:17:11.265382628 +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[cd2ed3b39eb9f43ab2f90c5eb769b241be52d5d5fe1c8c827932a4c4ad1784bf:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9unvdfbq5gccs8uhc2ysyu6vr EndpointID:f883ef45f278e9dfd1e26a89afee5916f7b6f5fd9bb6d9ced4d77c706e847f6f MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:a71b4e627ca6bf73b67814a31fa56c3258a0b65ab9ccbe5f0cd61bab6fe95bad 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:2332c25eff46 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.9unvdfbq5gccs8uhc2ysyu6vr EndpointID:f883ef45f278e9dfd1e26a89afee5916f7b6f5fd9bb6d9ced4d77c706e847f6f EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-06-10T23:17:18.253Z] PASS [2021-06-10T23:17:18.253Z] [2021-06-10T23:17:18.253Z] === Skipped [2021-06-10T23:17:18.253Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-10T23:17:18.253Z] service_test.go:242: FLAKY_TEST [2021-06-10T23:17:18.253Z] [2021-06-10T23:17:18.253Z] [2021-06-10T23:17:18.253Z] DONE 26 tests, 1 skipped in 56.184s [2021-06-10T23:17:18.253Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-06-10T23:17:18.253Z] ++ 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-10T23:17:18.253Z] ++ set -e [2021-06-10T23:17:18.253Z] ++ '[' -n 0 ']' [2021-06-10T23:17:18.253Z] ++ set -x [2021-06-10T23:17:18.254Z] ++ 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-10T23:17:18.510Z] INFO: Testing against a local daemon [2021-06-10T23:17:18.510Z] === RUN TestDockerNetworkIpvlanPersistance [2021-06-10T23:17:18.510Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-10T23:17:18.510Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-10T23:17:18.510Z] === RUN TestDockerNetworkIpvlan [2021-06-10T23:17:18.510Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-06-10T23:17:18.510Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-10T23:17:18.510Z] PASS [2021-06-10T23:17:18.510Z] [2021-06-10T23:17:18.510Z] === Skipped [2021-06-10T23:17:18.510Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-06-10T23:17:18.510Z] ipvlan_test.go:25: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-10T23:17:18.510Z] [2021-06-10T23:17:18.510Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-06-10T23:17:18.510Z] ipvlan_test.go:52: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-06-10T23:17:18.510Z] [2021-06-10T23:17:18.510Z] [2021-06-10T23:17:18.510Z] DONE 2 tests, 2 skipped in 0.161s [2021-06-10T23:17:18.510Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-06-10T23:17:18.510Z] ++ 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-10T23:17:18.510Z] ++ set -e [2021-06-10T23:17:18.510Z] ++ '[' -n 0 ']' [2021-06-10T23:17:18.510Z] ++ set -x [2021-06-10T23:17:18.510Z] ++ 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-10T23:17:18.767Z] INFO: Testing against a local daemon [2021-06-10T23:17:18.767Z] === RUN TestDockerNetworkMacvlanPersistance [2021-06-10T23:17:18.767Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-06-10T23:17:18.767Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-06-10T23:17:19.023Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-06-10T23:17:19.023Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-06-10T23:17:19.023Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-06-10T23:17:19.279Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-06-10T23:17:20.209Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.40s) [2021-06-10T23:17:20.209Z] === RUN TestDockerNetworkMacvlan [2021-06-10T23:17:21.139Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-06-10T23:17:21.139Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-06-10T23:17:21.673Z] --- PASS: TestServiceCreateInit (9.51s) [2021-06-10T23:17:21.673Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.78s) [2021-06-10T23:17:21.673Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.72s) [2021-06-10T23:17:21.673Z] === RUN TestCreateServiceMultipleTimes [2021-06-10T23:17:22.070Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-06-10T23:17:22.632Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-06-10T23:17:22.889Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-06-10T23:17:26.668Z] ok github.com/docker/docker/cmd/dockerd 0.064s coverage: 29.1% of statements [2021-06-10T23:17:26.668Z] ok github.com/docker/docker/container 0.118s coverage: 34.6% of statements [2021-06-10T23:17:26.668Z] ? github.com/docker/docker/container/stream [no test files] [2021-06-10T23:17:26.668Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-06-10T23:17:26.668Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-06-10T23:17:26.668Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-06-10T23:17:27.059Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-06-10T23:17:27.316Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-06-10T23:17:27.881Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-06-10T23:17:28.444Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-06-10T23:17:30.338Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-06-10T23:17:31.961Z] ok github.com/docker/docker/daemon/cluster 0.057s coverage: 0.5% of statements [2021-06-10T23:17:33.874Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.009s coverage: 65.3% of statements [2021-06-10T23:17:34.511Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-06-10T23:17:35.788Z] ok github.com/docker/docker/daemon/cluster/convert 0.010s coverage: 35.9% of statements [2021-06-10T23:17:39.726Z] --- PASS: TestCreateServiceMultipleTimes (17.54s) [2021-06-10T23:17:39.726Z] === RUN TestCreateServiceConflict [2021-06-10T23:17:39.767Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-06-10T23:17:41.620Z] --- PASS: TestCreateServiceConflict (2.35s) [2021-06-10T23:17:41.620Z] === RUN TestCreateServiceMaxReplicas [2021-06-10T23:17:42.301Z] --- PASS: TestDockerNetworkMacvlan (22.09s) [2021-06-10T23:17:42.301Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2021-06-10T23:17:42.301Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.14s) [2021-06-10T23:17:42.301Z] --- PASS: TestDockerNetworkMacvlan/NilParent (2.42s) [2021-06-10T23:17:42.301Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (2.75s) [2021-06-10T23:17:42.301Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (7.61s) [2021-06-10T23:17:42.301Z] --- PASS: TestDockerNetworkMacvlan/Addressing (2.11s) [2021-06-10T23:17:42.301Z] PASS [2021-06-10T23:17:42.301Z] [2021-06-10T23:17:42.301Z] DONE 8 tests in 23.630s [2021-06-10T23:17:42.301Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-06-10T23:17:42.301Z] ++ 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-10T23:17:42.301Z] ++ set -e [2021-06-10T23:17:42.301Z] ++ '[' -n 0 ']' [2021-06-10T23:17:42.301Z] ++ set -x [2021-06-10T23:17:42.301Z] ++ 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-10T23:17:42.301Z] testing: warning: no tests to run [2021-06-10T23:17:42.301Z] PASS [2021-06-10T23:17:42.301Z] [2021-06-10T23:17:42.301Z] DONE 0 tests in 0.027s [2021-06-10T23:17:42.301Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-06-10T23:17:42.301Z] ++ 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-10T23:17:42.301Z] ++ set -e [2021-06-10T23:17:42.301Z] ++ '[' -n 0 ']' [2021-06-10T23:17:42.301Z] ++ set -x [2021-06-10T23:17:42.302Z] ++ 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-10T23:17:42.302Z] INFO: Testing against a local daemon [2021-06-10T23:17:42.302Z] === RUN TestAuthZPluginAllowRequest [2021-06-10T23:17:42.557Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-06-10T23:17:44.450Z] --- PASS: TestAuthZPluginAllowRequest (1.92s) [2021-06-10T23:17:44.450Z] === RUN TestAuthZPluginTLS [2021-06-10T23:17:44.894Z] --- PASS: TestCreateServiceMaxReplicas (3.32s) [2021-06-10T23:17:44.894Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-10T23:17:45.013Z] --- PASS: TestAuthZPluginTLS (0.59s) [2021-06-10T23:17:45.013Z] === RUN TestAuthZPluginDenyRequest [2021-06-10T23:17:45.577Z] --- PASS: TestAuthZPluginDenyRequest (0.54s) [2021-06-10T23:17:45.578Z] === RUN TestAuthZPluginAPIDenyResponse [2021-06-10T23:17:45.810Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.438s coverage: 14.1% of statements [2021-06-10T23:17:45.810Z] ok github.com/docker/docker/daemon 12.164s coverage: 17.4% of statements [2021-06-10T23:17:45.810Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-06-10T23:17:45.810Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-06-10T23:17:46.140Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.57s) [2021-06-10T23:17:46.140Z] === RUN TestAuthZPluginDenyResponse [2021-06-10T23:17:46.702Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2021-06-10T23:17:46.702Z] === RUN TestAuthZPluginAllowEventStream [2021-06-10T23:17:46.702Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-06-10T23:17:46.754Z] ok github.com/docker/docker/daemon/config 0.052s coverage: 81.8% of statements [2021-06-10T23:17:47.015Z] ok github.com/docker/docker/daemon/discovery 0.004s coverage: 30.0% of statements [2021-06-10T23:17:47.959Z] ok github.com/docker/docker/daemon/events 0.063s coverage: 50.0% of statements [2021-06-10T23:17:47.959Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-06-10T23:17:47.959Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-06-10T23:17:48.531Z] ok github.com/docker/docker/daemon/graphdriver 0.010s coverage: 2.2% of statements [2021-06-10T23:17:48.595Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-06-10T23:17:48.595Z] --- PASS: TestAuthZPluginAllowEventStream (1.81s) [2021-06-10T23:17:48.595Z] === RUN TestAuthZPluginErrorResponse [2021-06-10T23:17:48.852Z] --- PASS: TestAuthZPluginErrorResponse (0.55s) [2021-06-10T23:17:48.852Z] === RUN TestAuthZPluginErrorRequest [2021-06-10T23:17:49.414Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2021-06-10T23:17:49.414Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-06-10T23:17:49.977Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2021-06-10T23:17:49.977Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-06-10T23:17:50.907Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-06-10T23:17:50.907Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-06-10T23:17:51.078Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.484s coverage: 73.3% of statements [2021-06-10T23:17:51.340Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.011s coverage: 3.1% of statements [2021-06-10T23:17:52.276Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (2.27s) [2021-06-10T23:17:52.276Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-06-10T23:17:52.727Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.541s coverage: 56.2% of statements [2021-06-10T23:17:54.644Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.009s coverage: 1.9% of statements [2021-06-10T23:17:54.796Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.31s) [2021-06-10T23:17:54.796Z] === RUN TestAuthZPluginHeader [2021-06-10T23:17:55.358Z] --- PASS: TestAuthZPluginHeader (0.82s) [2021-06-10T23:17:55.358Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-06-10T23:17:56.561Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.374s coverage: 49.4% of statements [2021-06-10T23:17:56.723Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-06-10T23:17:56.821Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.641s coverage: 46.2% of statements [2021-06-10T23:17:56.821Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-06-10T23:17:56.979Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-06-10T23:17:58.733Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.010s coverage: 57.5% of statements [2021-06-10T23:17:59.305Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.745s coverage: 57.7% of statements [2021-06-10T23:17:59.305Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-06-10T23:17:59.305Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-06-10T23:17:59.497Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-06-10T23:17:59.741Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.66s) [2021-06-10T23:17:59.741Z] === RUN TestCreateServiceSecretFileMode [2021-06-10T23:17:59.754Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-06-10T23:18:00.011Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (4.53s) [2021-06-10T23:18:00.011Z] === RUN TestAuthZPluginV2Disable [2021-06-10T23:18:00.011Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-06-10T23:18:00.247Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.019s coverage: 3.0% of statements [2021-06-10T23:18:01.106Z] --- PASS: TestCreateServiceSecretFileMode (2.81s) [2021-06-10T23:18:01.107Z] === RUN TestCreateServiceConfigFileMode [2021-06-10T23:18:01.189Z] ok github.com/docker/docker/daemon/links 0.003s coverage: 93.0% of statements [2021-06-10T23:18:03.102Z] ok github.com/docker/docker/daemon/images 0.032s coverage: 6.7% of statements [2021-06-10T23:18:03.102Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-06-10T23:18:03.102Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-06-10T23:18:03.279Z] === RUN TestDockerSuite/TestBuildNetNone [2021-06-10T23:18:03.362Z] ok github.com/docker/docker/daemon/logger 0.226s coverage: 43.5% of statements [2021-06-10T23:18:04.207Z] --- PASS: TestAuthZPluginV2Disable (4.12s) [2021-06-10T23:18:04.207Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-06-10T23:18:04.375Z] --- PASS: TestCreateServiceConfigFileMode (2.85s) [2021-06-10T23:18:04.375Z] === RUN TestCreateServiceSysctls [2021-06-10T23:18:04.769Z] === RUN TestDockerSuite/TestBuildNoContext [2021-06-10T23:18:05.275Z] ok github.com/docker/docker/daemon/logger/awslogs 0.157s coverage: 77.8% of statements [2021-06-10T23:18:05.275Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-06-10T23:18:05.275Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-06-10T23:18:05.275Z] ok github.com/docker/docker/daemon/logger/gelf 0.010s coverage: 67.0% of statements [2021-06-10T23:18:06.140Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-06-10T23:18:06.140Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-06-10T23:18:06.658Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2021-06-10T23:18:06.658Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.008s coverage: 69.9% of statements [2021-06-10T23:18:07.229Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.018s coverage: 87.2% of statements [2021-06-10T23:18:07.521Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (3.35s) [2021-06-10T23:18:07.521Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-06-10T23:18:07.521Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-06-10T23:18:07.643Z] --- PASS: TestCreateServiceSysctls (3.75s) [2021-06-10T23:18:07.643Z] === RUN TestCreateServiceCapabilities [2021-06-10T23:18:08.182Z] ok github.com/docker/docker/daemon/logger/local 0.016s coverage: 75.2% of statements [2021-06-10T23:18:08.182Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-06-10T23:18:09.122Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.053s coverage: 59.3% of statements [2021-06-10T23:18:09.692Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.013s coverage: 31.5% of statements [2021-06-10T23:18:10.043Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-06-10T23:18:10.043Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-06-10T23:18:10.043Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-06-10T23:18:10.607Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-06-10T23:18:10.863Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-06-10T23:18:10.911Z] --- PASS: TestCreateServiceCapabilities (2.80s) [2021-06-10T23:18:10.911Z] === RUN TestInspect [2021-06-10T23:18:11.602Z] ok github.com/docker/docker/daemon/logger/syslog 0.004s coverage: 46.8% of statements [2021-06-10T23:18:11.791Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-06-10T23:18:11.862Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-06-10T23:18:12.803Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2021-06-10T23:18:12.803Z] ok github.com/docker/docker/daemon/logger/splunk 1.686s coverage: 82.5% of statements [2021-06-10T23:18:12.803Z] ? github.com/docker/docker/daemon/names [no test files] [2021-06-10T23:18:12.803Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-06-10T23:18:14.179Z] --- PASS: TestInspect (3.36s) [2021-06-10T23:18:14.179Z] === RUN TestCreateJob [2021-06-10T23:18:15.059Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-06-10T23:18:15.346Z] ok github.com/docker/docker/distribution/metadata 0.041s coverage: 48.2% of statements [2021-06-10T23:18:15.346Z] ok github.com/docker/docker/distribution 0.190s coverage: 25.3% of statements [2021-06-10T23:18:15.346Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-06-10T23:18:15.987Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-06-10T23:18:16.729Z] ok github.com/docker/docker/errdefs 0.004s coverage: 53.1% of statements [2021-06-10T23:18:17.449Z] --- PASS: TestCreateJob (3.38s) [2021-06-10T23:18:17.449Z] === RUN TestReplicatedJob [2021-06-10T23:18:17.671Z] ok github.com/docker/docker/image 0.017s coverage: 86.6% of statements [2021-06-10T23:18:18.242Z] ok github.com/docker/docker/distribution/xfer 1.878s coverage: 85.1% of statements [2021-06-10T23:18:18.242Z] ? github.com/docker/docker/dockerversion [no test files] [2021-06-10T23:18:18.502Z] ok github.com/docker/docker/image/cache 0.011s coverage: 19.2% of statements [2021-06-10T23:18:18.505Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-06-10T23:18:18.762Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.46s) [2021-06-10T23:18:18.762Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-06-10T23:18:19.885Z] ok github.com/docker/docker/image/tarexport 0.011s coverage: 0.6% of statements [2021-06-10T23:18:19.885Z] ok github.com/docker/docker/image/v1 0.021s coverage: 25.0% of statements [2021-06-10T23:18:19.885Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-06-10T23:18:20.128Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-06-10T23:18:20.128Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-06-10T23:18:20.455Z] ok github.com/docker/docker/libcontainerd/queue 0.028s coverage: 100.0% of statements [2021-06-10T23:18:22.643Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-06-10T23:18:23.992Z] --- PASS: TestReplicatedJob (6.50s) [2021-06-10T23:18:23.992Z] === RUN TestUpdateReplicatedJob [2021-06-10T23:18:24.008Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-06-10T23:18:25.377Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-06-10T23:18:25.940Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-06-10T23:18:28.161Z] --- PASS: TestUpdateReplicatedJob (3.92s) [2021-06-10T23:18:28.161Z] === RUN TestServiceListWithStatuses [2021-06-10T23:18:28.161Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-10T23:18:28.161Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-10T23:18:28.161Z] === RUN TestDockerNetworkConnectAlias [2021-06-10T23:18:30.104Z] === RUN TestDockerSuite/TestBuildPATH [2021-06-10T23:18:30.450Z] ok github.com/docker/docker/layer 7.336s coverage: 68.8% of statements [2021-06-10T23:18:30.450Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-06-10T23:18:30.450Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-06-10T23:18:30.450Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-06-10T23:18:30.450Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-06-10T23:18:31.030Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-06-10T23:18:31.958Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-06-10T23:18:32.885Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-06-10T23:18:33.407Z] --- PASS: TestDockerNetworkConnectAlias (4.96s) [2021-06-10T23:18:33.407Z] === RUN TestDockerNetworkReConnect [2021-06-10T23:18:33.745Z] ok github.com/docker/docker/libnetwork/api 1.381s coverage: 90.1% of statements [2021-06-10T23:18:34.318Z] ok github.com/docker/docker/libnetwork/bitseq 0.135s coverage: 84.4% of statements [2021-06-10T23:18:35.259Z] ok github.com/docker/docker/libnetwork/client 0.019s coverage: 75.2% of statements [2021-06-10T23:18:35.439Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.61s) [2021-06-10T23:18:35.439Z] PASS [2021-06-10T23:18:35.439Z] [2021-06-10T23:18:35.439Z] DONE 17 tests in 53.235s [2021-06-10T23:18:35.439Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-06-10T23:18:35.439Z] ++ 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-10T23:18:35.439Z] ++ set -e [2021-06-10T23:18:35.439Z] ++ '[' -n 0 ']' [2021-06-10T23:18:35.439Z] ++ set -x [2021-06-10T23:18:35.439Z] ++ 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-10T23:18:35.697Z] INFO: Testing against a local daemon [2021-06-10T23:18:35.697Z] === RUN TestPluginInvalidJSON [2021-06-10T23:18:35.697Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-10T23:18:35.697Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-10T23:18:35.697Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-10T23:18:35.697Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-06-10T23:18:35.697Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.01s) [2021-06-10T23:18:35.697Z] === RUN TestPluginInstall [2021-06-10T23:18:35.697Z] === RUN TestPluginInstall/no_auth [2021-06-10T23:18:35.830Z] ok github.com/docker/docker/libnetwork/client/mflag 0.003s coverage: 62.7% of statements [2021-06-10T23:18:36.755Z] --- PASS: TestDockerNetworkReConnect (3.93s) [2021-06-10T23:18:36.755Z] === RUN TestServicePlugin [2021-06-10T23:18:37.760Z] ok github.com/docker/docker/libnetwork/cmd/proxy 0.015s coverage: 69.3% of statements [2021-06-10T23:18:38.330Z] ok github.com/docker/docker/libnetwork/config 0.071s coverage: 24.0% of statements [2021-06-10T23:18:38.900Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2021-06-10T23:18:38.965Z] time="2021-06-10T23:18:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-10T23:18:38.965Z] time="2021-06-10T23:18:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:943d4d09e47fc6a57339c096f9d4fb5941edbe6d6274b0b01cf2e1091b2e0ee9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-10T23:18:38.965Z] time="2021-06-10T23:18:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-10T23:18:38.965Z] time="2021-06-10T23:18:38Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:943d4d09e47fc6a57339c096f9d4fb5941edbe6d6274b0b01cf2e1091b2e0ee9" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-10T23:18:38.965Z] === RUN TestPluginInstall/with_htpasswd [2021-06-10T23:18:39.471Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2021-06-10T23:18:39.526Z] time="2021-06-10T23:18:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-10T23:18:39.526Z] time="2021-06-10T23:18:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:40d6c000ac05a1b63b3394230171f55a97189d61d33f41b5ca223e6d565f88de" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-10T23:18:39.526Z] time="2021-06-10T23:18:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-10T23:18:39.526Z] time="2021-06-10T23:18:39Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:40d6c000ac05a1b63b3394230171f55a97189d61d33f41b5ca223e6d565f88de" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-10T23:18:40.088Z] === RUN TestPluginInstall/with_insecure [2021-06-10T23:18:41.017Z] time="2021-06-10T23:18:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-10T23:18:41.017Z] time="2021-06-10T23:18:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3e2caf5378d72c8f4d45cbe59d53cff98977ac7cdfae7167df352d7aa12fd557" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-10T23:18:41.017Z] time="2021-06-10T23:18:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-06-10T23:18:41.017Z] time="2021-06-10T23:18:41Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3e2caf5378d72c8f4d45cbe59d53cff98977ac7cdfae7167df352d7aa12fd557" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-06-10T23:18:41.579Z] --- PASS: TestPluginInstall (5.77s) [2021-06-10T23:18:41.579Z] --- PASS: TestPluginInstall/no_auth (3.15s) [2021-06-10T23:18:41.579Z] --- PASS: TestPluginInstall/with_htpasswd (1.08s) [2021-06-10T23:18:41.579Z] --- PASS: TestPluginInstall/with_insecure (1.54s) [2021-06-10T23:18:41.579Z] plugin_test.go:165: [d8e4d7a326259] daemon is not started [2021-06-10T23:18:41.579Z] === RUN TestPluginsWithRuntimes [2021-06-10T23:18:42.768Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.460s coverage: 59.9% of statements [2021-06-10T23:18:43.029Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2021-06-10T23:18:43.470Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-06-10T23:18:43.470Z] === RUN TestPluginsWithRuntimes/No_Args [2021-06-10T23:18:43.971Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.018s coverage: 4.0% of statements [2021-06-10T23:18:44.542Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.017s coverage: 4.5% of statements [2021-06-10T23:18:44.835Z] === RUN TestPluginsWithRuntimes/With_Args [2021-06-10T23:18:45.113Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2021-06-10T23:18:45.763Z] --- PASS: TestPluginsWithRuntimes (4.36s) [2021-06-10T23:18:45.763Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.10s) [2021-06-10T23:18:45.763Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.09s) [2021-06-10T23:18:45.763Z] === RUN TestPluginBackCompatMediaTypes [2021-06-10T23:18:47.130Z] --- PASS: TestPluginBackCompatMediaTypes (1.02s) [2021-06-10T23:18:47.130Z] PASS [2021-06-10T23:18:47.130Z] [2021-06-10T23:18:47.130Z] DONE 10 tests in 11.389s [2021-06-10T23:18:47.130Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-06-10T23:18:47.130Z] ++ 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-10T23:18:47.130Z] ++ set -e [2021-06-10T23:18:47.130Z] ++ '[' -n 0 ']' [2021-06-10T23:18:47.130Z] ++ set -x [2021-06-10T23:18:47.130Z] ++ 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-10T23:18:47.130Z] INFO: Testing against a local daemon [2021-06-10T23:18:47.130Z] === RUN TestExternalGraphDriver [2021-06-10T23:18:47.130Z] === RUN TestExternalGraphDriver/json [2021-06-10T23:18:48.056Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-06-10T23:18:49.420Z] === RUN TestExternalGraphDriver/spec [2021-06-10T23:18:51.308Z] === RUN TestExternalGraphDriver/pull [2021-06-10T23:18:53.196Z] --- PASS: TestExternalGraphDriver (6.16s) [2021-06-10T23:18:53.196Z] --- PASS: TestExternalGraphDriver/json (2.21s) [2021-06-10T23:18:53.196Z] --- PASS: TestExternalGraphDriver/spec (1.94s) [2021-06-10T23:18:53.196Z] --- PASS: TestExternalGraphDriver/pull (1.88s) [2021-06-10T23:18:53.196Z] === RUN TestGraphdriverPluginV2 [2021-06-10T23:18:54.125Z] === RUN TestDockerSuite/TestBuildRm [2021-06-10T23:18:57.331Z] ok github.com/docker/docker/libnetwork/drivers/overlay 8.631s coverage: 7.3% of statements [2021-06-10T23:18:57.331Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.002s coverage: 63.6% of statements [2021-06-10T23:18:57.331Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.009s coverage: 57.4% of statements [2021-06-10T23:18:57.331Z] ok github.com/docker/docker/libnetwork/drvregistry 0.016s coverage: 82.4% of statements [2021-06-10T23:18:57.391Z] --- PASS: TestGraphdriverPluginV2 (4.28s) [2021-06-10T23:18:57.391Z] PASS [2021-06-10T23:18:57.391Z] [2021-06-10T23:18:57.391Z] DONE 5 tests in 10.569s [2021-06-10T23:18:57.391Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-06-10T23:18:57.391Z] ++ 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-10T23:18:57.391Z] ++ set -e [2021-06-10T23:18:57.391Z] ++ '[' -n 0 ']'=== RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-06-10T23:18:57.391Z] [2021-06-10T23:18:57.391Z] ++ set -x [2021-06-10T23:18:57.391Z] ++ 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-10T23:18:57.647Z] INFO: Testing against a local daemon [2021-06-10T23:18:57.647Z] === RUN TestContinueAfterPluginCrash [2021-06-10T23:18:57.647Z] === PAUSE TestContinueAfterPluginCrash [2021-06-10T23:18:57.647Z] === RUN TestReadPluginNoRead [2021-06-10T23:18:57.647Z] === PAUSE TestReadPluginNoRead [2021-06-10T23:18:57.647Z] === RUN TestDaemonStartWithLogOpt [2021-06-10T23:18:57.647Z] === PAUSE TestDaemonStartWithLogOpt [2021-06-10T23:18:57.647Z] === CONT TestContinueAfterPluginCrash [2021-06-10T23:18:57.647Z] === CONT TestDaemonStartWithLogOpt [2021-06-10T23:18:57.901Z] ok github.com/docker/docker/libnetwork/etchosts 0.016s coverage: 81.2% of statements [2021-06-10T23:18:58.472Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.003s coverage: 48.1% of statements [2021-06-10T23:18:59.014Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-06-10T23:18:59.042Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2021-06-10T23:18:59.302Z] ok github.com/docker/docker/libnetwork/internal/caller 0.002s coverage: 100.0% of statements [2021-06-10T23:19:00.906Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-06-10T23:19:01.489Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-06-10T23:19:02.083Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-06-10T23:19:03.450Z] --- PASS: TestDaemonStartWithLogOpt (5.73s) [2021-06-10T23:19:03.450Z] === CONT TestReadPluginNoRead [2021-06-10T23:19:03.706Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-06-10T23:19:04.586Z] ok github.com/docker/docker/libnetwork 38.697s coverage: 40.7% of statements [2021-06-10T23:19:04.586Z] ? github.com/docker/docker/libnetwork/client/mflag/example [no test files] [2021-06-10T23:19:04.586Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-06-10T23:19:04.586Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-06-10T23:19:04.586Z] ? github.com/docker/docker/libnetwork/cmd/dnet [no test files] [2021-06-10T23:19:04.586Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-06-10T23:19:04.586Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-06-10T23:19:04.586Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-06-10T23:19:04.586Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-06-10T23:19:04.586Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2021-06-10T23:19:04.586Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-06-10T23:19:04.586Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-06-10T23:19:04.586Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-06-10T23:19:04.586Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-06-10T23:19:04.586Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-06-10T23:19:04.586Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-06-10T23:19:04.586Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-06-10T23:19:04.586Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-06-10T23:19:04.586Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2021-06-10T23:19:04.586Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-06-10T23:19:05.598Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-06-10T23:19:06.527Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-06-10T23:19:06.783Z] === RUN TestReadPluginNoRead/default [2021-06-10T23:19:08.786Z] --- PASS: TestServicePlugin (30.56s) [2021-06-10T23:19:08.786Z] plugin_test.go:62: [d9414f9fd46ba] joining swarm manager [d3b94048f22a6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:19:08.786Z] plugin_test.go:65: [d9bb9a63a96ff] joining swarm manager [d3b94048f22a6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:19:08.786Z] === RUN TestServiceUpdateLabel [2021-06-10T23:19:09.301Z] --- PASS: TestContinueAfterPluginCrash (11.35s) [2021-06-10T23:19:09.301Z] === RUN TestReadPluginNoRead/disabled_caching [2021-06-10T23:19:09.348Z] --- PASS: TestServiceUpdateLabel (2.30s) [2021-06-10T23:19:09.348Z] === RUN TestServiceUpdateSecrets [2021-06-10T23:19:09.865Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-06-10T23:19:09.873Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.006s coverage: 100.0% of statements [2021-06-10T23:19:10.444Z] ok github.com/docker/docker/libnetwork/ipams/null 0.004s coverage: 57.1% of statements [2021-06-10T23:19:11.233Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-06-10T23:19:11.830Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.020s coverage: 47.4% of statements [2021-06-10T23:19:12.163Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-06-10T23:19:12.163Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-06-10T23:19:12.726Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-06-10T23:19:12.726Z] === RUN TestDockerSuite/TestBuildSpaces [2021-06-10T23:19:12.786Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.003s coverage: 71.4% of statements [2021-06-10T23:19:13.288Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-06-10T23:19:13.850Z] --- PASS: TestReadPluginNoRead (10.32s) [2021-06-10T23:19:13.851Z] --- PASS: TestReadPluginNoRead/default (2.33s) [2021-06-10T23:19:13.851Z] --- PASS: TestReadPluginNoRead/disabled_caching (2.12s) [2021-06-10T23:19:13.851Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (2.36s) [2021-06-10T23:19:13.851Z] read_test.go:92: [df000af7e2ac5] daemon is not started [2021-06-10T23:19:13.851Z] PASS [2021-06-10T23:19:13.851Z] [2021-06-10T23:19:13.851Z] DONE 6 tests in 16.205s [2021-06-10T23:19:13.851Z] 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-10T23:19:13.851Z] ++ 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-10T23:19:13.851Z] ++ set -e [2021-06-10T23:19:13.851Z] ++ '[' -n 0 ']' [2021-06-10T23:19:13.851Z] ++ set -x [2021-06-10T23:19:13.851Z] ++ 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-10T23:19:13.851Z] testing: warning: no tests to run [2021-06-10T23:19:13.851Z] PASS [2021-06-10T23:19:13.851Z] [2021-06-10T23:19:13.851Z] DONE 0 tests in 0.062s [2021-06-10T23:19:13.851Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-06-10T23:19:13.851Z] ++ 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-10T23:19:13.851Z] ++ set -e [2021-06-10T23:19:13.851Z] ++ '[' -n 0 ']' [2021-06-10T23:19:13.851Z] ++ set -x [2021-06-10T23:19:13.851Z] ++ 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-10T23:19:14.107Z] INFO: Testing against a local daemon [2021-06-10T23:19:14.107Z] === RUN TestPluginWithDevMounts [2021-06-10T23:19:14.107Z] === PAUSE TestPluginWithDevMounts [2021-06-10T23:19:14.107Z] === CONT TestPluginWithDevMounts [2021-06-10T23:19:14.669Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-06-10T23:19:14.699Z] ok github.com/docker/docker/libnetwork/ipamutils 0.960s coverage: 74.0% of statements [2021-06-10T23:19:14.926Z] === RUN TestDockerSuite/TestBuildStderr [2021-06-10T23:19:16.083Z] ok github.com/docker/docker/libnetwork/iptables 0.444s coverage: 45.1% of statements [2021-06-10T23:19:16.655Z] ok github.com/docker/docker/libnetwork/netlabel 0.003s coverage: 60.0% of statements [2021-06-10T23:19:16.818Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-06-10T23:19:16.818Z] --- PASS: TestPluginWithDevMounts (2.76s) [2021-06-10T23:19:16.818Z] PASS [2021-06-10T23:19:16.818Z] [2021-06-10T23:19:16.818Z] DONE 1 tests in 2.924s [2021-06-10T23:19:16.818Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-06-10T23:19:16.818Z] ++ 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-10T23:19:16.818Z] ++ set -e [2021-06-10T23:19:16.818Z] ++ '[' -n 0 ']' [2021-06-10T23:19:16.818Z] ++ set -x [2021-06-10T23:19:16.818Z] ++ 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-10T23:19:17.074Z] INFO: Testing against a local daemon [2021-06-10T23:19:17.074Z] === RUN TestSecretInspect [2021-06-10T23:19:17.594Z] ok github.com/docker/docker/libnetwork/netutils 0.046s coverage: 43.8% of statements [2021-06-10T23:19:20.341Z] --- PASS: TestSecretInspect (3.19s) [2021-06-10T23:19:20.341Z] === RUN TestSecretList [2021-06-10T23:19:22.862Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-06-10T23:19:23.792Z] --- PASS: TestSecretList (3.43s) [2021-06-10T23:19:23.792Z] === RUN TestSecretsCreateAndDelete [2021-06-10T23:19:24.721Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-06-10T23:19:26.088Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-06-10T23:19:26.344Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-06-10T23:19:26.600Z] --- PASS: TestSecretsCreateAndDelete (3.04s) [2021-06-10T23:19:26.600Z] === RUN TestSecretsUpdate [2021-06-10T23:19:27.393Z] --- PASS: TestServiceUpdateSecrets (15.31s) [2021-06-10T23:19:27.393Z] === RUN TestServiceUpdateConfigs [2021-06-10T23:19:27.543Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-06-10T23:19:29.432Z] === RUN TestDockerSuite/TestBuildUser [2021-06-10T23:19:29.432Z] --- PASS: TestSecretsUpdate (2.72s) [2021-06-10T23:19:29.432Z] === RUN TestTemplatedSecret [2021-06-10T23:19:29.824Z] ok github.com/docker/docker/libnetwork/ipam 23.768s coverage: 85.3% of statements [2021-06-10T23:19:29.824Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-06-10T23:19:29.824Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-06-10T23:19:29.824Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-06-10T23:19:29.824Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2021-06-10T23:19:30.359Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-06-10T23:19:31.725Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-06-10T23:19:34.992Z] --- PASS: TestTemplatedSecret (5.39s) [2021-06-10T23:19:34.992Z] === RUN TestSecretCreateResolve [2021-06-10T23:19:35.102Z] ok github.com/docker/docker/libnetwork/osl 4.323s coverage: 39.7% of statements [2021-06-10T23:19:35.362Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2021-06-10T23:19:35.933Z] ok github.com/docker/docker/libnetwork/portallocator 0.008s coverage: 87.1% of statements [2021-06-10T23:19:36.875Z] ok github.com/docker/docker/libnetwork/portmapper 0.257s coverage: 49.5% of statements [2021-06-10T23:19:36.885Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-06-10T23:19:37.136Z] ok github.com/docker/docker/libnetwork/resolvconf 0.004s coverage: 70.5% of statements [2021-06-10T23:19:37.447Z] --- PASS: TestSecretCreateResolve (2.73s) [2021-06-10T23:19:37.447Z] PASS [2021-06-10T23:19:37.447Z] [2021-06-10T23:19:37.447Z] DONE 6 tests in 20.663s [2021-06-10T23:19:37.447Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-06-10T23:19:37.447Z] ++ 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-10T23:19:37.447Z] ++ set -e [2021-06-10T23:19:37.447Z] ++ '[' -n 0 ']' [2021-06-10T23:19:37.447Z] ++ set -x [2021-06-10T23:19:37.447Z] ++ 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-10T23:19:37.703Z] INFO: Testing against a local daemon [2021-06-10T23:19:37.703Z] === RUN TestServiceCreateInit [2021-06-10T23:19:37.703Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-10T23:19:37.706Z] ok github.com/docker/docker/libnetwork/types 0.003s coverage: 47.9% of statements [2021-06-10T23:19:38.277Z] ok github.com/docker/docker/oci 0.007s coverage: 45.2% of statements [2021-06-10T23:19:39.217Z] ok github.com/docker/docker/opts 0.021s coverage: 67.1% of statements [2021-06-10T23:19:39.217Z] ok github.com/docker/docker/pkg/aaparser 0.002s coverage: 52.9% of statements [2021-06-10T23:19:41.130Z] ok github.com/docker/docker/pkg/archive 0.318s coverage: 82.2% of statements [2021-06-10T23:19:42.072Z] ok github.com/docker/docker/pkg/authorization 0.315s coverage: 68.3% of statements [2021-06-10T23:19:42.233Z] --- PASS: TestServiceUpdateConfigs (15.31s) [2021-06-10T23:19:42.233Z] === RUN TestServiceUpdateNetwork [2021-06-10T23:19:42.332Z] ok github.com/docker/docker/pkg/broadcaster 0.002s coverage: 100.0% of statements [2021-06-10T23:19:42.593Z] ok github.com/docker/docker/pkg/capabilities 0.003s coverage: 87.5% of statements [2021-06-10T23:19:44.239Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-10T23:19:45.888Z] ok github.com/docker/docker/pkg/chrootarchive 2.491s coverage: 43.2% of statements [2021-06-10T23:19:45.888Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2021-06-10T23:19:46.468Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2021-06-10T23:19:47.038Z] ok github.com/docker/docker/pkg/discovery/file 0.003s coverage: 92.9% of statements [2021-06-10T23:19:50.778Z] --- PASS: TestServiceCreateInit (12.01s) [2021-06-10T23:19:50.778Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (6.02s) [2021-06-10T23:19:50.778Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (5.95s) [2021-06-10T23:19:50.778Z] === RUN TestCreateServiceMultipleTimes [2021-06-10T23:19:51.239Z] ok github.com/docker/docker/pkg/discovery/kv 3.040s coverage: 84.1% of statements [2021-06-10T23:19:51.239Z] ok github.com/docker/docker/pkg/discovery/memory 0.002s coverage: 92.3% of statements [2021-06-10T23:19:51.499Z] ok github.com/docker/docker/pkg/discovery/nodes 0.002s coverage: 93.8% of statements [2021-06-10T23:19:51.760Z] ok github.com/docker/docker/pkg/dmesg 0.004s coverage: 83.3% of statements [2021-06-10T23:19:52.699Z] ok github.com/docker/docker/pkg/filenotify 0.603s coverage: 67.0% of statements [2021-06-10T23:19:52.959Z] ok github.com/docker/docker/pkg/fileutils 0.006s coverage: 88.5% of statements [2021-06-10T23:19:53.529Z] ok github.com/docker/docker/pkg/fsutils 0.124s coverage: 85.1% of statements [2021-06-10T23:19:53.789Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2021-06-10T23:19:54.402Z] --- PASS: TestServiceUpdateNetwork (13.40s) [2021-06-10T23:19:54.402Z] === RUN TestServiceUpdatePidsLimit [2021-06-10T23:19:54.658Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-06-10T23:19:54.730Z] ok github.com/docker/docker/pkg/idtools 0.346s coverage: 69.5% of statements [2021-06-10T23:19:55.672Z] ok github.com/docker/docker/pkg/ioutils 0.392s coverage: 69.3% of statements [2021-06-10T23:19:55.932Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2021-06-10T23:19:56.024Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-06-10T23:19:56.193Z] ok github.com/docker/docker/pkg/longpath 0.002s coverage: 100.0% of statements [2021-06-10T23:19:56.453Z] ok github.com/docker/docker/pkg/namesgenerator 0.002s coverage: 85.7% of statements [2021-06-10T23:19:56.713Z] ok github.com/docker/docker/pkg/parsers 0.002s coverage: 97.0% of statements [2021-06-10T23:19:56.974Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2021-06-10T23:19:57.234Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.004s coverage: 86.7% of statements [2021-06-10T23:19:57.315Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-06-10T23:19:57.495Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2021-06-10T23:19:58.244Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-06-10T23:19:58.807Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-06-10T23:20:00.698Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-06-10T23:20:01.259Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-06-10T23:20:03.158Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-06-10T23:20:03.158Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-06-10T23:20:03.158Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-06-10T23:20:03.158Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-06-10T23:20:03.158Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-06-10T23:20:04.108Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-06-10T23:20:05.048Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-06-10T23:20:05.048Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-06-10T23:20:05.975Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-06-10T23:20:06.536Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-06-10T23:20:06.792Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-06-10T23:20:07.720Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-06-10T23:20:07.720Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-06-10T23:20:10.646Z] --- PASS: TestServiceUpdatePidsLimit (17.25s) [2021-06-10T23:20:10.646Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.12s) [2021-06-10T23:20:10.646Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.08s) [2021-06-10T23:20:10.646Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.20s) [2021-06-10T23:20:10.646Z] PASS [2021-06-10T23:20:10.646Z] [2021-06-10T23:20:10.646Z] === Skipped [2021-06-10T23:20:10.646Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-06-10T23:20:10.646Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-10T23:20:10.646Z] [2021-06-10T23:20:10.646Z] [2021-06-10T23:20:10.646Z] DONE 27 tests, 1 skipped in 178.811s [2021-06-10T23:20:10.646Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-06-10T23:20:10.646Z] INFO: Testing against a local daemon [2021-06-10T23:20:10.646Z] === RUN TestSessionCreate [2021-06-10T23:20:10.646Z] --- PASS: TestSessionCreate (0.02s) [2021-06-10T23:20:10.646Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-10T23:20:10.646Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-06-10T23:20:10.646Z] PASS [2021-06-10T23:20:10.646Z] [2021-06-10T23:20:10.646Z] DONE 2 tests in 0.074s [2021-06-10T23:20:10.646Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-06-10T23:20:10.646Z] INFO: Testing against a local daemon [2021-06-10T23:20:10.646Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-10T23:20:10.646Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-06-10T23:20:10.646Z] === RUN TestEventsExecDie [2021-06-10T23:20:10.987Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-06-10T23:20:10.987Z] --- PASS: TestCreateServiceMultipleTimes (21.27s) [2021-06-10T23:20:10.987Z] === RUN TestCreateServiceConflict [2021-06-10T23:20:12.013Z] --- PASS: TestEventsExecDie (1.11s) [2021-06-10T23:20:12.013Z] === RUN TestEventsBackwardsCompatible [2021-06-10T23:20:12.013Z] --- PASS: TestEventsBackwardsCompatible (0.06s) [2021-06-10T23:20:12.013Z] === RUN TestEventsVolumeCreate [2021-06-10T23:20:12.013Z] --- PASS: TestEventsVolumeCreate (0.07s) [2021-06-10T23:20:12.013Z] === RUN TestInfoBinaryCommits [2021-06-10T23:20:12.013Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-06-10T23:20:12.013Z] === RUN TestInfoAPIVersioned [2021-06-10T23:20:12.013Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-06-10T23:20:12.013Z] === RUN TestInfoDiscoveryBackend [2021-06-10T23:20:12.575Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-06-10T23:20:12.575Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-06-10T23:20:12.876Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-06-10T23:20:13.133Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-06-10T23:20:13.503Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-06-10T23:20:13.503Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-06-10T23:20:13.695Z] --- PASS: TestCreateServiceConflict (2.87s) [2021-06-10T23:20:13.695Z] === RUN TestCreateServiceMaxReplicas [2021-06-10T23:20:13.695Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-06-10T23:20:14.065Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-06-10T23:20:14.065Z] === RUN TestInfoAPI [2021-06-10T23:20:14.065Z] --- PASS: TestInfoAPI (0.02s) [2021-06-10T23:20:14.065Z] === RUN TestInfoAPIWarnings [2021-06-10T23:20:14.323Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-06-10T23:20:15.252Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-06-10T23:20:15.252Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-06-10T23:20:16.619Z] === RUN TestDockerSuite/TestBuildXZHost [2021-06-10T23:20:18.508Z] --- PASS: TestCreateServiceMaxReplicas (4.75s) [2021-06-10T23:20:18.508Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-10T23:20:19.437Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-06-10T23:20:19.694Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-06-10T23:20:19.694Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-06-10T23:20:20.624Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-06-10T23:20:21.991Z] === RUN TestDockerSuite/TestCommitChange [2021-06-10T23:20:23.357Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-06-10T23:20:24.285Z] === RUN TestDockerSuite/TestCommitHardlink [2021-06-10T23:20:25.651Z] === RUN TestDockerSuite/TestCommitNewFile [2021-06-10T23:20:27.543Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-06-10T23:20:28.501Z] === RUN TestDockerSuite/TestCommitTTY [2021-06-10T23:20:30.393Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-06-10T23:20:30.955Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-06-10T23:20:32.107Z] --- PASS: TestInfoAPIWarnings (16.29s) [2021-06-10T23:20:32.107Z] === RUN TestInfoDebug [2021-06-10T23:20:32.107Z] --- PASS: TestInfoDebug (0.52s) [2021-06-10T23:20:32.107Z] === RUN TestInfoInsecureRegistries [2021-06-10T23:20:32.107Z] --- PASS: TestInfoInsecureRegistries (0.52s) [2021-06-10T23:20:32.107Z] === RUN TestInfoRegistryMirrors [2021-06-10T23:20:32.107Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-06-10T23:20:32.107Z] === RUN TestLoginFailsWithBadCredentials [2021-06-10T23:20:32.107Z] --- PASS: TestLoginFailsWithBadCredentials (0.15s) [2021-06-10T23:20:32.107Z] === RUN TestPingCacheHeaders [2021-06-10T23:20:32.107Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-06-10T23:20:32.107Z] === RUN TestPingGet [2021-06-10T23:20:32.107Z] --- PASS: TestPingGet (0.01s) [2021-06-10T23:20:32.107Z] === RUN TestPingHead [2021-06-10T23:20:32.107Z] --- PASS: TestPingHead (0.02s) [2021-06-10T23:20:32.107Z] === RUN TestVersion [2021-06-10T23:20:32.107Z] --- PASS: TestVersion (0.02s) [2021-06-10T23:20:32.107Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-06-10T23:20:32.319Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-06-10T23:20:32.576Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-06-10T23:20:33.941Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-06-10T23:20:33.941Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-06-10T23:20:33.941Z] --- PASS: TestCreateWithDuplicateNetworkNames (15.45s) [2021-06-10T23:20:33.941Z] === RUN TestCreateServiceSecretFileMode [2021-06-10T23:20:33.942Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-06-10T23:20:33.998Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.49s) [2021-06-10T23:20:33.998Z] PASS [2021-06-10T23:20:33.998Z] [2021-06-10T23:20:33.998Z] DONE 19 tests in 22.939s [2021-06-10T23:20:33.998Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-06-10T23:20:33.998Z] INFO: Testing against a local daemon [2021-06-10T23:20:33.998Z] === RUN TestVolumesCreateAndList [2021-06-10T23:20:33.998Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-06-10T23:20:33.998Z] === RUN TestVolumesRemove [2021-06-10T23:20:33.998Z] --- PASS: TestVolumesRemove (0.09s) [2021-06-10T23:20:33.998Z] === RUN TestVolumesInspect [2021-06-10T23:20:33.998Z] --- PASS: TestVolumesInspect (0.02s) [2021-06-10T23:20:33.998Z] === RUN TestVolumesInvalidJSON [2021-06-10T23:20:33.998Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-10T23:20:33.998Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-10T23:20:33.998Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-10T23:20:33.998Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-06-10T23:20:33.998Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-10T23:20:33.998Z] PASS [2021-06-10T23:20:33.998Z] [2021-06-10T23:20:33.998Z] DONE 5 tests in 0.180s [2021-06-10T23:20:33.998Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-10T23:20:34.197Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-06-10T23:20:34.197Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-06-10T23:20:34.453Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-06-10T23:20:34.453Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-06-10T23:20:35.620Z] Stopping apparmor (via systemctl): apparmor.service. [2021-06-10T23:20:35.620Z] Removing test suite binaries [2021-06-10T23:20:35.620Z] exiting test-integration [2021-06-10T23:20:35.620Z] ++ exit 0 [2021-06-10T23:20:35.620Z] [2021-06-10T23:20:36.223Z] ok github.com/docker/docker/pkg/plugins 33.614s coverage: 76.6% of statements [2021-06-10T23:20:36.223Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.007s coverage: 56.8% of statements [2021-06-10T23:20:36.223Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-06-10T23:20:36.223Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-06-10T23:20:36.223Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-06-10T23:20:36.223Z] ok github.com/docker/docker/pkg/pubsub 1.028s coverage: 75.0% of statements [2021-06-10T23:20:36.223Z] ok github.com/docker/docker/pkg/reexec 0.006s coverage: 82.4% of statements [2021-06-10T23:20:37.721Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-06-10T23:20:37.721Z] --- PASS: TestCreateServiceSecretFileMode (3.67s) [2021-06-10T23:20:37.721Z] === RUN TestCreateServiceConfigFileMode Post stage [Pipeline] junit [2021-06-10T23:20:38.915Z] Recording test results [2021-06-10T23:20:39.516Z] ok github.com/docker/docker/pkg/signal 3.364s coverage: 62.3% of statements [2021-06-10T23:20:39.516Z] ok github.com/docker/docker/pkg/stdcopy 0.004s coverage: 100.0% of statements [2021-06-10T23:20:39.612Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-06-10T23:20:39.612Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-06-10T23:20:39.777Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-06-10T23:20:40.037Z] ok github.com/docker/docker/pkg/stringid 0.002s coverage: 70.6% of statements [2021-06-10T23:20:40.167Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-10T23:20:40.508Z] + echo Ensuring container killed. [2021-06-10T23:20:40.508Z] Ensuring container killed. [2021-06-10T23:20:40.508Z] + docker rm -vf docker-pr15 [2021-06-10T23:20:40.508Z] Error: No such container: docker-pr15 [Pipeline] sh [2021-06-10T23:20:40.826Z] + echo Chowning /workspace to jenkins user [2021-06-10T23:20:40.826Z] Chowning /workspace to jenkins user [2021-06-10T23:20:40.826Z] + id -u [2021-06-10T23:20:40.826Z] + id -g [2021-06-10T23:20:40.826Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42445:/workspace busybox chown -R 1000:1000 /workspace [2021-06-10T23:20:40.826Z] Unable to find image 'busybox:latest' locally [2021-06-10T23:20:40.978Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-06-10T23:20:40.978Z] --- PASS: TestCreateServiceConfigFileMode (3.45s) [2021-06-10T23:20:40.978Z] === RUN TestCreateServiceSysctls [2021-06-10T23:20:40.978Z] ok github.com/docker/docker/pkg/sysinfo 0.008s coverage: 52.9% of statements [2021-06-10T23:20:41.083Z] latest: Pulling from library/busybox [2021-06-10T23:20:41.083Z] b71f96345d44: Pulling fs layer [2021-06-10T23:20:41.083Z] b71f96345d44: Verifying Checksum [2021-06-10T23:20:41.083Z] b71f96345d44: Download complete [2021-06-10T23:20:41.083Z] b71f96345d44: Pull complete [2021-06-10T23:20:41.238Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 39.6% of statements [2021-06-10T23:20:41.339Z] Digest: sha256:930490f97e5b921535c153e0e7110d251134cc4b72bbb8133c6a5065cc68580d [2021-06-10T23:20:41.339Z] Status: Downloaded newer image for busybox:latest [2021-06-10T23:20:41.817Z] ok github.com/docker/docker/pkg/tailfile 0.053s coverage: 88.6% of statements [2021-06-10T23:20:41.906Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-06-10T23:20:42.389Z] ok github.com/docker/docker/pkg/tarsum 0.044s coverage: 89.3% of statements [2021-06-10T23:20:42.468Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-06-10T23:20:42.650Z] testing: warning: no tests to run [2021-06-10T23:20:42.650Z] coverage: [no statements] [2021-06-10T23:20:42.650Z] ok github.com/docker/docker/pkg/term/windows 0.002s coverage: [no statements] [no tests to run] [2021-06-10T23:20:42.910Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-06-10T23:20:43.171Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-06-10T23:20:43.431Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2021-06-10T23:20:43.834Z] === RUN TestDockerSuite/TestContainerAPICreate [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-10T23:20:44.193Z] + bundleName=amd64-cgroup2 [2021-06-10T23:20:44.193Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-06-10T23:20:44.193Z] Creating amd64-cgroup2-bundles.tar.gz [2021-06-10T23:20:44.193Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2021-06-10T23:20:44.193Z] + find bundles -path */root/*overlay2 -prune -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [Pipeline] archiveArtifacts [2021-06-10T23:20:44.460Z] Archiving artifacts [2021-06-10T23:20:44.762Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-06-10T23:20:44.762Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-06-10T23:20:44.762Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-06-10T23:20:45.341Z] ok github.com/docker/docker/plugin 0.516s coverage: 23.2% of statements [2021-06-10T23:20:45.690Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-06-10T23:20:45.690Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-06-10T23:20:45.690Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-06-10T23:20:45.946Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-06-10T23:20:45.946Z] --- PASS: TestCreateServiceSysctls (4.83s) [2021-06-10T23:20:45.946Z] === RUN TestCreateServiceCapabilities [2021-06-10T23:20:45.946Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-06-10T23:20:46.282Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2021-06-10T23:20:46.442Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42445/15/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-10T23:20:46.751Z] + make clean [2021-06-10T23:20:46.853Z] ok github.com/docker/docker/profiles/seccomp 0.007s coverage: 85.4% of statements [2021-06-10T23:20:46.875Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-06-10T23:20:47.007Z] docker volume rm -f docker-dev-cache [2021-06-10T23:20:47.007Z] docker-dev-cache [Pipeline] deleteDir [2021-06-10T23:20:47.806Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-06-10T23:20:48.237Z] ok github.com/docker/docker/quota 0.212s coverage: 71.4% of statements [2021-06-10T23:20:48.498Z] ok github.com/docker/docker/reference 0.006s coverage: 83.7% of statements [2021-06-10T23:20:49.172Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-06-10T23:20:49.172Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-06-10T23:20:49.428Z] --- PASS: TestCreateServiceCapabilities (3.64s) [2021-06-10T23:20:49.428Z] === RUN TestInspect [2021-06-10T23:20:49.888Z] ok github.com/docker/docker/registry 0.060s coverage: 58.8% of statements [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-10T23:20:50.460Z] ok github.com/docker/docker/registry/resumable 0.016s coverage: 100.0% of statements [2021-06-10T23:20:50.720Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 50.9% of statements [2021-06-10T23:20:50.792Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-06-10T23:20:51.661Z] ok github.com/docker/docker/runconfig 0.007s coverage: 66.1% of statements [2021-06-10T23:20:51.921Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-06-10T23:20:52.157Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-06-10T23:20:52.157Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-06-10T23:20:53.531Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-06-10T23:20:53.787Z] --- PASS: TestInspect (4.35s) [2021-06-10T23:20:53.787Z] === RUN TestCreateJob [2021-06-10T23:20:54.348Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-06-10T23:20:55.219Z] ok github.com/docker/docker/volume/drivers 0.005s coverage: 36.1% of statements [2021-06-10T23:20:55.276Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-06-10T23:20:55.790Z] ok github.com/docker/docker/volume/local 0.099s coverage: 76.4% of statements [2021-06-10T23:20:56.361Z] ok github.com/docker/docker/volume/mounts 0.019s coverage: 67.0% of statements [2021-06-10T23:20:56.642Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-06-10T23:20:56.642Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-06-10T23:20:57.571Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-06-10T23:20:57.743Z] ok github.com/docker/docker/volume/service 0.013s coverage: 72.3% of statements [2021-06-10T23:20:58.500Z] --- PASS: TestCreateJob (4.54s) [2021-06-10T23:20:58.500Z] === RUN TestReplicatedJob [2021-06-10T23:20:58.500Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-06-10T23:20:59.428Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-06-10T23:20:59.428Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-06-10T23:21:00.360Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-06-10T23:21:02.876Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-06-10T23:21:05.392Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-06-10T23:21:05.392Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-06-10T23:21:05.392Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-06-10T23:21:05.392Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-06-10T23:21:05.392Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-06-10T23:21:06.320Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-06-10T23:21:06.882Z] --- PASS: TestReplicatedJob (8.50s) [2021-06-10T23:21:06.882Z] === RUN TestUpdateReplicatedJob [2021-06-10T23:21:11.047Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-06-10T23:21:11.047Z] --- PASS: TestUpdateReplicatedJob (3.82s) [2021-06-10T23:21:11.047Z] === RUN TestServiceListWithStatuses [2021-06-10T23:21:11.047Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-10T23:21:11.047Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-10T23:21:11.047Z] === RUN TestDockerNetworkConnectAlias [2021-06-10T23:21:11.609Z] === RUN TestDockerSuite/TestContainerAPITop [2021-06-10T23:21:12.538Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-06-10T23:21:12.538Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-06-10T23:21:12.538Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-06-10T23:21:15.924Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-06-10T23:21:16.485Z] --- PASS: TestDockerNetworkConnectAlias (5.57s) [2021-06-10T23:21:16.485Z] === RUN TestDockerNetworkReConnect [2021-06-10T23:21:16.741Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-06-10T23:21:18.630Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-06-10T23:21:21.901Z] --- PASS: TestDockerNetworkReConnect (5.51s) [2021-06-10T23:21:21.901Z] === RUN TestServicePlugin [2021-06-10T23:21:26.065Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-06-10T23:21:26.992Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-06-10T23:21:29.509Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-06-10T23:21:29.765Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-06-10T23:21:31.130Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-06-10T23:21:33.020Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-06-10T23:21:34.908Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-06-10T23:21:35.469Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-06-10T23:21:37.357Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-06-10T23:21:39.876Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000ae34a0_} [2021-06-10T23:21:41.240Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1942256412_/foo_false____} [2021-06-10T23:21:43.130Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1942256412_/foo_true____} [2021-06-10T23:21:44.512Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3189273547_/foo_false____} [2021-06-10T23:21:46.401Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3189273547_/foo_true____} [2021-06-10T23:21:47.764Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3189273547_/foo_true__0xc000ae3500__} [2021-06-10T23:21:49.651Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000ae3520_} [2021-06-10T23:21:50.213Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000ae3540_} [2021-06-10T23:21:51.576Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000ae3560_} [2021-06-10T23:21:53.465Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000ae3580_} [2021-06-10T23:21:54.830Z] --- PASS: TestServicePlugin (32.69s) [2021-06-10T23:21:54.830Z] plugin_test.go:62: [dd704d54e4e84] joining swarm manager [d8a518611641d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:21:54.830Z] plugin_test.go:65: [d9a1428e58594] joining swarm manager [d8a518611641d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:21:54.830Z] === RUN TestServiceUpdateLabel [2021-06-10T23:21:54.830Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-06-10T23:21:57.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-06-10T23:21:57.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-06-10T23:21:57.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-06-10T23:21:57.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-06-10T23:21:57.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-06-10T23:21:57.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-06-10T23:21:57.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-06-10T23:21:57.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-06-10T23:21:57.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-06-10T23:21:57.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-06-10T23:21:57.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-06-10T23:21:57.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-06-10T23:21:57.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-06-10T23:21:57.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-06-10T23:21:57.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-06-10T23:21:57.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-06-10T23:21:57.347Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-06-10T23:21:57.347Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-06-10T23:21:57.602Z] --- PASS: TestServiceUpdateLabel (2.96s) [2021-06-10T23:21:57.602Z] === RUN TestServiceUpdateSecrets [2021-06-10T23:22:00.873Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-06-10T23:22:02.762Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-06-10T23:22:05.559Z] ok github.com/docker/docker/libnetwork/networkdb 156.788s coverage: 60.2% of statements [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/libnetwork/resolvconf/dns [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/oci/caps [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/pkg/signal/testfiles [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/pkg/term [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/rootless [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/testutil/request [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/volume [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-06-10T23:22:05.560Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === Skipped [2021-06-10T23:22:05.560Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-06-10T23:22:05.560Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-10T23:22:05.560Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-06-10T23:22:05.560Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-10T23:22:05.560Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-06-10T23:22:05.560Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-10T23:22:05.560Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-06-10T23:22:05.560Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-10T23:22:05.560Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-06-10T23:22:05.560Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-10T23:22:05.560Z] graphtest_unix.go:46: Driver btrfs not supported [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-06-10T23:22:05.560Z] graphtest_unix.go:73: No driver to put! [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-06-10T23:22:05.560Z] time="2021-06-10T23:17:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-10T23:22:05.560Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-10T23:22:05.560Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-06-10T23:22:05.560Z] time="2021-06-10T23:17:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-10T23:22:05.560Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-10T23:22:05.560Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-06-10T23:22:05.560Z] time="2021-06-10T23:17:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-10T23:22:05.560Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-10T23:22:05.560Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-06-10T23:22:05.560Z] time="2021-06-10T23:17:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-10T23:22:05.560Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-10T23:22:05.560Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-06-10T23:22:05.560Z] time="2021-06-10T23:17:54Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-06-10T23:22:05.560Z] graphtest_unix.go:44: graphdriver: driver not supported [2021-06-10T23:22:05.560Z] graphtest_unix.go:46: Driver fuse-overlayfs not supported [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-06-10T23:22:05.560Z] graphtest_unix.go:73: No driver to put! [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-06-10T23:22:05.560Z] overlay_test.go:44: Fails to compute changes after apply intermittently [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-06-10T23:22:05.560Z] overlay_test.go:49: Fails to compute changes intermittently [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-06-10T23:22:05.560Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-06-10T23:22:05.560Z] graphtest_unix.go:324: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-06-10T23:22:05.560Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-10T23:22:05.560Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-06-10T23:22:05.560Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-10T23:22:05.560Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-06-10T23:22:05.560Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-10T23:22:05.560Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-06-10T23:22:05.560Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-10T23:22:05.560Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-06-10T23:22:05.560Z] graphtest_unix.go:44: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-06-10T23:22:05.560Z] graphtest_unix.go:46: Driver zfs not supported [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-06-10T23:22:05.560Z] graphtest_unix.go:73: No driver to put! [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: libnetwork TestParallel1 (0.00s) [2021-06-10T23:22:05.560Z] libnetwork_linux_test.go:966: Skipped because t.parallel was less than 3 [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: libnetwork TestParallel3 (0.00s) [2021-06-10T23:22:05.560Z] libnetwork_linux_test.go:966: Skipped because t.parallel was less than 3 [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: libnetwork TestParallel2 (0.00s) [2021-06-10T23:22:05.560Z] libnetwork_linux_test.go:966: Skipped because t.parallel was less than 3 [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: libnetwork/cmd/proxy TestTCP6Proxy (0.00s) [2021-06-10T23:22:05.560Z] network_proxy_test.go:197: Need to start CI docker with --ipv6 [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: libnetwork/cmd/proxy TestTCPDualStackProxy (0.00s) [2021-06-10T23:22:05.560Z] network_proxy_test.go:212: No support for dual stack yet [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: libnetwork/cmd/proxy TestUDP6Proxy (0.00s) [2021-06-10T23:22:05.560Z] network_proxy_test.go:241: Need to start CI docker with --ipv6 [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: libnetwork/cmd/proxy TestSCTP6Proxy (0.00s) [2021-06-10T23:22:05.560Z] network_proxy_test.go:302: Need to start CI docker with --ipv6 [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-06-10T23:22:05.560Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-06-10T23:22:05.560Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-06-10T23:22:05.560Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-06-10T23:22:05.560Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-06-10T23:22:05.560Z] allocator_test.go:1423: Skipped because t.parallel was less than 5 [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2021-06-10T23:22:05.560Z] firewalld_test.go:13: firewalld is not running [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-06-10T23:22:05.560Z] sysinfo_linux_test.go:92: App Armor Must be Disabled [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-06-10T23:22:05.560Z] sysinfo_linux_test.go:112: cgroup namespaces must be disabled [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] [2021-06-10T23:22:05.560Z] DONE 2654 tests, 37 skipped in 426.583s Post stage [Pipeline] junit [2021-06-10T23:22:05.578Z] Recording test results [2021-06-10T23:22:05.738Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-06-10T23:22:06.029Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-06-10T23:22:06.070Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42445/.git:/go/src/github.com/docker/docker/.git --name docker-pr15 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8a2b9c488598cf837d8fc098b30f49a782334bf4 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8a2b9c488598cf837d8fc098b30f49a782334bf4 hack/validate/vendor [2021-06-10T23:22:07.010Z] No vendor changes in diff. [2021-06-10T23:22:07.010Z] WARNING: github.com/docker/libnetwork is vendored but unused [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-10T23:22:07.579Z] + echo Ensuring container killed. [2021-06-10T23:22:07.579Z] Ensuring container killed. [2021-06-10T23:22:07.579Z] + docker rm -vf docker-pr15 [2021-06-10T23:22:07.579Z] Error: No such container: docker-pr15 [Pipeline] sh [2021-06-10T23:22:07.863Z] + echo Chowning /workspace to jenkins user [2021-06-10T23:22:07.863Z] Chowning /workspace to jenkins user [2021-06-10T23:22:07.863Z] + id -u [2021-06-10T23:22:07.863Z] + id -g [2021-06-10T23:22:07.863Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42445:/workspace busybox chown -R 1000:1000 /workspace [2021-06-10T23:22:07.918Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-06-10T23:22:07.918Z] === RUN TestDockerSuite/TestCpAbsolutePath [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-10T23:22:08.849Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-06-10T23:22:09.098Z] + bundleName=unit [2021-06-10T23:22:09.098Z] + echo Creating unit-bundles.tar.gz [2021-06-10T23:22:09.098Z] Creating unit-bundles.tar.gz [2021-06-10T23:22:09.098Z] + tar -czvf unit-bundles.tar.gz bundles/junit-report.xml bundles/go-test-report.json bundles/profile.out [2021-06-10T23:22:09.098Z] bundles/junit-report.xml [2021-06-10T23:22:09.098Z] bundles/go-test-report.json [2021-06-10T23:22:09.098Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-06-10T23:22:09.111Z] Archiving artifacts [2021-06-10T23:22:09.411Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-06-10T23:22:09.518Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42445/15/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-10T23:22:09.829Z] + make clean [2021-06-10T23:22:10.089Z] docker volume rm -f docker-dev-cache [2021-06-10T23:22:10.089Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [2021-06-10T23:22:10.337Z] === RUN TestDockerSuite/TestCpFromCaseA [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-10T23:22:11.266Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-06-10T23:22:11.830Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-06-10T23:22:12.757Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-06-10T23:22:13.320Z] --- PASS: TestServiceUpdateSecrets (15.96s) [2021-06-10T23:22:13.320Z] === RUN TestServiceUpdateConfigs [2021-06-10T23:22:13.576Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-06-10T23:22:14.940Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-06-10T23:22:15.869Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-06-10T23:22:17.234Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-06-10T23:22:17.795Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-06-10T23:22:18.721Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-06-10T23:22:19.649Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-06-10T23:22:20.577Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-06-10T23:22:21.941Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-06-10T23:22:22.503Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-06-10T23:22:22.503Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-06-10T23:22:23.431Z] === RUN TestDockerSuite/TestCpRelativePath [2021-06-10T23:22:24.358Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-06-10T23:22:25.723Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-06-10T23:22:25.723Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-06-10T23:22:26.285Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-06-10T23:22:27.211Z] === RUN TestDockerSuite/TestCpToCaseA [2021-06-10T23:22:29.099Z] === RUN TestDockerSuite/TestCpToCaseB [2021-06-10T23:22:29.661Z] --- PASS: TestServiceUpdateConfigs (16.05s) [2021-06-10T23:22:29.661Z] === RUN TestServiceUpdateNetwork [2021-06-10T23:22:29.661Z] === RUN TestDockerSuite/TestCpToCaseC [2021-06-10T23:22:32.935Z] === RUN TestDockerSuite/TestCpToCaseD [2021-06-10T23:22:38.176Z] === RUN TestDockerSuite/TestCpToCaseE [2021-06-10T23:22:40.020Z] --- PASS: TestBuildWCOWSandboxSize (703.42s) [2021-06-10T23:22:40.020Z] === RUN TestBuildWithEmptyDockerfile [2021-06-10T23:22:40.020Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-10T23:22:40.020Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-10T23:22:40.020Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-10T23:22:40.020Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-10T23:22:40.020Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-10T23:22:40.020Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-10T23:22:40.020Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-06-10T23:22:40.020Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-06-10T23:22:40.020Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-06-10T23:22:40.020Z] --- PASS: TestBuildWithEmptyDockerfile (0.36s) [2021-06-10T23:22:40.020Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-06-10T23:22:40.020Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-06-10T23:22:40.020Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-06-10T23:22:40.020Z] === RUN TestBuildPreserveOwnership [2021-06-10T23:22:40.020Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-06-10T23:22:40.020Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-10T23:22:40.020Z] === RUN TestBuildPlatformInvalid [2021-06-10T23:22:40.020Z] --- PASS: TestBuildPlatformInvalid (0.39s) [2021-06-10T23:22:40.020Z] PASS [2021-06-10T23:22:40.020Z] ok github.com/docker/docker/integration/build 844.106s [2021-06-10T23:22:40.020Z] [2021-06-10T23:22:40.020Z] === Skipped [2021-06-10T23:22:40.020Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-06-10T23:22:40.020Z] build_session_test.go:25: TODO: BuildKit [2021-06-10T23:22:40.020Z] [2021-06-10T23:22:40.020Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-06-10T23:22:40.020Z] build_squash_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:22:40.020Z] [2021-06-10T23:22:40.020Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-06-10T23:22:40.020Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-10T23:22:40.020Z] [2021-06-10T23:22:40.020Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-06-10T23:22:40.020Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-10T23:22:40.020Z] [2021-06-10T23:22:40.020Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-06-10T23:22:40.020Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-10T23:22:40.020Z] [2021-06-10T23:22:40.020Z] [2021-06-10T23:22:40.020Z] DONE 29 tests, 5 skipped in 863.633s [2021-06-10T23:22:40.020Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-06-10T23:22:40.020Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-10T23:22:40.020Z] INFO: Testing against a local daemon [2021-06-10T23:22:40.020Z] === RUN TestConfigInspect [2021-06-10T23:22:40.020Z] --- SKIP: TestConfigInspect (0.00s) [2021-06-10T23:22:40.020Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:22:40.020Z] === RUN TestConfigList [2021-06-10T23:22:40.020Z] --- SKIP: TestConfigList (0.00s) [2021-06-10T23:22:40.020Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:22:40.020Z] === RUN TestConfigsCreateAndDelete [2021-06-10T23:22:40.020Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-06-10T23:22:40.020Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:22:40.020Z] === RUN TestConfigsUpdate [2021-06-10T23:22:40.020Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-06-10T23:22:40.020Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:22:40.020Z] === RUN TestTemplatedConfig [2021-06-10T23:22:40.020Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-06-10T23:22:40.020Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:22:40.020Z] === RUN TestConfigCreateResolve [2021-06-10T23:22:40.020Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-06-10T23:22:40.020Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:22:40.020Z] === RUN TestConfigDaemonLibtrustID [2021-06-10T23:22:40.020Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-06-10T23:22:40.020Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:22:40.020Z] PASS [2021-06-10T23:22:40.020Z] ok github.com/docker/docker/integration/config 0.233s [2021-06-10T23:22:40.020Z] [2021-06-10T23:22:40.020Z] === Skipped [2021-06-10T23:22:40.020Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-06-10T23:22:40.020Z] config_test.go:28: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:22:40.020Z] [2021-06-10T23:22:40.020Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-06-10T23:22:40.020Z] config_test.go:52: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:22:40.020Z] [2021-06-10T23:22:40.020Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-06-10T23:22:40.020Z] config_test.go:133: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:22:40.020Z] [2021-06-10T23:22:40.020Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-06-10T23:22:40.020Z] config_test.go:171: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:22:40.020Z] [2021-06-10T23:22:40.020Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-06-10T23:22:40.020Z] config_test.go:223: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:22:40.020Z] [2021-06-10T23:22:40.020Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-06-10T23:22:40.020Z] config_test.go:333: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:22:40.020Z] [2021-06-10T23:22:40.020Z] === SKIP: github.com/docker/docker/integration/config TestConfigDaemonLibtrustID (0.00s) [2021-06-10T23:22:40.020Z] config_test.go:383: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:22:40.020Z] [2021-06-10T23:22:40.020Z] [2021-06-10T23:22:40.020Z] DONE 7 tests, 7 skipped in 2.979s [2021-06-10T23:22:40.020Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-06-10T23:22:41.441Z] === RUN TestDockerSuite/TestCpToCaseF [2021-06-10T23:22:41.696Z] === RUN TestDockerSuite/TestCpToCaseG [2021-06-10T23:22:42.209Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-10T23:22:42.209Z] INFO: Testing against a local daemon [2021-06-10T23:22:42.209Z] === RUN TestCheckpoint [2021-06-10T23:22:42.209Z] --- SKIP: TestCheckpoint (0.00s) [2021-06-10T23:22:42.209Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-10T23:22:42.209Z] === RUN TestContainerInvalidJSON [2021-06-10T23:22:42.209Z] === RUN TestContainerInvalidJSON//containers/foobar/copy [2021-06-10T23:22:42.209Z] === PAUSE TestContainerInvalidJSON//containers/foobar/copy [2021-06-10T23:22:42.209Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-06-10T23:22:42.209Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-06-10T23:22:42.209Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-06-10T23:22:42.209Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-06-10T23:22:42.209Z] === CONT TestContainerInvalidJSON//containers/foobar/copy [2021-06-10T23:22:42.209Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-06-10T23:22:42.209Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-06-10T23:22:42.209Z] --- PASS: TestContainerInvalidJSON (0.38s) [2021-06-10T23:22:42.209Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-06-10T23:22:42.209Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-06-10T23:22:42.209Z] --- PASS: TestContainerInvalidJSON//containers/foobar/copy (0.00s) [2021-06-10T23:22:42.209Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-06-10T23:22:42.668Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.23s) [2021-06-10T23:22:42.668Z] === RUN TestCopyFromContainerPathIsNotDir [2021-06-10T23:22:42.668Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.19s) [2021-06-10T23:22:42.668Z] === RUN TestCopyToContainerPathDoesNotExist [2021-06-10T23:22:43.128Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.16s) [2021-06-10T23:22:43.128Z] === RUN TestCopyToContainerPathIsNotDir [2021-06-10T23:22:43.128Z] --- PASS: TestCopyToContainerPathIsNotDir (0.18s) [2021-06-10T23:22:43.128Z] === RUN TestCopyFromContainer [2021-06-10T23:22:43.128Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-06-10T23:22:43.128Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:22:43.128Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-06-10T23:22:43.128Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-10T23:22:43.128Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-10T23:22:43.128Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-10T23:22:43.128Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-10T23:22:43.128Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-10T23:22:43.128Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-10T23:22:43.128Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-06-10T23:22:43.128Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-06-10T23:22:43.128Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-06-10T23:22:43.128Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-06-10T23:22:43.128Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-06-10T23:22:43.128Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-06-10T23:22:43.128Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-06-10T23:22:43.128Z] === RUN TestCreateLinkToNonExistingContainer [2021-06-10T23:22:43.128Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-06-10T23:22:43.128Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-06-10T23:22:43.128Z] === RUN TestCreateWithInvalidEnv [2021-06-10T23:22:43.128Z] === RUN TestCreateWithInvalidEnv/0 [2021-06-10T23:22:43.128Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-06-10T23:22:43.128Z] === RUN TestCreateWithInvalidEnv/1 [2021-06-10T23:22:43.128Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-06-10T23:22:43.128Z] === RUN TestCreateWithInvalidEnv/2 [2021-06-10T23:22:43.128Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-06-10T23:22:43.128Z] === CONT TestCreateWithInvalidEnv/0 [2021-06-10T23:22:43.128Z] === CONT TestCreateWithInvalidEnv/2 [2021-06-10T23:22:43.128Z] === CONT TestCreateWithInvalidEnv/1 [2021-06-10T23:22:43.128Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-06-10T23:22:43.128Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-06-10T23:22:43.128Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-06-10T23:22:43.128Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-06-10T23:22:43.128Z] === RUN TestCreateTmpfsMountsTarget [2021-06-10T23:22:43.128Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-06-10T23:22:43.128Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:22:43.128Z] === RUN TestCreateWithCustomMaskedPaths [2021-06-10T23:22:43.128Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-06-10T23:22:43.128Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:22:43.128Z] === RUN TestCreateWithCustomReadonlyPaths [2021-06-10T23:22:43.128Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-06-10T23:22:43.128Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:22:43.128Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-06-10T23:22:43.128Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-10T23:22:43.128Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-10T23:22:43.128Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-10T23:22:43.128Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-10T23:22:43.128Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-10T23:22:43.128Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-10T23:22:43.128Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-10T23:22:43.128Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-10T23:22:43.128Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-10T23:22:43.128Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-10T23:22:43.128Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-06-10T23:22:43.128Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-06-10T23:22:43.128Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-06-10T23:22:43.128Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-06-10T23:22:43.128Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-06-10T23:22:43.128Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-06-10T23:22:43.128Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2021-06-10T23:22:43.128Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-06-10T23:22:43.128Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-06-10T23:22:43.128Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-06-10T23:22:43.128Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-06-10T23:22:43.128Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-06-10T23:22:43.128Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-06-10T23:22:43.128Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-06-10T23:22:43.128Z] === RUN TestCreateDifferentPlatform [2021-06-10T23:22:43.128Z] === RUN TestCreateDifferentPlatform/different_os [2021-06-10T23:22:43.128Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-06-10T23:22:43.128Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-06-10T23:22:43.128Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-06-10T23:22:43.128Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-06-10T23:22:43.128Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-06-10T23:22:43.128Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.12s) [2021-06-10T23:22:43.128Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-06-10T23:22:43.588Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-06-10T23:22:43.588Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-06-10T23:22:43.588Z] === RUN TestContainerKillOnDaemonStart [2021-06-10T23:22:43.588Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-06-10T23:22:43.588Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:22:43.588Z] === RUN TestDiff [2021-06-10T23:22:43.588Z] --- SKIP: TestDiff (0.00s) [2021-06-10T23:22:43.588Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-06-10T23:22:43.588Z] === RUN TestExecWithCloseStdin [2021-06-10T23:22:44.212Z] --- PASS: TestServiceUpdateNetwork (14.48s) [2021-06-10T23:22:44.212Z] === RUN TestServiceUpdatePidsLimit [2021-06-10T23:22:45.579Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-06-10T23:22:45.767Z] --- PASS: TestExecWithCloseStdin (2.56s) [2021-06-10T23:22:45.767Z] === RUN TestExec [2021-06-10T23:22:46.945Z] === RUN TestDockerSuite/TestCpToCaseH [2021-06-10T23:22:46.945Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-06-10T23:22:47.201Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-06-10T23:22:47.946Z] --- PASS: TestExec (1.82s) [2021-06-10T23:22:47.946Z] === RUN TestExecUser [2021-06-10T23:22:47.946Z] --- SKIP: TestExecUser (0.00s) [2021-06-10T23:22:47.946Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-06-10T23:22:47.946Z] === RUN TestExportContainerAndImportImage [2021-06-10T23:22:47.946Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-06-10T23:22:47.946Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:22:47.946Z] === RUN TestExportContainerAfterDaemonRestart [2021-06-10T23:22:47.946Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-06-10T23:22:47.946Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:22:47.946Z] === RUN TestHealthCheckWorkdir [2021-06-10T23:22:47.946Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-06-10T23:22:47.946Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-06-10T23:22:47.946Z] === RUN TestHealthKillContainer [2021-06-10T23:22:47.946Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-06-10T23:22:47.946Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-06-10T23:22:47.946Z] === RUN TestInspectCpusetInConfigPre120 [2021-06-10T23:22:47.946Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-06-10T23:22:47.946Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-06-10T23:22:47.946Z] === RUN TestKillContainerInvalidSignal [2021-06-10T23:22:49.521Z] --- PASS: TestKillContainerInvalidSignal (1.70s) [2021-06-10T23:22:49.521Z] === RUN TestKillContainer [2021-06-10T23:22:49.521Z] === RUN TestKillContainer/no_signal [2021-06-10T23:22:51.062Z] === RUN TestKillContainer/non_killing_signal [2021-06-10T23:22:51.062Z] === RUN TestKillContainer/killing_signal [2021-06-10T23:22:51.369Z] === RUN TestDockerSuite/TestCpToCaseI [2021-06-10T23:22:52.735Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-06-10T23:22:53.242Z] --- PASS: TestKillContainer (3.81s) [2021-06-10T23:22:53.242Z] --- PASS: TestKillContainer/no_signal (1.55s) [2021-06-10T23:22:53.242Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-06-10T23:22:53.242Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-06-10T23:22:53.242Z] --- PASS: TestKillContainer/killing_signal (2.23s) [2021-06-10T23:22:53.242Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-06-10T23:22:53.242Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-06-10T23:22:53.242Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-10T23:22:53.242Z] === RUN TestKillStoppedContainer [2021-06-10T23:22:53.242Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-06-10T23:22:53.242Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-10T23:22:53.242Z] === RUN TestKillStoppedContainerAPIPre120 [2021-06-10T23:22:53.242Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-06-10T23:22:53.242Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-10T23:22:53.242Z] === RUN TestKillDifferentUserContainer [2021-06-10T23:22:53.242Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-06-10T23:22:53.242Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-06-10T23:22:53.242Z] === RUN TestInspectOomKilledTrue [2021-06-10T23:22:53.242Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-06-10T23:22:53.242Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:22:53.242Z] === RUN TestInspectOomKilledFalse [2021-06-10T23:22:53.242Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-06-10T23:22:53.242Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-10T23:22:53.242Z] === RUN TestLogsFollowTailEmpty [2021-06-10T23:22:54.101Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-06-10T23:22:54.782Z] --- PASS: TestLogsFollowTailEmpty (1.69s) [2021-06-10T23:22:54.782Z] === RUN TestNetworkNat [2021-06-10T23:22:54.782Z] --- SKIP: TestNetworkNat (0.00s) [2021-06-10T23:22:54.782Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-06-10T23:22:54.782Z] === RUN TestNetworkLocalhostTCPNat [2021-06-10T23:22:55.030Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-06-10T23:22:56.961Z] --- PASS: TestNetworkLocalhostTCPNat (2.04s) [2021-06-10T23:22:56.961Z] === RUN TestNetworkLoopbackNat [2021-06-10T23:22:56.961Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-06-10T23:22:56.961Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-06-10T23:22:56.961Z] === RUN TestPause [2021-06-10T23:22:56.961Z] --- SKIP: TestPause (0.00s) [2021-06-10T23:22:56.961Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-06-10T23:22:56.961Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-06-10T23:22:58.498Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.68s) [2021-06-10T23:22:58.499Z] === RUN TestPauseStopPausedContainer [2021-06-10T23:22:58.499Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-06-10T23:22:58.499Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:22:58.499Z] === RUN TestPsFilter [2021-06-10T23:22:58.959Z] --- PASS: TestPsFilter (0.25s) [2021-06-10T23:22:58.959Z] === RUN TestRemoveContainerWithRemovedVolume [2021-06-10T23:23:00.276Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-06-10T23:23:00.533Z] === RUN TestDockerSuite/TestCpToDot [2021-06-10T23:23:01.139Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.29s) [2021-06-10T23:23:01.139Z] === RUN TestRemoveContainerWithVolume [2021-06-10T23:23:02.470Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-06-10T23:23:03.318Z] --- PASS: TestRemoveContainerWithVolume (1.93s) [2021-06-10T23:23:03.318Z] === RUN TestRemoveContainerRunning [2021-06-10T23:23:03.397Z] --- PASS: TestServiceUpdatePidsLimit (19.22s) [2021-06-10T23:23:03.397Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (1.55s) [2021-06-10T23:23:03.397Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.95s) [2021-06-10T23:23:03.397Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.63s) [2021-06-10T23:23:03.397Z] PASS [2021-06-10T23:23:03.397Z] [2021-06-10T23:23:03.397Z] === Skipped [2021-06-10T23:23:03.397Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-06-10T23:23:03.397Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-06-10T23:23:03.397Z] [2021-06-10T23:23:03.397Z] [2021-06-10T23:23:03.397Z] DONE 27 tests, 1 skipped in 205.718s [2021-06-10T23:23:03.397Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-06-10T23:23:03.397Z] ++ 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-10T23:23:03.397Z] ++ set -e [2021-06-10T23:23:03.397Z] ++ '[' -n 0 ']' [2021-06-10T23:23:03.397Z] ++ set -x [2021-06-10T23:23:03.397Z] ++ 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-10T23:23:03.398Z] INFO: Testing against a local daemon [2021-06-10T23:23:03.398Z] === RUN TestSessionCreate [2021-06-10T23:23:03.398Z] --- PASS: TestSessionCreate (0.06s) [2021-06-10T23:23:03.398Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-10T23:23:03.398Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2021-06-10T23:23:03.398Z] PASS [2021-06-10T23:23:03.398Z] [2021-06-10T23:23:03.398Z] DONE 2 tests in 0.261s [2021-06-10T23:23:03.398Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-06-10T23:23:03.398Z] ++ 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-10T23:23:03.398Z] ++ set -e [2021-06-10T23:23:03.398Z] ++ '[' -n 0 ']' [2021-06-10T23:23:03.398Z] ++ set -x [2021-06-10T23:23:03.398Z] ++ 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-10T23:23:03.654Z] INFO: Testing against a local daemon [2021-06-10T23:23:03.654Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-10T23:23:03.654Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-10T23:23:03.654Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-10T23:23:03.654Z] === RUN TestEventsExecDie [2021-06-10T23:23:04.581Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-06-10T23:23:04.857Z] --- PASS: TestRemoveContainerRunning (1.70s) [2021-06-10T23:23:04.857Z] === RUN TestRemoveContainerForceRemoveRunning [2021-06-10T23:23:06.398Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.65s) [2021-06-10T23:23:06.398Z] === RUN TestRemoveInvalidContainer [2021-06-10T23:23:06.398Z] --- PASS: TestRemoveInvalidContainer (0.04s) [2021-06-10T23:23:06.398Z] === RUN TestRenameLinkedContainer [2021-06-10T23:23:06.398Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-06-10T23:23:06.398Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-06-10T23:23:06.398Z] === RUN TestRenameStoppedContainer [2021-06-10T23:23:06.472Z] --- PASS: TestEventsExecDie (2.39s) [2021-06-10T23:23:06.472Z] === RUN TestEventsBackwardsCompatible [2021-06-10T23:23:06.472Z] --- PASS: TestEventsBackwardsCompatible (0.09s) [2021-06-10T23:23:06.472Z] === RUN TestEventsVolumeCreate [2021-06-10T23:23:06.472Z] --- PASS: TestEventsVolumeCreate (0.13s) [2021-06-10T23:23:06.472Z] === RUN TestInfoBinaryCommits [2021-06-10T23:23:06.472Z] --- PASS: TestInfoBinaryCommits (0.05s) [2021-06-10T23:23:06.472Z] === RUN TestInfoAPIVersioned [2021-06-10T23:23:06.472Z] --- PASS: TestInfoAPIVersioned (0.03s) [2021-06-10T23:23:06.472Z] === RUN TestInfoDiscoveryBackend [2021-06-10T23:23:07.033Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-06-10T23:23:07.033Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-06-10T23:23:07.289Z] === RUN TestDockerSuite/TestCpToStdout [2021-06-10T23:23:07.851Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-06-10T23:23:07.851Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-06-10T23:23:08.107Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-06-10T23:23:08.363Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2021-06-10T23:23:08.363Z] === RUN TestInfoAPI [2021-06-10T23:23:08.618Z] --- PASS: TestInfoAPI (0.03s) [2021-06-10T23:23:08.618Z] === RUN TestInfoAPIWarnings [2021-06-10T23:23:09.306Z] --- PASS: TestRenameStoppedContainer (2.26s) [2021-06-10T23:23:09.306Z] === RUN TestRenameRunningContainerAndReuse [2021-06-10T23:23:09.547Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-06-10T23:23:09.547Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-06-10T23:23:10.473Z] === RUN TestDockerSuite/TestCpVolumePath [2021-06-10T23:23:11.401Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-06-10T23:23:11.401Z] === RUN TestDockerSuite/TestCreateArgs [2021-06-10T23:23:11.657Z] === RUN TestDockerSuite/TestCreateByImageID [2021-06-10T23:23:11.912Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-06-10T23:23:12.216Z] --- PASS: TestRenameRunningContainerAndReuse (3.24s) [2021-06-10T23:23:12.216Z] === RUN TestRenameInvalidName [2021-06-10T23:23:12.840Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-06-10T23:23:12.840Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-06-10T23:23:12.840Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-06-10T23:23:13.753Z] --- PASS: TestRenameInvalidName (1.66s) [2021-06-10T23:23:13.753Z] === RUN TestRenameAnonymousContainer [2021-06-10T23:23:13.766Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-06-10T23:23:14.021Z] === RUN TestDockerSuite/TestCreateLabels [2021-06-10T23:23:14.021Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-06-10T23:23:14.021Z] === RUN TestDockerSuite/TestCreateRM [2021-06-10T23:23:14.276Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-06-10T23:23:14.276Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-06-10T23:23:14.276Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-06-10T23:23:14.276Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-06-10T23:23:16.163Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-06-10T23:23:16.419Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-06-10T23:23:16.419Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-06-10T23:23:17.785Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-06-10T23:23:21.054Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-06-10T23:23:21.054Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-06-10T23:23:21.054Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-06-10T23:23:21.054Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-06-10T23:23:21.054Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-06-10T23:23:21.310Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-06-10T23:23:22.328Z] --- PASS: TestRenameAnonymousContainer (8.76s) [2021-06-10T23:23:22.328Z] === RUN TestRenameContainerWithSameName [2021-06-10T23:23:22.675Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-06-10T23:23:24.509Z] --- PASS: TestRenameContainerWithSameName (1.70s) [2021-06-10T23:23:24.509Z] === RUN TestRenameContainerWithLinkedContainer [2021-06-10T23:23:24.509Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-06-10T23:23:24.509Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-06-10T23:23:24.509Z] === RUN TestResize [2021-06-10T23:23:24.585Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-06-10T23:23:25.512Z] --- PASS: TestInfoAPIWarnings (16.79s) [2021-06-10T23:23:25.512Z] === RUN TestInfoDebug [2021-06-10T23:23:25.768Z] --- PASS: TestInfoDebug (0.59s) [2021-06-10T23:23:25.768Z] === RUN TestInfoInsecureRegistries [2021-06-10T23:23:26.047Z] --- PASS: TestResize (1.73s) [2021-06-10T23:23:26.047Z] === RUN TestResizeWithInvalidSize [2021-06-10T23:23:26.330Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-06-10T23:23:26.330Z] --- PASS: TestInfoInsecureRegistries (0.58s) [2021-06-10T23:23:26.330Z] === RUN TestInfoRegistryMirrors [2021-06-10T23:23:26.891Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-06-10T23:23:26.891Z] === RUN TestLoginFailsWithBadCredentials [2021-06-10T23:23:27.452Z] --- PASS: TestLoginFailsWithBadCredentials (0.41s) [2021-06-10T23:23:27.452Z] === RUN TestPingCacheHeaders [2021-06-10T23:23:27.452Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-06-10T23:23:27.452Z] === RUN TestPingGet [2021-06-10T23:23:27.452Z] --- PASS: TestPingGet (0.02s) [2021-06-10T23:23:27.452Z] === RUN TestPingHead [2021-06-10T23:23:27.452Z] --- PASS: TestPingHead (0.02s) [2021-06-10T23:23:27.452Z] === RUN TestVersion [2021-06-10T23:23:27.452Z] --- PASS: TestVersion (0.03s) [2021-06-10T23:23:27.452Z] PASS [2021-06-10T23:23:27.452Z] [2021-06-10T23:23:27.452Z] === Skipped [2021-06-10T23:23:27.452Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-10T23:23:27.452Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-06-10T23:23:27.452Z] [2021-06-10T23:23:27.452Z] [2021-06-10T23:23:27.452Z] DONE 19 tests, 1 skipped in 24.005s [2021-06-10T23:23:27.452Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-06-10T23:23:27.452Z] ++ 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-10T23:23:27.452Z] ++ set -e [2021-06-10T23:23:27.452Z] ++ '[' -n 0 ']' [2021-06-10T23:23:27.452Z] ++ set -x [2021-06-10T23:23:27.452Z] ++ 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-10T23:23:27.588Z] --- PASS: TestResizeWithInvalidSize (1.68s) [2021-06-10T23:23:27.588Z] === RUN TestResizeWhenContainerNotStarted [2021-06-10T23:23:27.708Z] INFO: Testing against a local daemon [2021-06-10T23:23:27.708Z] === RUN TestVolumesCreateAndList [2021-06-10T23:23:27.708Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-06-10T23:23:27.708Z] === RUN TestVolumesRemove [2021-06-10T23:23:27.708Z] --- PASS: TestVolumesRemove (0.07s) [2021-06-10T23:23:27.708Z] === RUN TestVolumesInspect [2021-06-10T23:23:27.708Z] --- PASS: TestVolumesInspect (0.03s) [2021-06-10T23:23:27.708Z] === RUN TestVolumesInvalidJSON [2021-06-10T23:23:27.964Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-10T23:23:27.964Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-10T23:23:27.964Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-10T23:23:27.964Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-06-10T23:23:27.964Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-10T23:23:27.964Z] PASS [2021-06-10T23:23:27.964Z] [2021-06-10T23:23:27.964Z] DONE 5 tests in 0.341s [2021-06-10T23:23:27.964Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-10T23:23:28.221Z] ++++ cat bundles/test-integration/docker.pid [2021-06-10T23:23:28.221Z] +++ kill 5772 [2021-06-10T23:23:28.783Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-06-10T23:23:29.710Z] +++ /etc/init.d/apparmor stop [2021-06-10T23:23:29.710Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-10T23:23:29.710Z] [2021-06-10T23:23:29.710Z] Unloading profiles will leave already running processes permanently [2021-06-10T23:23:29.710Z] unconfined, which can lead to unexpected situations. [2021-06-10T23:23:29.710Z] [2021-06-10T23:23:29.710Z] To set a process to complain mode, use the command line tool [2021-06-10T23:23:29.710Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-10T23:23:29.710Z] +++ true [2021-06-10T23:23:29.710Z] exiting test-integration [2021-06-10T23:23:29.710Z] ++ exit 0 [2021-06-10T23:23:29.710Z] [2021-06-10T23:23:29.769Z] --- PASS: TestResizeWhenContainerNotStarted (1.83s) [2021-06-10T23:23:29.769Z] === RUN TestDaemonRestartKillContainers [2021-06-10T23:23:29.769Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-06-10T23:23:29.769Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:23:29.769Z] === RUN TestStats [2021-06-10T23:23:29.769Z] --- SKIP: TestStats (0.00s) [2021-06-10T23:23:29.769Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-06-10T23:23:29.769Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-06-10T23:23:30.271Z] + for job in $(jobs -p) [2021-06-10T23:23:30.271Z] + wait 8761 [2021-06-10T23:23:30.832Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-06-10T23:23:31.759Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-06-10T23:23:32.319Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-06-10T23:23:32.319Z] === RUN TestDockerSuite/TestDevicePermissions [2021-06-10T23:23:33.248Z] === RUN TestDockerSuite/TestDockerFails [2021-06-10T23:23:33.248Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-06-10T23:23:33.248Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-06-10T23:23:33.248Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-06-10T23:23:34.177Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-06-10T23:23:35.104Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-06-10T23:23:35.566Z] --- PASS: TestStopContainerWithRestartPolicyAlways (5.93s) [2021-06-10T23:23:35.566Z] === RUN TestStopContainerWithTimeout [2021-06-10T23:23:35.566Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-06-10T23:23:35.566Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-06-10T23:23:35.567Z] === RUN TestUpdateRestartPolicy [2021-06-10T23:23:36.470Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-06-10T23:23:36.470Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-06-10T23:23:36.470Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-06-10T23:23:36.470Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-06-10T23:23:38.358Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-06-10T23:23:43.601Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-06-10T23:23:46.115Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-06-10T23:23:48.635Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-06-10T23:23:50.531Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-06-10T23:23:51.459Z] === RUN TestDockerSuite/TestEventsAttach [2021-06-10T23:23:52.385Z] === RUN TestDockerSuite/TestEventsCommit [2021-06-10T23:23:53.320Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-06-10T23:23:54.246Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-06-10T23:23:54.502Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-06-10T23:23:55.064Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-06-10T23:23:55.991Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-06-10T23:23:56.688Z] --- PASS: TestUpdateRestartPolicy (20.51s) [2021-06-10T23:23:56.688Z] === RUN TestUpdateRestartWithAutoRemove [2021-06-10T23:23:57.659Z] --- PASS: TestUpdateRestartWithAutoRemove (1.77s) [2021-06-10T23:23:57.659Z] === RUN TestWaitNonBlocked [2021-06-10T23:23:57.659Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-10T23:23:57.659Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-10T23:23:57.659Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-10T23:23:57.659Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-10T23:23:57.659Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-06-10T23:23:57.659Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-06-10T23:23:58.507Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-06-10T23:24:00.397Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-06-10T23:24:01.406Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-06-10T23:24:01.406Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.09s) [2021-06-10T23:24:01.406Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.21s) [2021-06-10T23:24:01.406Z] === RUN TestWaitBlocked [2021-06-10T23:24:01.406Z] --- SKIP: TestWaitBlocked (0.00s) [2021-06-10T23:24:01.406Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:24:01.406Z] PASS [2021-06-10T23:24:01.406Z] ok github.com/docker/docker/integration/container 79.022s [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === Skipped [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-06-10T23:24:01.406Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-06-10T23:24:01.406Z] copy_test.go:82: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-06-10T23:24:01.406Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-06-10T23:24:01.406Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-06-10T23:24:01.406Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-06-10T23:24:01.406Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-06-10T23:24:01.406Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-06-10T23:24:01.406Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-06-10T23:24:01.406Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-06-10T23:24:01.406Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-06-10T23:24:01.406Z] exec_test.go:130: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-06-10T23:24:01.406Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-06-10T23:24:01.406Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-06-10T23:24:01.406Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-06-10T23:24:01.406Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-06-10T23:24:01.406Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-06-10T23:24:01.406Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-06-10T23:24:01.406Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-06-10T23:24:01.406Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-06-10T23:24:01.406Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-06-10T23:24:01.406Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-06-10T23:24:01.406Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-06-10T23:24:01.406Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-06-10T23:24:01.406Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-06-10T23:24:01.406Z] nat_test.go:24: testEnv.OSType == "windows": FIXME [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-06-10T23:24:01.406Z] nat_test.go:60: testEnv.OSType == "windows": FIXME [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-06-10T23:24:01.406Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-06-10T23:24:01.406Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-06-10T23:24:01.406Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-06-10T23:24:01.406Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-06-10T23:24:01.406Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-06-10T23:24:01.406Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-06-10T23:24:01.406Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-06-10T23:24:01.406Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] [2021-06-10T23:24:01.406Z] DONE 88 tests, 33 skipped in 81.665s [2021-06-10T23:24:01.406Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-06-10T23:24:02.917Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-06-10T23:24:02.962Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-10T23:24:02.962Z] INFO: Testing against a local daemon [2021-06-10T23:24:02.962Z] === RUN TestCommitInheritsEnv [2021-06-10T23:24:02.962Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-06-10T23:24:02.962Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-10T23:24:02.962Z] === RUN TestImportExtremelyLargeImageWorks [2021-06-10T23:24:02.962Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-06-10T23:24:02.962Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-06-10T23:24:02.962Z] === RUN TestImagesFilterMultiReference [2021-06-10T23:24:02.962Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2021-06-10T23:24:02.962Z] === RUN TestImagePullPlatformInvalid [2021-06-10T23:24:02.962Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-06-10T23:24:02.962Z] === RUN TestRemoveImageOrphaning [2021-06-10T23:24:03.932Z] --- PASS: TestRemoveImageOrphaning (0.83s) [2021-06-10T23:24:03.932Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-06-10T23:24:03.932Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-06-10T23:24:03.932Z] === RUN TestTagInvalidReference [2021-06-10T23:24:03.932Z] --- PASS: TestTagInvalidReference (0.02s) [2021-06-10T23:24:03.932Z] === RUN TestTagValidPrefixedRepo [2021-06-10T23:24:03.932Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-06-10T23:24:03.932Z] === RUN TestTagExistedNameWithoutForce [2021-06-10T23:24:03.932Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-06-10T23:24:03.932Z] === RUN TestTagOfficialNames [2021-06-10T23:24:03.932Z] --- PASS: TestTagOfficialNames (0.07s) [2021-06-10T23:24:03.932Z] === RUN TestTagMatchesDigest [2021-06-10T23:24:03.932Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-06-10T23:24:03.932Z] PASS [2021-06-10T23:24:03.932Z] ok github.com/docker/docker/integration/image 1.318s [2021-06-10T23:24:04.281Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-06-10T23:24:04.391Z] [2021-06-10T23:24:04.391Z] === Skipped [2021-06-10T23:24:04.391Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-06-10T23:24:04.391Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-10T23:24:04.391Z] [2021-06-10T23:24:04.391Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-06-10T23:24:04.391Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-06-10T23:24:04.391Z] [2021-06-10T23:24:04.391Z] [2021-06-10T23:24:04.391Z] DONE 11 tests, 2 skipped in 3.241s [2021-06-10T23:24:04.391Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-06-10T23:24:06.571Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-10T23:24:06.571Z] INFO: Testing against a local daemon [2021-06-10T23:24:06.571Z] === RUN TestNetworkCreateDelete [2021-06-10T23:24:06.571Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-06-10T23:24:06.571Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:24:06.571Z] === RUN TestDockerNetworkDeletePreferID [2021-06-10T23:24:06.571Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-06-10T23:24:06.571Z] 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-10T23:24:06.571Z] === RUN TestDaemonDNSFallback [2021-06-10T23:24:06.571Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-06-10T23:24:06.571Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:24:06.571Z] === RUN TestInspectNetwork [2021-06-10T23:24:06.571Z] --- SKIP: TestInspectNetwork (0.00s) [2021-06-10T23:24:06.571Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-06-10T23:24:06.571Z] === RUN TestRunContainerWithBridgeNone [2021-06-10T23:24:06.571Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-06-10T23:24:06.571Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:24:06.571Z] === RUN TestNetworkInvalidJSON [2021-06-10T23:24:06.571Z] === RUN TestNetworkInvalidJSON//networks/create [2021-06-10T23:24:06.571Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-06-10T23:24:06.571Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-06-10T23:24:06.571Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-06-10T23:24:06.571Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-10T23:24:06.571Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-10T23:24:06.571Z] === CONT TestNetworkInvalidJSON//networks/create [2021-06-10T23:24:06.571Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-06-10T23:24:06.571Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-06-10T23:24:06.571Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-06-10T23:24:06.571Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-06-10T23:24:06.571Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-06-10T23:24:06.571Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.02s) [2021-06-10T23:24:06.571Z] === RUN TestNetworkList [2021-06-10T23:24:06.571Z] === RUN TestNetworkList//networks [2021-06-10T23:24:06.571Z] === PAUSE TestNetworkList//networks [2021-06-10T23:24:06.571Z] === RUN TestNetworkList//networks/ [2021-06-10T23:24:06.571Z] === PAUSE TestNetworkList//networks/ [2021-06-10T23:24:06.571Z] === CONT TestNetworkList//networks [2021-06-10T23:24:06.571Z] === CONT TestNetworkList//networks/ [2021-06-10T23:24:06.571Z] --- PASS: TestNetworkList (0.02s) [2021-06-10T23:24:06.571Z] --- PASS: TestNetworkList//networks (0.00s) [2021-06-10T23:24:06.571Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-06-10T23:24:06.571Z] === RUN TestHostIPv4BridgeLabel [2021-06-10T23:24:06.571Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-06-10T23:24:06.571Z] network_test.go:126: testEnv.OSType == "windows" [2021-06-10T23:24:06.571Z] === RUN TestDaemonRestartWithLiveRestore [2021-06-10T23:24:06.571Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-06-10T23:24:06.571Z] service_test.go:29: testEnv.OSType == "windows" [2021-06-10T23:24:06.571Z] === RUN TestDaemonDefaultNetworkPools [2021-06-10T23:24:06.571Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-06-10T23:24:06.571Z] service_test.go:58: testEnv.OSType == "windows" [2021-06-10T23:24:06.571Z] === RUN TestDaemonRestartWithExistingNetwork [2021-06-10T23:24:06.571Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-10T23:24:06.571Z] service_test.go:102: testEnv.OSType == "windows" [2021-06-10T23:24:06.571Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-06-10T23:24:06.571Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-10T23:24:06.571Z] service_test.go:136: testEnv.OSType == "windows" [2021-06-10T23:24:06.571Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-06-10T23:24:06.571Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-10T23:24:06.571Z] service_test.go:187: testEnv.OSType == "windows" [2021-06-10T23:24:06.571Z] === RUN TestServiceWithPredefinedNetwork [2021-06-10T23:24:06.571Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-06-10T23:24:06.571Z] service_test.go:212: testEnv.OSType == "windows" [2021-06-10T23:24:06.571Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-06-10T23:24:06.571Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-10T23:24:06.571Z] service_test.go:242: FLAKY_TEST [2021-06-10T23:24:06.571Z] === RUN TestServiceWithDataPathPortInit [2021-06-10T23:24:06.571Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-06-10T23:24:06.571Z] service_test.go:333: testEnv.OSType == "windows" [2021-06-10T23:24:06.571Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-06-10T23:24:06.571Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-10T23:24:06.571Z] service_test.go:401: testEnv.OSType == "windows" [2021-06-10T23:24:06.571Z] PASS [2021-06-10T23:24:06.571Z] ok github.com/docker/docker/integration/network 0.225s [2021-06-10T23:24:06.571Z] [2021-06-10T23:24:06.571Z] === Skipped [2021-06-10T23:24:06.571Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-06-10T23:24:06.572Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:24:06.572Z] [2021-06-10T23:24:06.572Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-06-10T23:24:06.572Z] 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-10T23:24:06.572Z] [2021-06-10T23:24:06.572Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-06-10T23:24:06.572Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:24:06.572Z] [2021-06-10T23:24:06.572Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-06-10T23:24:06.572Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-06-10T23:24:06.572Z] [2021-06-10T23:24:06.572Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-06-10T23:24:06.572Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:24:06.572Z] [2021-06-10T23:24:06.572Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-06-10T23:24:06.572Z] network_test.go:126: testEnv.OSType == "windows" [2021-06-10T23:24:06.572Z] [2021-06-10T23:24:06.572Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-06-10T23:24:06.572Z] service_test.go:29: testEnv.OSType == "windows" [2021-06-10T23:24:06.572Z] [2021-06-10T23:24:06.572Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-06-10T23:24:06.572Z] service_test.go:58: testEnv.OSType == "windows" [2021-06-10T23:24:06.572Z] [2021-06-10T23:24:06.572Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-06-10T23:24:06.572Z] service_test.go:102: testEnv.OSType == "windows" [2021-06-10T23:24:06.572Z] [2021-06-10T23:24:06.572Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-06-10T23:24:06.572Z] service_test.go:136: testEnv.OSType == "windows" [2021-06-10T23:24:06.572Z] [2021-06-10T23:24:06.572Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-06-10T23:24:06.572Z] service_test.go:187: testEnv.OSType == "windows" [2021-06-10T23:24:06.572Z] [2021-06-10T23:24:06.572Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-06-10T23:24:06.572Z] service_test.go:212: testEnv.OSType == "windows" [2021-06-10T23:24:06.572Z] [2021-06-10T23:24:06.572Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-06-10T23:24:06.572Z] service_test.go:242: FLAKY_TEST [2021-06-10T23:24:06.572Z] [2021-06-10T23:24:06.572Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-06-10T23:24:06.572Z] service_test.go:333: testEnv.OSType == "windows" [2021-06-10T23:24:06.572Z] [2021-06-10T23:24:06.572Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-06-10T23:24:06.572Z] service_test.go:401: testEnv.OSType == "windows" [2021-06-10T23:24:06.572Z] [2021-06-10T23:24:06.572Z] [2021-06-10T23:24:06.572Z] DONE 22 tests, 15 skipped in 2.277s [2021-06-10T23:24:06.572Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-06-10T23:24:07.540Z] testing: warning: no tests to run [2021-06-10T23:24:07.540Z] PASS [2021-06-10T23:24:07.540Z] ok github.com/docker/docker/integration/network/ipvlan 0.065s [2021-06-10T23:24:07.540Z] [2021-06-10T23:24:07.540Z] DONE 0 tests in 0.704s [2021-06-10T23:24:07.540Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-06-10T23:24:07.547Z] === RUN TestDockerSuite/TestEventsCopy [2021-06-10T23:24:07.999Z] testing: warning: no tests to run [2021-06-10T23:24:07.999Z] PASS [2021-06-10T23:24:07.999Z] ok github.com/docker/docker/integration/network/macvlan 0.080s [2021-06-10T23:24:07.999Z] [2021-06-10T23:24:07.999Z] DONE 0 tests in 0.702s [2021-06-10T23:24:07.999Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-06-10T23:24:08.912Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-06-10T23:24:08.970Z] testing: warning: no tests to run [2021-06-10T23:24:08.970Z] PASS [2021-06-10T23:24:08.970Z] ok github.com/docker/docker/integration/plugin 0.062s [2021-06-10T23:24:08.970Z] [2021-06-10T23:24:08.970Z] DONE 0 tests in 0.693s [2021-06-10T23:24:08.970Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-06-10T23:24:09.938Z] testing: warning: no tests to run [2021-06-10T23:24:09.938Z] PASS [2021-06-10T23:24:09.938Z] ok github.com/docker/docker/integration/plugin/authz 0.139s [2021-06-10T23:24:09.938Z] [2021-06-10T23:24:09.938Z] DONE 0 tests in 0.764s [2021-06-10T23:24:09.938Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-06-10T23:24:11.433Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-06-10T23:24:17.996Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-06-10T23:24:17.996Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-06-10T23:24:18.515Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-10T23:24:18.515Z] INFO: Testing against a local daemon [2021-06-10T23:24:18.515Z] === RUN TestPluginInvalidJSON [2021-06-10T23:24:18.515Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-06-10T23:24:18.515Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-06-10T23:24:18.515Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-06-10T23:24:18.515Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-06-10T23:24:18.515Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-06-10T23:24:18.515Z] === RUN TestPluginInstall [2021-06-10T23:24:18.515Z] --- SKIP: TestPluginInstall (0.00s) [2021-06-10T23:24:18.515Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-06-10T23:24:18.515Z] === RUN TestPluginsWithRuntimes [2021-06-10T23:24:18.515Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-06-10T23:24:18.515Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-06-10T23:24:18.515Z] === RUN TestPluginBackCompatMediaTypes [2021-06-10T23:24:18.515Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-06-10T23:24:18.515Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-06-10T23:24:18.515Z] PASS [2021-06-10T23:24:18.515Z] ok github.com/docker/docker/integration/plugin/common 0.174s [2021-06-10T23:24:18.515Z] [2021-06-10T23:24:18.515Z] === Skipped [2021-06-10T23:24:18.515Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-06-10T23:24:18.515Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-06-10T23:24:18.515Z] [2021-06-10T23:24:18.515Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-06-10T23:24:18.515Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-06-10T23:24:18.515Z] [2021-06-10T23:24:18.515Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-06-10T23:24:18.515Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-06-10T23:24:18.515Z] [2021-06-10T23:24:18.515Z] [2021-06-10T23:24:18.515Z] DONE 5 tests, 3 skipped in 8.254s [2021-06-10T23:24:18.515Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-06-10T23:24:18.922Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-06-10T23:24:19.185Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-06-10T23:24:19.185Z] === RUN TestDockerSuite/TestEventsFilterType [2021-06-10T23:24:19.441Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-06-10T23:24:19.697Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-06-10T23:24:19.697Z] === RUN TestDockerSuite/TestEventsFilters [2021-06-10T23:24:20.701Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-10T23:24:20.701Z] INFO: Testing against a local daemon [2021-06-10T23:24:20.701Z] === RUN TestExternalGraphDriver [2021-06-10T23:24:20.701Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-06-10T23:24:20.701Z] external_test.go:48: runtime.GOOS == "windows" [2021-06-10T23:24:20.701Z] === RUN TestGraphdriverPluginV2 [2021-06-10T23:24:20.701Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-06-10T23:24:20.701Z] external_test.go:408: runtime.GOOS == "windows" [2021-06-10T23:24:20.701Z] PASS [2021-06-10T23:24:20.701Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.163s [2021-06-10T23:24:20.701Z] [2021-06-10T23:24:20.701Z] === Skipped [2021-06-10T23:24:20.701Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-06-10T23:24:20.701Z] external_test.go:48: runtime.GOOS == "windows" [2021-06-10T23:24:20.701Z] [2021-06-10T23:24:20.701Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-06-10T23:24:20.701Z] external_test.go:408: runtime.GOOS == "windows" [2021-06-10T23:24:20.701Z] [2021-06-10T23:24:20.701Z] [2021-06-10T23:24:20.701Z] DONE 2 tests, 2 skipped in 2.868s [2021-06-10T23:24:21.064Z] === RUN TestDockerSuite/TestEventsFormat [2021-06-10T23:24:21.168Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-06-10T23:24:22.955Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-06-10T23:24:22.955Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-06-10T23:24:22.955Z] === RUN TestDockerSuite/TestEventsImageImport [2021-06-10T23:24:23.354Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-10T23:24:23.354Z] INFO: Testing against a local daemon [2021-06-10T23:24:23.354Z] === RUN TestReadPluginNoRead [2021-06-10T23:24:23.354Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-06-10T23:24:23.354Z] read_test.go:21: no unix domain sockets on Windows [2021-06-10T23:24:23.354Z] PASS [2021-06-10T23:24:23.354Z] ok github.com/docker/docker/integration/plugin/logging 0.190s [2021-06-10T23:24:23.354Z] [2021-06-10T23:24:23.354Z] === Skipped [2021-06-10T23:24:23.354Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-06-10T23:24:23.354Z] read_test.go:21: no unix domain sockets on Windows [2021-06-10T23:24:23.354Z] [2021-06-10T23:24:23.354Z] [2021-06-10T23:24:23.354Z] DONE 1 tests, 1 skipped in 2.298s [2021-06-10T23:24:23.354Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-06-10T23:24:23.883Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-06-10T23:24:23.883Z] === RUN TestDockerSuite/TestEventsImagePull [2021-06-10T23:24:24.322Z] testing: warning: no tests to run [2021-06-10T23:24:24.322Z] PASS [2021-06-10T23:24:24.322Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.116s [2021-06-10T23:24:24.322Z] [2021-06-10T23:24:24.322Z] DONE 0 tests in 1.199s [2021-06-10T23:24:24.322Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-06-10T23:24:24.808Z] === RUN TestDockerSuite/TestEventsImageTag [2021-06-10T23:24:25.735Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-06-10T23:24:25.990Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-06-10T23:24:25.990Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-06-10T23:24:25.990Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-06-10T23:24:27.249Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-10T23:24:27.249Z] INFO: Testing against a local daemon [2021-06-10T23:24:27.249Z] === RUN TestPluginWithDevMounts [2021-06-10T23:24:27.249Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-06-10T23:24:27.249Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:27.249Z] PASS [2021-06-10T23:24:27.249Z] ok github.com/docker/docker/integration/plugin/volumes 0.238s [2021-06-10T23:24:27.249Z] [2021-06-10T23:24:27.249Z] === Skipped [2021-06-10T23:24:27.249Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-06-10T23:24:27.249Z] mounts_test.go:20: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:27.249Z] [2021-06-10T23:24:27.249Z] [2021-06-10T23:24:27.249Z] DONE 1 tests, 1 skipped in 2.395s [2021-06-10T23:24:27.249Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-06-10T23:24:27.354Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-06-10T23:24:28.280Z] === RUN TestDockerSuite/TestEventsRename [2021-06-10T23:24:28.787Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-10T23:24:28.787Z] INFO: Testing against a local daemon [2021-06-10T23:24:28.787Z] === RUN TestSecretInspect [2021-06-10T23:24:28.787Z] --- SKIP: TestSecretInspect (0.00s) [2021-06-10T23:24:28.787Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:28.787Z] === RUN TestSecretList [2021-06-10T23:24:28.787Z] --- SKIP: TestSecretList (0.00s) [2021-06-10T23:24:28.787Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:28.787Z] === RUN TestSecretsCreateAndDelete [2021-06-10T23:24:28.787Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-06-10T23:24:28.787Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:28.787Z] === RUN TestSecretsUpdate [2021-06-10T23:24:28.787Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-06-10T23:24:28.787Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:28.787Z] === RUN TestTemplatedSecret [2021-06-10T23:24:28.787Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-06-10T23:24:28.787Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:28.787Z] === RUN TestSecretCreateResolve [2021-06-10T23:24:28.787Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-06-10T23:24:28.787Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:24:28.787Z] PASS [2021-06-10T23:24:28.787Z] ok github.com/docker/docker/integration/secret 0.186s [2021-06-10T23:24:28.840Z] === RUN TestDockerSuite/TestEventsResize [2021-06-10T23:24:29.246Z] [2021-06-10T23:24:29.246Z] === Skipped [2021-06-10T23:24:29.246Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-06-10T23:24:29.246Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:29.246Z] [2021-06-10T23:24:29.246Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-06-10T23:24:29.246Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:29.246Z] [2021-06-10T23:24:29.246Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-06-10T23:24:29.246Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:29.246Z] [2021-06-10T23:24:29.246Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-06-10T23:24:29.246Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:29.246Z] [2021-06-10T23:24:29.246Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-06-10T23:24:29.246Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:29.246Z] [2021-06-10T23:24:29.246Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-06-10T23:24:29.246Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:24:29.246Z] [2021-06-10T23:24:29.246Z] [2021-06-10T23:24:29.246Z] DONE 6 tests, 6 skipped in 2.030s [2021-06-10T23:24:29.246Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-06-10T23:24:29.767Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-06-10T23:24:30.328Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-06-10T23:24:31.425Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-10T23:24:31.425Z] INFO: Testing against a local daemon [2021-06-10T23:24:31.425Z] === RUN TestServiceCreateInit [2021-06-10T23:24:31.425Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-06-10T23:24:31.425Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-06-10T23:24:31.425Z] --- PASS: TestServiceCreateInit (0.02s) [2021-06-10T23:24:31.425Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-10T23:24:31.425Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.425Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-10T23:24:31.425Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.425Z] === RUN TestCreateServiceMultipleTimes [2021-06-10T23:24:31.425Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-06-10T23:24:31.425Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.425Z] === RUN TestCreateServiceConflict [2021-06-10T23:24:31.425Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-06-10T23:24:31.425Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.425Z] === RUN TestCreateServiceMaxReplicas [2021-06-10T23:24:31.425Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2021-06-10T23:24:31.425Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.425Z] === RUN TestCreateWithDuplicateNetworkNames [2021-06-10T23:24:31.425Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-06-10T23:24:31.425Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.425Z] === RUN TestCreateServiceSecretFileMode [2021-06-10T23:24:31.425Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-06-10T23:24:31.425Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.425Z] === RUN TestCreateServiceConfigFileMode [2021-06-10T23:24:31.425Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-06-10T23:24:31.425Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.425Z] === RUN TestCreateServiceSysctls [2021-06-10T23:24:31.425Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-06-10T23:24:31.425Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.425Z] === RUN TestCreateServiceCapabilities [2021-06-10T23:24:31.425Z] --- SKIP: TestCreateServiceCapabilities (0.03s) [2021-06-10T23:24:31.425Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.425Z] === RUN TestInspect [2021-06-10T23:24:31.425Z] --- SKIP: TestInspect (0.00s) [2021-06-10T23:24:31.425Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.425Z] === RUN TestCreateJob [2021-06-10T23:24:31.425Z] --- SKIP: TestCreateJob (0.00s) [2021-06-10T23:24:31.425Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.425Z] === RUN TestReplicatedJob [2021-06-10T23:24:31.425Z] --- SKIP: TestReplicatedJob (0.00s) [2021-06-10T23:24:31.425Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.425Z] === RUN TestUpdateReplicatedJob [2021-06-10T23:24:31.425Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-06-10T23:24:31.425Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.425Z] === RUN TestServiceListWithStatuses [2021-06-10T23:24:31.425Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-06-10T23:24:31.425Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.425Z] === RUN TestDockerNetworkConnectAlias [2021-06-10T23:24:31.425Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-06-10T23:24:31.425Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.425Z] === RUN TestDockerNetworkReConnect [2021-06-10T23:24:31.425Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-06-10T23:24:31.425Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.425Z] === RUN TestServicePlugin [2021-06-10T23:24:31.425Z] --- SKIP: TestServicePlugin (0.00s) [2021-06-10T23:24:31.425Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.425Z] === RUN TestServiceUpdateLabel [2021-06-10T23:24:31.425Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-06-10T23:24:31.425Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:24:31.425Z] === RUN TestServiceUpdateSecrets [2021-06-10T23:24:31.425Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-06-10T23:24:31.425Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:24:31.425Z] === RUN TestServiceUpdateConfigs [2021-06-10T23:24:31.425Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-06-10T23:24:31.425Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:24:31.425Z] === RUN TestServiceUpdateNetwork [2021-06-10T23:24:31.425Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-06-10T23:24:31.425Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:24:31.425Z] === RUN TestServiceUpdatePidsLimit [2021-06-10T23:24:31.425Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-06-10T23:24:31.425Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:24:31.425Z] PASS [2021-06-10T23:24:31.425Z] ok github.com/docker/docker/integration/service 0.311s [2021-06-10T23:24:31.691Z] === RUN TestDockerSuite/TestEventsStreaming [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] === Skipped [2021-06-10T23:24:31.885Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-10T23:24:31.885Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-06-10T23:24:31.885Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-10T23:24:31.885Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-06-10T23:24:31.885Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-06-10T23:24:31.885Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-06-10T23:24:31.885Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.02s) [2021-06-10T23:24:31.885Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-06-10T23:24:31.885Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-06-10T23:24:31.885Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-06-10T23:24:31.885Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s) [2021-06-10T23:24:31.885Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.03s) [2021-06-10T23:24:31.885Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-06-10T23:24:31.885Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-06-10T23:24:31.885Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-06-10T23:24:31.885Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-06-10T23:24:31.885Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-06-10T23:24:31.885Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-06-10T23:24:31.885Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-06-10T23:24:31.885Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-06-10T23:24:31.885Z] plugin_test.go:27: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-06-10T23:24:31.885Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-06-10T23:24:31.885Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-06-10T23:24:31.885Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-06-10T23:24:31.885Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-06-10T23:24:31.885Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] [2021-06-10T23:24:31.885Z] DONE 24 tests, 23 skipped in 2.689s [2021-06-10T23:24:31.885Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-06-10T23:24:32.253Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-06-10T23:24:32.253Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-06-10T23:24:33.424Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-10T23:24:33.424Z] INFO: Testing against a local daemon [2021-06-10T23:24:33.424Z] === RUN TestSessionCreate [2021-06-10T23:24:33.424Z] --- SKIP: TestSessionCreate (0.00s) [2021-06-10T23:24:33.424Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-06-10T23:24:33.424Z] === RUN TestSessionCreateWithBadUpgrade [2021-06-10T23:24:33.424Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-06-10T23:24:33.424Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-06-10T23:24:33.424Z] PASS [2021-06-10T23:24:33.424Z] ok github.com/docker/docker/integration/session 0.183s [2021-06-10T23:24:33.885Z] [2021-06-10T23:24:33.885Z] === Skipped [2021-06-10T23:24:33.885Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-06-10T23:24:33.885Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-06-10T23:24:33.885Z] [2021-06-10T23:24:33.885Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-06-10T23:24:33.885Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-06-10T23:24:33.885Z] [2021-06-10T23:24:33.885Z] [2021-06-10T23:24:33.885Z] DONE 2 tests, 2 skipped in 1.936s [2021-06-10T23:24:33.885Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-06-10T23:24:35.516Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-06-10T23:24:35.516Z] === RUN TestDockerSuite/TestEventsTop [2021-06-10T23:24:36.065Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-10T23:24:36.065Z] INFO: Testing against a local daemon [2021-06-10T23:24:36.065Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-06-10T23:24:36.065Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-10T23:24:36.065Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:36.065Z] === RUN TestEventsExecDie [2021-06-10T23:24:36.065Z] --- SKIP: TestEventsExecDie (0.00s) [2021-06-10T23:24:36.065Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-06-10T23:24:36.065Z] === RUN TestEventsBackwardsCompatible [2021-06-10T23:24:36.065Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-06-10T23:24:36.065Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-06-10T23:24:36.065Z] === RUN TestEventsVolumeCreate [2021-06-10T23:24:36.065Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-06-10T23:24:36.065Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-06-10T23:24:36.065Z] === RUN TestInfoAPI [2021-06-10T23:24:36.065Z] --- PASS: TestInfoAPI (0.04s) [2021-06-10T23:24:36.065Z] === RUN TestInfoAPIWarnings [2021-06-10T23:24:36.065Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-06-10T23:24:36.065Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-10T23:24:36.065Z] === RUN TestInfoDebug [2021-06-10T23:24:36.065Z] --- SKIP: TestInfoDebug (0.00s) [2021-06-10T23:24:36.065Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-10T23:24:36.065Z] === RUN TestInfoInsecureRegistries [2021-06-10T23:24:36.065Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-06-10T23:24:36.065Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-10T23:24:36.065Z] === RUN TestInfoRegistryMirrors [2021-06-10T23:24:36.065Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-06-10T23:24:36.065Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-10T23:24:36.065Z] === RUN TestLoginFailsWithBadCredentials [2021-06-10T23:24:36.449Z] === RUN TestDockerSuite/TestEventsUntag [2021-06-10T23:24:36.524Z] --- PASS: TestLoginFailsWithBadCredentials (0.94s) [2021-06-10T23:24:36.524Z] === RUN TestPingCacheHeaders [2021-06-10T23:24:36.524Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-06-10T23:24:36.524Z] === RUN TestPingGet [2021-06-10T23:24:36.524Z] --- PASS: TestPingGet (0.02s) [2021-06-10T23:24:36.524Z] === RUN TestPingHead [2021-06-10T23:24:36.524Z] --- PASS: TestPingHead (0.02s) [2021-06-10T23:24:36.524Z] === RUN TestVersion [2021-06-10T23:24:36.524Z] --- PASS: TestVersion (0.03s) [2021-06-10T23:24:36.524Z] PASS [2021-06-10T23:24:36.524Z] ok github.com/docker/docker/integration/system 1.210s [2021-06-10T23:24:36.984Z] [2021-06-10T23:24:36.984Z] === Skipped [2021-06-10T23:24:36.984Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-06-10T23:24:36.984Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-06-10T23:24:36.984Z] [2021-06-10T23:24:36.984Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-06-10T23:24:36.984Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-06-10T23:24:36.984Z] [2021-06-10T23:24:36.984Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-06-10T23:24:36.984Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-06-10T23:24:36.984Z] [2021-06-10T23:24:36.984Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-06-10T23:24:36.984Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-06-10T23:24:36.984Z] [2021-06-10T23:24:36.984Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-06-10T23:24:36.984Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-06-10T23:24:36.984Z] [2021-06-10T23:24:36.984Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-06-10T23:24:36.984Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-10T23:24:36.984Z] [2021-06-10T23:24:36.984Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-06-10T23:24:36.984Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-10T23:24:36.984Z] [2021-06-10T23:24:36.984Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-06-10T23:24:36.984Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-06-10T23:24:36.984Z] [2021-06-10T23:24:36.984Z] [2021-06-10T23:24:36.984Z] DONE 14 tests, 8 skipped in 3.042s [2021-06-10T23:24:36.984Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-06-10T23:24:38.965Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-06-10T23:24:39.163Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-10T23:24:39.163Z] INFO: Testing against a local daemon [2021-06-10T23:24:39.163Z] === RUN TestVolumesCreateAndList [2021-06-10T23:24:39.163Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-06-10T23:24:39.163Z] === RUN TestVolumesRemove [2021-06-10T23:24:39.163Z] --- PASS: TestVolumesRemove (0.15s) [2021-06-10T23:24:39.163Z] === RUN TestVolumesInspect [2021-06-10T23:24:39.163Z] --- PASS: TestVolumesInspect (0.03s) [2021-06-10T23:24:39.163Z] === RUN TestVolumesInvalidJSON [2021-06-10T23:24:39.163Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-06-10T23:24:39.163Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-06-10T23:24:39.163Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-06-10T23:24:39.163Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-06-10T23:24:39.163Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-06-10T23:24:39.163Z] PASS [2021-06-10T23:24:39.163Z] ok github.com/docker/docker/integration/volume 0.368s [2021-06-10T23:24:39.163Z] [2021-06-10T23:24:39.163Z] DONE 5 tests in 2.216s [2021-06-10T23:24:39.163Z] INFO: make.ps1 ended at 06/10/2021 23:24:38 [2021-06-10T23:24:39.163Z] INFO: Integration CLI tests being run from the host: [2021-06-10T23:24:39.163Z] 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-10T23:24:46.252Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore/insider:10.0.20295.1 [2021-06-10T23:24:46.252Z] INFO: Testing against a local daemon [2021-06-10T23:24:46.252Z] === RUN TestDockerSuite [2021-06-10T23:24:46.252Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-06-10T23:24:46.252Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-06-10T23:24:46.252Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-06-10T23:24:46.252Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-06-10T23:24:46.252Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-06-10T23:24:46.252Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-06-10T23:24:46.252Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-06-10T23:24:46.252Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-06-10T23:24:47.078Z] === RUN TestDockerSuite/TestExec [2021-06-10T23:24:47.078Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-06-10T23:24:47.221Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-06-10T23:24:47.221Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-06-10T23:24:47.680Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-06-10T23:24:48.141Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-06-10T23:24:48.441Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-06-10T23:24:49.372Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-06-10T23:24:50.300Z] === RUN TestDockerSuite/TestExecAPIStart [2021-06-10T23:24:52.191Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-06-10T23:24:53.554Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-06-10T23:24:54.483Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-06-10T23:24:55.847Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-06-10T23:24:56.777Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-06-10T23:24:57.704Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-06-10T23:24:58.632Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-06-10T23:24:59.558Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-06-10T23:25:00.924Z] === RUN TestDockerSuite/TestExecCgroup [2021-06-10T23:25:04.192Z] === RUN TestDockerSuite/TestExecEnv [2021-06-10T23:25:06.087Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-06-10T23:25:08.607Z] === RUN TestDockerSuite/TestExecExitStatus [2021-06-10T23:25:10.503Z] === RUN TestDockerSuite/TestExecInspectID [2021-06-10T23:25:14.668Z] === RUN TestDockerSuite/TestExecInteractive [2021-06-10T23:25:15.229Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-06-10T23:25:16.156Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-06-10T23:25:17.524Z] === RUN TestDockerSuite/TestExecParseError [2021-06-10T23:25:18.085Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-06-10T23:25:19.013Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-06-10T23:25:19.940Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-06-10T23:25:25.184Z] === RUN TestDockerSuite/TestExecSetEnv [2021-06-10T23:25:26.113Z] === RUN TestDockerSuite/TestExecStartFails [2021-06-10T23:25:28.009Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-06-10T23:25:33.248Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-06-10T23:25:39.783Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-06-10T23:25:40.712Z] === RUN TestDockerSuite/TestExecTTY [2021-06-10T23:25:42.630Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-06-10T23:25:44.521Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-06-10T23:25:45.447Z] === RUN TestDockerSuite/TestExecUlimits [2021-06-10T23:25:47.336Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-06-10T23:25:47.336Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-06-10T23:25:48.588Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-06-10T23:25:48.588Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-06-10T23:25:48.588Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-06-10T23:25:48.588Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-06-10T23:25:48.588Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-06-10T23:25:48.588Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-06-10T23:25:48.588Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-06-10T23:25:48.588Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-06-10T23:25:48.588Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-06-10T23:25:48.588Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-06-10T23:25:48.588Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-06-10T23:25:48.588Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-06-10T23:25:48.588Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-06-10T23:25:48.588Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-06-10T23:25:48.588Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-06-10T23:25:49.225Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-06-10T23:25:49.557Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-06-10T23:25:50.153Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-06-10T23:25:51.750Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-06-10T23:25:51.750Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-06-10T23:25:51.750Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-06-10T23:25:51.750Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-06-10T23:25:51.750Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-06-10T23:25:52.044Z] === RUN TestDockerSuite/TestExecWithTERM [2021-06-10T23:25:53.410Z] === RUN TestDockerSuite/TestExecWithUser [2021-06-10T23:25:54.658Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-06-10T23:25:54.658Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-06-10T23:25:54.658Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-06-10T23:25:54.776Z] === RUN TestDockerSuite/TestGetContainerStats [2021-06-10T23:26:00.017Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-06-10T23:26:04.178Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-06-10T23:26:04.178Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-06-10T23:26:04.994Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-06-10T23:26:06.068Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-06-10T23:26:11.332Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-06-10T23:26:12.263Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-06-10T23:26:12.263Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-06-10T23:26:12.263Z] === RUN TestDockerSuite/TestHealth [2021-06-10T23:26:38.749Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-06-10T23:26:38.749Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-06-10T23:26:38.749Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-06-10T23:26:38.749Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-06-10T23:26:38.749Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-06-10T23:26:38.749Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-06-10T23:26:38.749Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-06-10T23:26:38.749Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-06-10T23:26:38.749Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-06-10T23:26:38.749Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-06-10T23:26:38.749Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-06-10T23:26:38.749Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-06-10T23:26:38.749Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-06-10T23:26:38.749Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-06-10T23:26:38.749Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-06-10T23:26:38.749Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-06-10T23:26:39.311Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-06-10T23:26:40.239Z] === RUN TestDockerSuite/TestImagesFormat [2021-06-10T23:26:40.239Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-06-10T23:26:41.166Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-06-10T23:26:44.429Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-06-10T23:26:44.429Z] === RUN TestDockerSuite/TestImportBadURL [2021-06-10T23:26:44.429Z] === RUN TestDockerSuite/TestImportDisplay [2021-06-10T23:26:45.793Z] === RUN TestDockerSuite/TestImportFile [2021-06-10T23:26:45.793Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-06-10T23:26:48.312Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-06-10T23:26:48.312Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-06-10T23:26:51.582Z] === RUN TestDockerSuite/TestImportGzipped [2021-06-10T23:26:53.472Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-06-10T23:26:55.990Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-06-10T23:26:56.919Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-06-10T23:26:57.861Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-06-10T23:26:58.790Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-06-10T23:26:58.790Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-06-10T23:26:58.790Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-06-10T23:27:00.158Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-06-10T23:27:01.528Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-06-10T23:27:02.456Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-06-10T23:27:03.383Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-06-10T23:27:04.747Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-06-10T23:27:05.564Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-06-10T23:27:05.564Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-06-10T23:27:05.674Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-06-10T23:27:05.674Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-06-10T23:27:07.565Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-06-10T23:27:08.494Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-06-10T23:27:09.861Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-06-10T23:27:09.862Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-06-10T23:27:11.227Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-06-10T23:27:11.227Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-06-10T23:27:13.117Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-06-10T23:27:14.044Z] === RUN TestDockerSuite/TestInspectDefault [2021-06-10T23:27:14.141Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-06-10T23:27:14.141Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-06-10T23:27:15.408Z] === RUN TestDockerSuite/TestInspectHistory [2021-06-10T23:27:16.335Z] === RUN TestDockerSuite/TestInspectImage [2021-06-10T23:27:16.591Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-06-10T23:27:16.591Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-06-10T23:27:16.591Z] === RUN TestDockerSuite/TestInspectInt64 [2021-06-10T23:27:17.153Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-06-10T23:27:17.882Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-06-10T23:27:18.342Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-06-10T23:27:18.342Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-06-10T23:27:18.342Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-06-10T23:27:18.342Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-06-10T23:27:18.518Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-06-10T23:27:18.518Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-06-10T23:27:18.803Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-06-10T23:27:19.081Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-06-10T23:27:19.777Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-06-10T23:27:20.462Z] === RUN TestDockerSuite/TestInspectPlugin [2021-06-10T23:27:22.350Z] === RUN TestDockerSuite/TestInspectRootFS [2021-06-10T23:27:22.350Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-06-10T23:27:22.350Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-06-10T23:27:22.690Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-06-10T23:27:23.279Z] === RUN TestDockerSuite/TestInspectStatus [2021-06-10T23:27:24.206Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-06-10T23:27:24.232Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-06-10T23:27:24.232Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-06-10T23:27:24.232Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-06-10T23:27:24.232Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-06-10T23:27:26.724Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-06-10T23:27:27.140Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-06-10T23:27:28.095Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-06-10T23:27:29.024Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-06-10T23:27:29.956Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-06-10T23:27:30.212Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-06-10T23:27:31.140Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-06-10T23:27:32.067Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-06-10T23:27:32.628Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-06-10T23:27:33.189Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-06-10T23:27:33.189Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-06-10T23:27:36.454Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-06-10T23:27:36.710Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-06-10T23:27:37.475Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-06-10T23:27:37.638Z] === RUN TestDockerSuite/TestLinksEnvs [2021-06-10T23:27:40.157Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-06-10T23:27:40.412Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-06-10T23:27:40.412Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-06-10T23:27:43.679Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-06-10T23:27:44.577Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-06-10T23:27:44.607Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-06-10T23:27:45.973Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-06-10T23:27:46.116Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-06-10T23:27:46.116Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-06-10T23:27:47.862Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-06-10T23:27:49.027Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-06-10T23:27:49.228Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-06-10T23:27:49.228Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-06-10T23:27:51.207Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-06-10T23:27:52.496Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-06-10T23:27:52.497Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-06-10T23:27:52.752Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-06-10T23:27:53.683Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-06-10T23:27:55.898Z] === RUN TestDockerSuite/TestBuildAddScript [2021-06-10T23:27:55.898Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-06-10T23:27:55.898Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-06-10T23:27:55.898Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-06-10T23:27:55.898Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-06-10T23:27:56.868Z] === RUN TestDockerSuite/TestBuildAddTar [2021-06-10T23:27:56.951Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-06-10T23:28:06.896Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-06-10T23:28:09.413Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-06-10T23:28:11.302Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-06-10T23:28:11.863Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-06-10T23:28:15.127Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-06-10T23:28:15.127Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-06-10T23:28:15.127Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-06-10T23:28:15.127Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-06-10T23:28:15.127Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-06-10T23:28:16.054Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-06-10T23:28:16.627Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-06-10T23:28:20.788Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-06-10T23:28:21.350Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-06-10T23:28:21.910Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-06-10T23:28:27.156Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-06-10T23:28:27.156Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-06-10T23:28:27.156Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-06-10T23:28:28.522Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-06-10T23:28:29.890Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-06-10T23:28:30.451Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-06-10T23:28:31.378Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-06-10T23:28:32.568Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-06-10T23:28:32.568Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-06-10T23:28:32.568Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-06-10T23:28:32.745Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-06-10T23:28:34.110Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-06-10T23:28:34.672Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-06-10T23:28:37.189Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-06-10T23:28:38.117Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-06-10T23:28:39.048Z] === RUN TestDockerSuite/TestLogsSince [2021-06-10T23:28:42.896Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-06-10T23:28:43.357Z] === RUN TestDockerSuite/TestBuildBlankName [2021-06-10T23:28:43.816Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-06-10T23:28:47.143Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-06-10T23:28:48.506Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-06-10T23:28:51.769Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-06-10T23:28:51.769Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-06-10T23:28:52.333Z] === RUN TestDockerSuite/TestLogsTail [2021-06-10T23:28:53.698Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-06-10T23:28:54.147Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-06-10T23:28:55.063Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-06-10T23:28:55.116Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-06-10T23:28:55.318Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-06-10T23:28:55.575Z] === RUN TestDockerSuite/TestMountIntoProc [2021-06-10T23:28:56.136Z] === RUN TestDockerSuite/TestMountIntoSys [2021-06-10T23:28:57.063Z] === RUN TestDockerSuite/TestNetHostname [2021-06-10T23:28:57.623Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-06-10T23:28:58.863Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-06-10T23:29:00.140Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-06-10T23:29:00.702Z] === RUN TestDockerSuite/TestNetworkEvents [2021-06-10T23:29:02.592Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-06-10T23:29:05.856Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-06-10T23:29:07.220Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-06-10T23:29:09.736Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-06-10T23:29:09.736Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-06-10T23:29:10.664Z] === RUN TestDockerSuite/TestPluginActive [2021-06-10T23:29:11.269Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-06-10T23:29:12.043Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-06-10T23:29:12.298Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-06-10T23:29:17.069Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-06-10T23:29:17.069Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-06-10T23:29:18.836Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-06-10T23:29:18.836Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-06-10T23:29:18.836Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-06-10T23:29:19.396Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-06-10T23:29:21.771Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-06-10T23:29:21.771Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-06-10T23:29:21.771Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-06-10T23:29:23.562Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-06-10T23:29:24.124Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-06-10T23:29:26.011Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-06-10T23:29:26.011Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-06-10T23:29:27.570Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-06-10T23:29:27.571Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-06-10T23:29:27.571Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-06-10T23:29:27.571Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-06-10T23:29:27.571Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-06-10T23:29:31.254Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-06-10T23:29:32.619Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-06-10T23:29:33.545Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-06-10T23:29:36.064Z] === RUN TestDockerSuite/TestPortHostBinding [2021-06-10T23:29:37.951Z] === RUN TestDockerSuite/TestPortList [2021-06-10T23:29:47.906Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-06-10T23:29:47.906Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-06-10T23:29:48.693Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-06-10T23:29:48.834Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-06-10T23:29:50.202Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-06-10T23:29:54.365Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-06-10T23:29:56.879Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-06-10T23:29:56.879Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-06-10T23:29:56.879Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-06-10T23:29:56.879Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-06-10T23:29:57.262Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-06-10T23:29:57.262Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-06-10T23:29:57.262Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-06-10T23:29:57.806Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-06-10T23:29:57.806Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-06-10T23:29:58.368Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-06-10T23:29:58.368Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-06-10T23:29:58.805Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-06-10T23:29:58.805Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-06-10T23:29:59.735Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-06-10T23:29:59.735Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-06-10T23:30:01.102Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-06-10T23:30:01.102Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-06-10T23:30:02.466Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-06-10T23:30:05.733Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-06-10T23:30:06.295Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-06-10T23:30:07.222Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-06-10T23:30:07.477Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-06-10T23:30:07.733Z] === RUN TestDockerSuite/TestPsByOrder [2021-06-10T23:30:09.139Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-06-10T23:30:10.108Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-06-10T23:30:10.108Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-06-10T23:30:10.108Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-06-10T23:30:11.648Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-06-10T23:30:11.899Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-06-10T23:30:12.460Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-06-10T23:30:12.616Z] === RUN TestDockerSuite/TestBuildCmd [2021-06-10T23:30:13.075Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-06-10T23:30:13.537Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-06-10T23:30:13.996Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-06-10T23:30:15.732Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-06-10T23:30:18.693Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-06-10T23:30:19.899Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-06-10T23:30:20.155Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-06-10T23:30:20.155Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-06-10T23:30:20.871Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-06-10T23:30:20.871Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-06-10T23:30:22.409Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-06-10T23:30:22.409Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-06-10T23:30:22.409Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-06-10T23:30:25.398Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-06-10T23:30:29.494Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-06-10T23:30:29.953Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-06-10T23:30:30.415Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-06-10T23:30:30.415Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-06-10T23:30:31.382Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-06-10T23:30:31.842Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-06-10T23:30:31.842Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-06-10T23:30:31.842Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-06-10T23:30:33.482Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-06-10T23:30:34.042Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-06-10T23:30:34.969Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-06-10T23:30:38.238Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-06-10T23:30:38.922Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-06-10T23:30:39.604Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-06-10T23:30:41.492Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-06-10T23:30:43.382Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-06-10T23:30:45.906Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-06-10T23:30:47.284Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-06-10T23:30:47.284Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-06-10T23:30:48.649Z] === RUN TestDockerSuite/TestPsRightTagName [2021-06-10T23:30:48.649Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-06-10T23:30:51.165Z] === RUN TestDockerSuite/TestPsShowMounts [2021-06-10T23:30:51.420Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-06-10T23:30:53.934Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-06-10T23:30:54.861Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-06-10T23:30:54.861Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-06-10T23:30:54.861Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-06-10T23:30:55.118Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-06-10T23:30:55.118Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-06-10T23:30:56.045Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-06-10T23:30:57.409Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-06-10T23:30:59.298Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-06-10T23:30:59.558Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-06-10T23:31:11.771Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-06-10T23:31:11.771Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-06-10T23:31:12.333Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-06-10T23:31:13.696Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-06-10T23:31:15.061Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-06-10T23:31:15.061Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-06-10T23:31:15.061Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-06-10T23:31:15.623Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-06-10T23:31:16.553Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-06-10T23:31:18.443Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-06-10T23:31:20.332Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-06-10T23:31:21.465Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-06-10T23:31:21.465Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-06-10T23:31:21.465Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-06-10T23:31:24.499Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-06-10T23:31:25.863Z] === RUN TestDockerSuite/TestRmiBlank [2021-06-10T23:31:25.863Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-06-10T23:31:25.863Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-06-10T23:31:28.869Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-06-10T23:31:28.869Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-06-10T23:31:29.128Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-06-10T23:31:29.328Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-06-10T23:31:29.328Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-06-10T23:31:29.789Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-06-10T23:31:29.789Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-06-10T23:31:30.055Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-06-10T23:31:30.313Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-06-10T23:31:32.202Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-06-10T23:31:33.128Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-06-10T23:31:35.014Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-06-10T23:31:35.576Z] === RUN TestDockerSuite/TestRmiTag [2021-06-10T23:31:35.832Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-06-10T23:31:36.087Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-06-10T23:31:36.649Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-06-10T23:31:41.905Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-06-10T23:31:42.161Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-06-10T23:31:43.087Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-06-10T23:31:43.345Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-06-10T23:31:44.715Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-06-10T23:31:44.971Z] === RUN TestDockerSuite/TestRunAddHost [2021-06-10T23:31:45.897Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-06-10T23:31:46.154Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-06-10T23:31:47.524Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-06-10T23:31:47.524Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-06-10T23:31:47.524Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-06-10T23:31:48.085Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-06-10T23:31:50.601Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-06-10T23:31:50.897Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-06-10T23:31:50.897Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-06-10T23:31:50.897Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-06-10T23:31:51.162Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-06-10T23:31:52.090Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-06-10T23:31:52.651Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-06-10T23:31:53.578Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-06-10T23:31:55.465Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-06-10T23:31:56.026Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-06-10T23:31:56.953Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-06-10T23:31:58.317Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-06-10T23:31:58.880Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-06-10T23:31:59.806Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-06-10T23:32:00.733Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-06-10T23:32:01.659Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-06-10T23:32:02.585Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-06-10T23:32:03.148Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-06-10T23:32:04.076Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-06-10T23:32:04.076Z] === RUN TestDockerSuite/TestRunBindMounts [2021-06-10T23:32:04.076Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-06-10T23:32:05.723Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-06-10T23:32:06.604Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-06-10T23:32:06.695Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-06-10T23:32:07.155Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-06-10T23:32:07.969Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-06-10T23:32:08.896Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-06-10T23:32:09.458Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-06-10T23:32:10.020Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-06-10T23:32:10.275Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-06-10T23:32:10.837Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-06-10T23:32:10.891Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-06-10T23:32:11.766Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-06-10T23:32:12.327Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-06-10T23:32:12.889Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-06-10T23:32:13.802Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-06-10T23:32:13.815Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-06-10T23:32:13.815Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-06-10T23:32:14.376Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-06-10T23:32:14.376Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-06-10T23:32:15.740Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-06-10T23:32:16.301Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-06-10T23:32:16.710Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-06-10T23:32:16.863Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-06-10T23:32:17.789Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-06-10T23:32:17.789Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-06-10T23:32:18.351Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-06-10T23:32:20.239Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-06-10T23:32:21.603Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-06-10T23:32:22.529Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-06-10T23:32:23.090Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-06-10T23:32:24.016Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-06-10T23:32:24.016Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-06-10T23:32:24.944Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-06-10T23:32:25.885Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-06-10T23:32:26.827Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-06-10T23:32:28.714Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-06-10T23:32:31.979Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-06-10T23:32:31.979Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-06-10T23:32:32.541Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-06-10T23:32:32.797Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-06-10T23:32:35.569Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-06-10T23:32:37.458Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-06-10T23:32:39.973Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-06-10T23:32:42.489Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-06-10T23:32:42.489Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-06-10T23:32:42.489Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-06-10T23:32:43.051Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-06-10T23:32:45.565Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-06-10T23:32:46.929Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-06-10T23:32:48.819Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-06-10T23:32:49.747Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-06-10T23:32:51.117Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-06-10T23:32:52.045Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-06-10T23:32:52.045Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-06-10T23:32:52.609Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-06-10T23:32:54.498Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-06-10T23:32:54.498Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-06-10T23:32:55.058Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-06-10T23:32:55.619Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-06-10T23:32:56.550Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-06-10T23:32:57.111Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-06-10T23:32:57.111Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-06-10T23:32:58.038Z] === RUN TestDockerSuite/TestRunEnvironment [2021-06-10T23:32:58.599Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-06-10T23:32:59.161Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-06-10T23:33:00.091Z] === RUN TestDockerSuite/TestRunExitCode [2021-06-10T23:33:00.652Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-06-10T23:33:01.579Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-06-10T23:33:02.140Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-06-10T23:33:03.068Z] === RUN TestDockerSuite/TestRunExposePort [2021-06-10T23:33:03.068Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-06-10T23:33:03.630Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-06-10T23:33:04.556Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-06-10T23:33:05.922Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-06-10T23:33:06.486Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-10T23:33:06.486Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-06-10T23:33:07.414Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-06-10T23:33:07.414Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-06-10T23:33:07.414Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-06-10T23:33:09.749Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-06-10T23:33:10.311Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-06-10T23:33:22.486Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-06-10T23:33:22.486Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-06-10T23:33:23.851Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-06-10T23:33:23.851Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-06-10T23:33:23.851Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-06-10T23:33:24.106Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-06-10T23:33:24.668Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-06-10T23:33:27.940Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-06-10T23:33:29.305Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-06-10T23:33:31.191Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-06-10T23:33:37.721Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-06-10T23:33:37.721Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-06-10T23:33:37.721Z] === RUN TestDockerSuite/TestRunModeHostname [2021-06-10T23:33:39.086Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-06-10T23:33:39.086Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-06-10T23:33:39.343Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-06-10T23:33:40.711Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-06-10T23:33:42.599Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-06-10T23:33:43.965Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-06-10T23:33:43.965Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-06-10T23:33:43.965Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-06-10T23:33:45.328Z] === RUN TestDockerSuite/TestRunMount [2021-06-10T23:33:55.276Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-06-10T23:33:55.276Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-06-10T23:33:55.276Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-06-10T23:33:56.641Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-06-10T23:33:58.117Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-06-10T23:33:58.117Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-06-10T23:33:58.117Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-06-10T23:33:59.157Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-06-10T23:34:02.425Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-06-10T23:34:03.352Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-06-10T23:34:05.242Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-06-10T23:34:08.514Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-06-10T23:34:08.514Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-06-10T23:34:11.029Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-06-10T23:34:12.917Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-06-10T23:34:12.917Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-06-10T23:34:14.282Z] === RUN TestDockerSuite/TestRunNetHost [2021-06-10T23:34:15.648Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-06-10T23:34:15.837Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-06-10T23:34:16.578Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-06-10T23:34:16.834Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-06-10T23:34:17.762Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-06-10T23:34:21.034Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-06-10T23:34:23.551Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-06-10T23:34:24.434Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-06-10T23:34:26.067Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-06-10T23:34:28.583Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-06-10T23:34:29.146Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-06-10T23:34:30.073Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-06-10T23:34:30.073Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-06-10T23:34:31.000Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-06-10T23:34:31.000Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-06-10T23:34:31.929Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-06-10T23:34:32.857Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-06-10T23:34:33.024Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-06-10T23:34:33.114Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-06-10T23:34:34.042Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-06-10T23:34:34.297Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-06-10T23:34:40.827Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-06-10T23:34:40.827Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-06-10T23:34:40.827Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-06-10T23:34:40.827Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-06-10T23:34:41.754Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-06-10T23:34:43.642Z] === RUN TestDockerSuite/TestRunPortInUse [2021-06-10T23:34:44.570Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-06-10T23:34:45.521Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-06-10T23:34:45.521Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-06-10T23:34:45.521Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-06-10T23:34:45.778Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-06-10T23:34:46.706Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-06-10T23:34:47.634Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-06-10T23:34:48.196Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-10T23:34:48.196Z] === RUN TestDockerSuite/TestRunPublishPort [2021-06-10T23:34:49.123Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-06-10T23:34:50.050Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-06-10T23:34:50.050Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-06-10T23:34:50.978Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-06-10T23:34:51.540Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-06-10T23:34:52.468Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-06-10T23:34:52.723Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-06-10T23:34:52.723Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-06-10T23:34:53.286Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-06-10T23:34:56.552Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-06-10T23:34:56.552Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-06-10T23:34:58.223Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-06-10T23:34:59.068Z] === RUN TestDockerSuite/TestRunRm [2021-06-10T23:34:59.629Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-06-10T23:35:03.790Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-06-10T23:35:04.115Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-06-10T23:35:04.677Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-06-10T23:35:06.042Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-06-10T23:35:06.967Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-06-10T23:35:06.969Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-06-10T23:35:11.156Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-06-10T23:35:14.423Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-06-10T23:35:15.349Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-06-10T23:35:15.605Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-06-10T23:35:16.167Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-06-10T23:35:16.728Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-06-10T23:35:17.289Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-06-10T23:35:17.851Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-06-10T23:35:18.413Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-06-10T23:35:19.340Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-06-10T23:35:19.379Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-06-10T23:35:19.903Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-06-10T23:35:23.167Z] === RUN TestDockerSuite/TestRunState [2021-06-10T23:35:24.094Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-06-10T23:35:25.021Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-06-10T23:35:25.582Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-06-10T23:35:25.582Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-06-10T23:35:25.582Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-06-10T23:35:26.508Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-06-10T23:35:27.070Z] === RUN TestDockerSuite/TestRunSysctls [2021-06-10T23:35:28.435Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-06-10T23:35:28.435Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-06-10T23:35:28.435Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-06-10T23:35:28.997Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-06-10T23:35:31.510Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-06-10T23:35:32.071Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-06-10T23:35:33.967Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-06-10T23:35:38.134Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-06-10T23:35:40.645Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-06-10T23:35:41.572Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-06-10T23:35:42.134Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-06-10T23:35:43.061Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-06-10T23:35:44.955Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-06-10T23:35:45.882Z] === RUN TestDockerSuite/TestRunUserByID [2021-06-10T23:35:46.811Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-06-10T23:35:46.811Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-06-10T23:35:46.811Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-06-10T23:35:47.739Z] === RUN TestDockerSuite/TestRunUserByName [2021-06-10T23:35:48.301Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-06-10T23:35:49.228Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-06-10T23:35:49.228Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-06-10T23:35:49.228Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-06-10T23:35:49.790Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-06-10T23:35:50.046Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-06-10T23:35:55.291Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-06-10T23:35:55.291Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-06-10T23:35:56.218Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-06-10T23:35:58.733Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-06-10T23:36:00.627Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-06-10T23:36:02.516Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-06-10T23:36:05.034Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-06-10T23:36:05.595Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-06-10T23:36:05.595Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-06-10T23:36:05.595Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-06-10T23:36:05.595Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-06-10T23:36:05.852Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-06-10T23:36:05.852Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-06-10T23:36:10.014Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-06-10T23:36:10.270Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-06-10T23:36:12.157Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-06-10T23:36:12.413Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-06-10T23:36:13.340Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-06-10T23:36:13.340Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-06-10T23:36:13.902Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-06-10T23:36:14.158Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-06-10T23:36:14.158Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-06-10T23:36:14.158Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-06-10T23:36:14.158Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-06-10T23:36:14.158Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-06-10T23:36:14.158Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-06-10T23:36:14.158Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-06-10T23:36:14.158Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-06-10T23:36:15.085Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-06-10T23:36:15.646Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-06-10T23:36:15.647Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-06-10T23:36:16.574Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-06-10T23:36:16.830Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-06-10T23:36:17.758Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-06-10T23:36:17.758Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-06-10T23:36:18.319Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-06-10T23:36:19.246Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-06-10T23:36:19.246Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-06-10T23:36:19.246Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-06-10T23:36:19.807Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-06-10T23:36:21.173Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-06-10T23:36:22.101Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-06-10T23:36:22.101Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-06-10T23:36:22.668Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-06-10T23:36:22.668Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-06-10T23:36:24.055Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-06-10T23:36:24.617Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-06-10T23:36:27.131Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-06-10T23:36:27.692Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-06-10T23:36:27.692Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-06-10T23:36:27.692Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-06-10T23:36:28.618Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-06-10T23:36:29.544Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-06-10T23:36:30.910Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-06-10T23:36:30.910Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-06-10T23:36:31.539Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-06-10T23:36:31.539Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-06-10T23:36:31.539Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-06-10T23:36:31.539Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-06-10T23:36:31.539Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-06-10T23:36:31.539Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-06-10T23:36:31.539Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-06-10T23:36:31.539Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-06-10T23:36:31.539Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-06-10T23:36:32.799Z] === RUN TestDockerSuite/TestSaveImageId [2021-06-10T23:36:32.800Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-06-10T23:36:33.056Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-06-10T23:36:34.945Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-06-10T23:36:34.945Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-06-10T23:36:36.836Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-06-10T23:36:36.836Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-06-10T23:36:36.836Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-06-10T23:36:38.200Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-06-10T23:36:38.648Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-06-10T23:36:40.088Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-06-10T23:36:40.088Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-06-10T23:36:40.088Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-06-10T23:36:40.192Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-06-10T23:36:40.343Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-06-10T23:36:40.343Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-06-10T23:36:40.903Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-06-10T23:36:43.417Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-06-10T23:36:43.417Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-06-10T23:36:43.938Z] === RUN TestDockerSuite/TestBuildEnv [2021-06-10T23:36:43.938Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-06-10T23:36:44.399Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-06-10T23:36:44.399Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-06-10T23:36:44.399Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-06-10T23:36:44.399Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-06-10T23:36:48.153Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-06-10T23:36:48.153Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-06-10T23:36:48.153Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-06-10T23:36:48.153Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-06-10T23:36:48.615Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-06-10T23:36:48.677Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-06-10T23:36:51.190Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-06-10T23:36:51.752Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-06-10T23:36:53.117Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-06-10T23:36:53.330Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-06-10T23:36:56.380Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-06-10T23:36:56.635Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-06-10T23:36:58.525Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-06-10T23:36:59.891Z] === RUN TestDockerSuite/TestStartRecordError [2021-06-10T23:37:01.781Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-06-10T23:37:01.782Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-06-10T23:37:05.053Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-06-10T23:37:05.738Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-06-10T23:37:05.738Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-06-10T23:37:05.738Z] === RUN TestDockerSuite/TestBuildExpose [2021-06-10T23:37:05.738Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-06-10T23:37:05.738Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-06-10T23:37:05.738Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-06-10T23:37:05.738Z] === RUN TestDockerSuite/TestBuildFails [2021-06-10T23:37:06.941Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-06-10T23:37:07.924Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-06-10T23:37:07.924Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-06-10T23:37:10.204Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-06-10T23:37:13.731Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-06-10T23:37:15.446Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-06-10T23:37:17.970Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-06-10T23:37:18.439Z] === RUN TestDockerSuite/TestBuildForceRm [2021-06-10T23:37:23.209Z] === RUN TestDockerSuite/TestStatsNoStream [2021-06-10T23:37:25.535Z] === RUN TestDockerSuite/TestBuildFromGit [2021-06-10T23:37:26.471Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-06-10T23:37:27.835Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-06-10T23:37:28.762Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-06-10T23:37:29.324Z] === RUN TestDockerSuite/TestTopPrivileged [2021-06-10T23:37:29.885Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-06-10T23:37:29.885Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-06-10T23:37:30.811Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-06-10T23:37:31.343Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-06-10T23:37:31.804Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-06-10T23:37:34.978Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-06-10T23:37:39.142Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-06-10T23:37:39.142Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-06-10T23:37:40.069Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-06-10T23:37:40.069Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-06-10T23:37:40.069Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-06-10T23:37:41.432Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-06-10T23:37:42.155Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-06-10T23:37:42.155Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-06-10T23:37:42.155Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-06-10T23:37:42.155Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-06-10T23:37:42.155Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-06-10T23:37:42.358Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-06-10T23:37:43.723Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-06-10T23:37:45.647Z] === RUN TestDockerSuite/TestUpdateStats [2021-06-10T23:37:49.809Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-06-10T23:37:50.736Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-06-10T23:37:50.736Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-06-10T23:37:52.624Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-06-10T23:37:53.551Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-06-10T23:37:54.567Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-06-10T23:37:54.567Z] === RUN TestDockerSuite/TestBuildHistory [2021-06-10T23:37:58.794Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-06-10T23:38:04.041Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-06-10T23:38:04.910Z] === RUN TestDockerSuite/TestBuildIidFile [2021-06-10T23:38:05.371Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-06-10T23:38:07.306Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-06-10T23:38:09.823Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-06-10T23:38:12.471Z] === RUN TestDockerSuite/TestBuildInheritance [2021-06-10T23:38:12.471Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-06-10T23:38:12.471Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-06-10T23:38:12.932Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-06-10T23:38:15.063Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-06-10T23:38:16.685Z] === RUN TestDockerSuite/TestBuildLabel [2021-06-10T23:38:17.657Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-06-10T23:38:18.118Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-06-10T23:38:19.091Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-06-10T23:38:19.553Z] === RUN TestDockerSuite/TestBuildLabels [2021-06-10T23:38:20.316Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-06-10T23:38:20.525Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-06-10T23:38:22.068Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-06-10T23:38:22.204Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-06-10T23:38:24.092Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-06-10T23:38:25.457Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-06-10T23:38:27.423Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-06-10T23:38:27.888Z] === RUN TestDockerSuite/TestBuildLastModified [2021-06-10T23:38:27.888Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-06-10T23:38:27.888Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-06-10T23:38:27.888Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-06-10T23:38:27.888Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-06-10T23:38:27.888Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-06-10T23:38:27.888Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-06-10T23:38:28.349Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-06-10T23:38:28.812Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-06-10T23:38:29.327Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-06-10T23:38:31.215Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-06-10T23:38:33.519Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-06-10T23:38:33.729Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-06-10T23:38:35.617Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-06-10T23:38:38.129Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-06-10T23:38:48.358Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-06-10T23:38:48.358Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-06-10T23:38:49.330Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-06-10T23:38:52.957Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-06-10T23:38:52.957Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-06-10T23:38:52.957Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-06-10T23:38:53.885Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-06-10T23:38:53.885Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-06-10T23:38:53.885Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-06-10T23:38:53.885Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-06-10T23:38:54.811Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-06-10T23:38:54.811Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-06-10T23:38:55.738Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-06-10T23:38:55.738Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-06-10T23:38:55.738Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-06-10T23:38:55.738Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-06-10T23:38:55.738Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-06-10T23:38:58.251Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-06-10T23:38:58.251Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-06-10T23:38:58.251Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-06-10T23:38:58.251Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-06-10T23:38:58.251Z] === RUN TestDockerSuite/TestVolumeEvents [2021-06-10T23:39:04.780Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-06-10T23:39:06.143Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-06-10T23:39:06.143Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-06-10T23:39:06.143Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-06-10T23:39:09.409Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-06-10T23:39:13.577Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite (1937.00s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.10s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.00s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.03s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.03s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (4.57s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.13s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.59s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.02s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (1.02s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.28s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.02s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (2.03s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.40s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.29s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (1.63s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.24s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.51s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.36s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (3.50s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.49s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.59s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (1.55s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (1.39s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (1.42s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.54s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (2.20s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAttachDetach (1.26s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAttachDisconnect (1.73s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.54s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (1.56s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (1.46s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (2.17s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (3.04s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.90s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.91s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (1.91s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (1.12s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (28.35s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.63s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.59s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.15s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.79s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (3.08s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.76s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.32s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (11.56s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (6.16s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.23s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.53s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (5.33s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.78s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.91s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (4.98s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.11s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.53s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.99s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddScript (4.11s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (11.66s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (5.70s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (3.68s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.54s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddTar (12.61s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (2.43s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (2.28s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (7.38s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (12.08s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.65s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (3.87s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (3.08s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (2.16s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (3.55s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (3.33s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (3.88s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.88s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (5.27s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (19.67s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (4.07s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (4.21s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.55s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (3.38s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (3.72s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (8.39s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.80s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (2.09s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (1.01s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.21s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (7.41s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.80s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.17s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (1.45s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (9.31s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.82s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.72s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.59s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildCmd (0.37s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.35s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.39s) [2021-06-10T23:39:13.577Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-06-10T23:39:13.577Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.28s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (6.88s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.04s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (1.34s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.43s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.31s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.68s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.38s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (14.31s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.85s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.73s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (4.56s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (6.81s) [2021-06-10T23:39:13.577Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (2.51s) [2021-06-10T23:39:13.578Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-06-10T23:39:13.578Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-06-10T23:39:13.578Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.04s) [2021-06-10T23:39:13.578Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-06-10T23:39:13.578Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2021-06-10T23:39:13.578Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-06-10T23:39:13.578Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2021-06-10T23:39:13.578Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (6.63s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (7.51s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (4.59s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.45s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (9.16s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (8.73s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.86s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (2.19s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (6.09s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.88s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.05s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (2.03s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.98s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.73s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildDockerignore (16.87s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (2.12s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (5.25s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (17.87s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.98s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.09s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (6.71s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (3.26s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (3.31s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (9.46s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.59s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.62s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (22.82s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.16s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (7.05s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.33s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.35s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.71s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.15s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.31s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.33s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.78s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.65s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.78s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildEnv (2.06s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (2.14s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.34s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (7.83s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (26.88s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.96s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (10.95s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.82s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.53s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.50s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.62s) [2021-06-10T23:39:13.578Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2021-06-10T23:39:13.578Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.32s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (11.51s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildExpose (0.36s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.43s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.34s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.22s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildFails (0.80s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.04s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.25s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (3.44s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildForceRm (2.55s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.64s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.30s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.14s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (2.25s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.68s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.22s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (2.43s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (2.12s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.64s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildHistory (3.05s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.34s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.09s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.58s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.49s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (1.18s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildLabel (0.49s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.48s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.46s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.29s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildLabels (0.44s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.78s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.95s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildLastModified (5.95s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildLineBreak (4.10s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.12s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.12s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.27s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.56s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.60s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (4.71s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.52s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.63s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (14.03s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (4.31s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (1.46s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (2.78s) [2021-06-10T23:39:13.578Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-06-10T23:39:13.578Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (5.57s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.42s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (2.28s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.38s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildNetContainer (3.59s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildNetNone (1.50s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildNoContext (1.38s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (1.29s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.22s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.44s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.04s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.35s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.38s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.76s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildOnBuild (3.38s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.78s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (2.51s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.74s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (2.31s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (1.38s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.49s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.58s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (3.77s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildPATH (1.60s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.87s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.88s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (10.56s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.54s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (6.04s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildRm (3.47s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (1.33s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (1.93s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.81s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.58s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (1.60s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (1.50s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildShellInherited (1.35s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (5.41s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.17s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.53s) [2021-06-10T23:39:13.578Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s) [2021-06-10T23:39:13.578Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.64s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (1.35s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.21s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildStderr (1.66s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (6.02s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildStopSignal (1.89s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (1.40s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.48s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildTagEvent (1.15s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.56s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildUser (2.59s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (5.05s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (19.96s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (1.53s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.43s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (1.72s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.96s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.50s) [2021-06-10T23:39:13.578Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-06-10T23:39:13.578Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-06-10T23:39:13.578Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-06-10T23:39:13.578Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-06-10T23:39:13.578Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-06-10T23:39:13.578Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-06-10T23:39:13.578Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-06-10T23:39:13.578Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (2.08s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.06s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.84s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.57s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildWithTabs (1.08s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.11s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.98s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (2.07s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (1.14s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.49s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.02s) [2021-06-10T23:39:13.578Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.02s) [2021-06-10T23:39:13.578Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.38s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestBuildXZHost (2.80s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.06s) [2021-06-10T23:39:13.578Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-06-10T23:39:13.578Z] docker_cli_sni_test.go:18: Flakey test [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.00s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (1.41s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestCommitChange (1.28s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.86s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.50s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.89s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (1.04s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestCommitTTY (1.54s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.84s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.67s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (1.26s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.03s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.06s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.25s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.04s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.05s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPICommit (2.89s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (2.22s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.19s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (1.03s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.84s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (1.14s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.96s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.04s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (1.05s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.04s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.07s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.09s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.93s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.90s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.10s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (2.01s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.22s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.30s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.95s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.92s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.28s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.91s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.95s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.94s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.07s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.85s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (2.34s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (2.36s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.05s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.05s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.02s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.94s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.64s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.87s) [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.84s) [2021-06-10T23:39:13.578Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-06-10T23:39:13.578Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-06-10T23:39:13.578Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainerAPIWait (3.32s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.00s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.42s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (7.81s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.98s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (2.37s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.77s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (23.62s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.74s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (0.92s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.72s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (2.16s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000ae34a0_} (1.60s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-1942256412_/foo_false____} (1.93s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-1942256412_/foo_true____} (1.58s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-3189273547_/foo_false____} (1.62s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-3189273547_/foo_true____} (1.62s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-3189273547_/foo_true__0xc000ae3500__} (1.60s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000ae3520_} (0.73s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000ae3540_} (1.55s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000ae3560_} (1.58s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000ae3580_} (1.58s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (2.14s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.29s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.01s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.02s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.02s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.04s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.03s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (3.68s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.77s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (3.26s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.72s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.16s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.82s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.83s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.79s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.82s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.77s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.81s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpFromCaseD (1.03s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpFromCaseE (1.01s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpFromCaseF (1.17s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpFromCaseG (1.07s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.88s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.84s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.88s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (1.09s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (1.03s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.80s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.02s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpNameHasColon (1.02s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.91s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (1.00s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.87s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (1.00s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.48s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.91s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpToCaseC (3.02s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpToCaseD (5.08s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpToCaseE (3.11s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpToCaseF (0.74s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpToCaseG (5.15s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpToCaseH (4.66s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpToCaseI (1.22s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpToCaseJ (6.71s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (1.21s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpToDot (1.55s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (2.41s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (2.60s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpToStdout (0.90s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.29s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.20s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.79s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCpVolumePath (1.12s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.06s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.38s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.94s) [2021-06-10T23:39:13.579Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-06-10T23:39:13.579Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.71s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.25s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCreateLabels (0.06s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.09s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCreateRM (0.12s) [2021-06-10T23:39:13.579Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-06-10T23:39:13.579Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.05s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.11s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (1.93s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.07s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.05s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (4.46s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.09s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.02s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.15s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.06s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (1.23s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (2.23s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (1.74s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (2.38s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.95s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.76s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.73s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.07s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.74s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDockerFails (0.03s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.04s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (1.04s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.79s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.26s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.02s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.16s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (6.87s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (2.78s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (2.54s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.97s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.94s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsAttach (0.82s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsCommit (0.92s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.81s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.81s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.89s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (2.21s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (2.36s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (3.77s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (3.00s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsCopy (1.62s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (2.27s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (5.88s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.30s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (1.51s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.37s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.14s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.29s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.15s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsFilters (1.45s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsFormat (1.64s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.92s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.20s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.87s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.22s) [2021-06-10T23:39:13.579Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-06-10T23:39:13.579Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-06-10T23:39:13.579Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-06-10T23:39:13.579Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.37s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.75s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsRename (0.76s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsResize (0.79s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (0.70s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.10s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.76s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (3.20s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsTop (0.93s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsUntag (2.62s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (6.82s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExec (1.26s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (1.18s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.07s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.78s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecAPIStart (2.11s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (1.06s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (1.14s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.10s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.04s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.03s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.04s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (1.99s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecCgroup (3.30s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecEnv (1.74s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (3.03s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.81s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecInspectID (3.56s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecInteractive (1.05s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (1.05s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (1.08s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecParseError (0.81s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.96s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.90s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (4.99s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecSetEnv (1.25s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecStartFails (1.53s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecStateCleanup (11.58s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (1.35s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecTTY (1.91s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (1.68s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.26s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecUlimits (1.48s) [2021-06-10T23:39:13.579Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-06-10T23:39:13.579Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecWithImageUser (2.15s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (1.02s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (1.78s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecWithTERM (1.20s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestExecWithUser (1.35s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.75s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.79s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.06s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.95s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.99s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.05s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestHealth (23.16s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.02s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.02s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.87s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.88s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.02s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.01s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.08s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.23s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.23s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.34s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.66s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.73s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.86s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.93s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.64s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestImportBadURL (0.04s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestImportDisplay (1.63s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestImportFile (2.33s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.03s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (3.09s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestImportGzipped (2.53s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (2.11s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (1.15s) [2021-06-10T23:39:13.579Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (1.01s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.94s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.04s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (1.30s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (1.17s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.25s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.93s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (1.00s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (1.17s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.03s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.84s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectAmpersand (1.06s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.22s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.11s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.16s) [2021-06-10T23:39:13.580Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-10T23:39:13.580Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (1.69s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (1.32s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectDefault (1.11s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectHistory (1.25s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectImage (0.03s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.04s) [2021-06-10T23:39:13.580Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-06-10T23:39:13.580Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.72s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.01s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.08s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.78s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.42s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.77s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.93s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectStatus (1.00s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (2.34s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.32s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.23s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.00s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.89s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.02s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.00s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (2.86s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (1.76s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLinksEnvs (2.06s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.58s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (2.72s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (2.91s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (2.99s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.05s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (3.05s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.64s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.93s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (13.24s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (2.24s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (2.10s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.73s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (2.87s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.31s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.00s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.82s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.75s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.76s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.90s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.97s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.78s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.04s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (1.28s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.19s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (1.62s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.34s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.33s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (3.21s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (1.02s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.72s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLogsSince (6.86s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.72s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.96s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLogsTail (1.33s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLogsTimestamps (1.06s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.88s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.36s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestMountIntoSys (1.04s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestNetHostname (2.83s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.73s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestNetworkEvents (6.27s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (2.79s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.86s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPluginActive (1.46s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.58s) [2021-06-10T23:39:13.580Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-06-10T23:39:13.580Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.73s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPluginLogDriver (3.44s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.23s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (1.94s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPluginUpgrade (4.71s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (2.63s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (2.34s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.96s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPortList (9.43s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.81s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPostContainersAttach (7.88s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.05s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.88s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.75s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (1.15s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.09s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (1.53s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (4.10s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (1.77s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.44s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.14s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPsByOrder (3.70s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.95s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPsListContainersBase (3.30s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (4.53s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.10s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (4.33s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (8.50s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (1.95s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (3.15s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (1.47s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (1.45s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (2.38s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (2.28s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.48s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.14s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.96s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPsRightTagName (2.83s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPsShowMounts (2.82s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.76s) [2021-06-10T23:39:13.580Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-06-10T23:39:13.580Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.15s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.11s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.75s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (1.47s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (1.61s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.73s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (11.10s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.53s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (2.72s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.07s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.09s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.34s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.05s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (1.74s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (3.96s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.46s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (3.45s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.93s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.25s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.62s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.95s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.69s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.94s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRmiTag (0.14s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.85s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (4.73s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.76s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.86s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.28s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (1.61s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunAddHost (0.89s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.49s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (1.12s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.82s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (2.12s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.71s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.84s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.86s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.94s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.40s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunAttachDetach (0.90s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.90s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (1.16s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.76s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.87s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.95s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (1.08s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.71s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.69s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.92s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunBindMounts (2.69s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.94s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (1.02s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.76s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.69s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.03s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.73s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.70s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.68s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.73s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.70s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.68s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (1.04s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.77s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.76s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.70s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.06s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.72s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (1.43s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (1.42s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (1.15s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.71s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.75s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.94s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.80s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.11s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.68s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (3.21s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.05s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.87s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (2.86s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (2.04s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (2.34s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (2.32s) [2021-06-10T23:39:13.580Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-06-10T23:39:13.580Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-06-10T23:39:13.580Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2021-06-10T23:39:13.580Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.75s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (2.33s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.44s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (2.16s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.74s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (1.49s) [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.76s) [2021-06-10T23:39:13.580Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-06-10T23:39:13.580Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-06-10T23:39:13.580Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.82s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.53s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.04s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.70s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.71s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.72s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.74s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.03s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.73s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.70s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.69s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.69s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunExitCode (0.75s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.81s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.74s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.72s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.76s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.72s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (1.47s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.47s) [2021-06-10T23:39:13.581Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-10T23:39:13.581Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (3.15s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.72s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (11.49s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.63s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.54s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.02s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.01s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.01s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.71s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (3.13s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.58s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (1.47s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.74s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.60s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.62s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunModeHostname (1.19s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.16s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (1.53s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.50s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.43s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.19s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.50s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunMount (8.35s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.72s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.76s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.48s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.13s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (3.58s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunNamedVolume (2.89s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (3.19s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (2.07s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (2.09s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.04s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (1.41s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunNetHost (1.64s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.86s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (1.21s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (3.10s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (2.76s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (5.51s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.75s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.09s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.98s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.10s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.96s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.89s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.11s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.02s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.86s) [2021-06-10T23:39:13.581Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-06-10T23:39:13.581Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.79s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.87s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (1.92s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunPortInUse (1.04s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.76s) [2021-06-10T23:39:13.581Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.56s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.63s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (1.06s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.58s) [2021-06-10T23:39:13.581Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-10T23:39:13.581Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunPublishPort (1.07s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.80s) [2021-06-10T23:39:13.581Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-06-10T23:39:13.581Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.94s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (1.83s) [2021-06-10T23:39:13.581Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-06-10T23:39:13.581Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (3.83s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (2.07s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunRm (0.75s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.73s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.75s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.74s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.37s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.72s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (3.75s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.91s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.71s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.46s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.71s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.46s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.45s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.49s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.70s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.78s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.73s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.65s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunState (1.55s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.73s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.72s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.15s) [2021-06-10T23:39:13.581Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-06-10T23:39:13.581Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.71s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.49s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunSysctls (1.41s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.02s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.72s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (2.35s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.69s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.73s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (3.65s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (3.23s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.71s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.70s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.71s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.97s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.03s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunUserByID (0.75s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.13s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.12s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.71s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunUserByName (0.72s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.72s) [2021-06-10T23:39:13.581Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-06-10T23:39:13.581Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.12s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.78s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (4.74s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.72s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.97s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (2.41s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.52s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (2.16s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (2.46s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.78s) [2021-06-10T23:39:13.581Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-06-10T23:39:13.581Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-06-10T23:39:13.581Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-06-10T23:39:13.581Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-06-10T23:39:13.581Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-06-10T23:39:13.581Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.19s) [2021-06-10T23:39:13.581Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-06-10T23:39:13.581Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (3.77s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.73s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.45s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.73s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.74s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.01s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.74s) [2021-06-10T23:39:13.581Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2021-06-10T23:39:13.581Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.06s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.02s) [2021-06-10T23:39:13.581Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-06-10T23:39:13.581Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-06-10T23:39:13.581Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-06-10T23:39:13.581Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-06-10T23:39:13.581Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-06-10T23:39:13.581Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-06-10T23:39:13.581Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-06-10T23:39:13.581Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-06-10T23:39:13.581Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-06-10T23:39:13.581Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.76s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.72s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.99s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.18s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.72s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.74s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.73s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.75s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.44s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.69s) [2021-06-10T23:39:13.581Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-06-10T23:39:13.581Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.59s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.06s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.45s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.52s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (2.26s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.73s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.04s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (1.05s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.97s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.07s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.05s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.70s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.43s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.91s) [2021-06-10T23:39:13.581Z] docker_cli_save_load_test.go:365: tmpdir /tmp/save-load-parents828008148 [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.62s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.49s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.59s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.40s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.55s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (2.15s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.54s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (2.29s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.90s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.39s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.84s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (2.68s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestStartPausedContainer (1.07s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestStartRecordError (2.00s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (3.14s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (2.11s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (3.06s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (4.89s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestStatsFormatAll (5.31s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.77s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.74s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.77s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.81s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.52s) [2021-06-10T23:39:13.581Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-06-10T23:39:13.581Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (1.04s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (4.12s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (3.40s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.68s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.73s) [2021-06-10T23:39:13.581Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-06-10T23:39:13.581Z] docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport [2021-06-10T23:39:13.581Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-06-10T23:39:13.581Z] docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.44s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (1.13s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (1.08s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.81s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestUpdateStats (3.79s) [2021-06-10T23:39:13.581Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (1.45s) [2021-06-10T23:39:13.581Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-06-10T23:39:13.582Z] docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (1.92s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (1.14s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (5.18s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (4.64s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (3.69s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (2.74s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (4.61s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (5.33s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (2.18s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (2.12s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (1.42s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (1.48s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (2.20s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (2.12s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (2.26s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (2.15s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (2.10s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.06s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.04s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.77s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.76s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.97s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.04s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (2.22s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.04s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.67s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (2.15s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.07s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.84s) [2021-06-10T23:39:13.582Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (3.79s) [2021-06-10T23:39:13.582Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-06-10T23:39:13.582Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-06-10T23:39:13.582Z] === RUN TestDockerRegistrySuite [2021-06-10T23:39:13.582Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-06-10T23:39:14.512Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-06-10T23:39:15.876Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-06-10T23:39:17.239Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-06-10T23:39:17.495Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-06-10T23:39:21.658Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-06-10T23:39:24.922Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-06-10T23:39:26.286Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-06-10T23:39:30.456Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-06-10T23:39:31.822Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-06-10T23:39:31.899Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-06-10T23:39:33.187Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-06-10T23:39:34.553Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-06-10T23:39:35.938Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-06-10T23:39:37.306Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-06-10T23:39:38.237Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-06-10T23:39:38.492Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-06-10T23:39:39.856Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-06-10T23:39:39.856Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-06-10T23:39:40.113Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-06-10T23:39:40.368Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-06-10T23:39:40.368Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-06-10T23:39:41.295Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-06-10T23:39:42.243Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-06-10T23:39:42.664Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-06-10T23:39:44.028Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-06-10T23:39:45.917Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-06-10T23:39:45.991Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-06-10T23:39:47.808Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-06-10T23:39:49.173Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-06-10T23:39:51.692Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-06-10T23:39:51.692Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-06-10T23:39:53.060Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-06-10T23:39:53.081Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-06-10T23:39:53.317Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-06-10T23:39:55.204Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-06-10T23:39:56.132Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-06-10T23:39:56.826Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-06-10T23:39:57.497Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-06-10T23:40:01.662Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-06-10T23:40:01.663Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-06-10T23:40:03.027Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-06-10T23:40:03.282Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-06-10T23:40:03.537Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-06-10T23:40:03.793Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-06-10T23:40:04.049Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-06-10T23:40:04.305Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-06-10T23:40:04.560Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-06-10T23:40:05.926Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-06-10T23:40:08.442Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-06-10T23:40:09.368Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-06-10T23:40:10.732Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-06-10T23:40:11.658Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite (59.53s) [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.48s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d1042d57b4510] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (1.35s) [2021-06-10T23:40:12.587Z] check_test.go:196: [dc9753f8468a4] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.61s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d0bb23897565b] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d816942e0fb24] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (3.68s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d51b4339f5bcc] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (5.26s) [2021-06-10T23:40:12.587Z] check_test.go:196: [dff6725480ba3] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (4.14s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d7236e577c05d] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.36s) [2021-06-10T23:40:12.587Z] check_test.go:196: [da666e02c16b3] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.13s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d97fa049d2c6c] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.36s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d522645b50b9a] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.38s) [2021-06-10T23:40:12.587Z] check_test.go:196: [df5ef7e1a95fc] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.34s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d0cd5362b4eff] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (1.17s) [2021-06-10T23:40:12.587Z] check_test.go:196: [da8dbdffbef4b] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (1.38s) [2021-06-10T23:40:12.587Z] check_test.go:196: [dd570a9dd2bba] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (3.00s) [2021-06-10T23:40:12.587Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:6e84ceb92aa7fd64baff52aebcbd2c48b7398122feee7f32f0660b6ac6bb89ec [2021-06-10T23:40:12.587Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:10eeb2bc73c88fdd8c7e20d05f42ecb407b975e427d197f1a4572dd432338fe3 [2021-06-10T23:40:12.587Z] check_test.go:196: [de6917fcb1909] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.93s) [2021-06-10T23:40:12.587Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:93c2f1d632dcc1d8291816bc34105cdfebee939cb8af0746e4fca43510ab08a3 [2021-06-10T23:40:12.587Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:ff5538cdc3428424a652eab0b6a96e7c18fab586a642c777e40b6486a73445a8 [2021-06-10T23:40:12.587Z] check_test.go:196: [df5bd34b4ac44] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (2.01s) [2021-06-10T23:40:12.587Z] check_test.go:196: [dd46a03363643] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (3.91s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d7a4c34920ec6] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (1.53s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d5e9f564f3c9e] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.17s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d9143153eb42e] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.65s) [2021-06-10T23:40:12.587Z] check_test.go:196: [db93310cc339f] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.35s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d70a417836037] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.25s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d892ed2e4cc52] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (3.46s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d4a0d181ffd88] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.49s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d2c4018f9aeae] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (1.46s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d85ca67909d7d] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.42s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d0ed503faa1ae] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d3aa8a366bd07] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.32s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d4214ba8e8bc0] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.27s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d3b36f0a9bdd8] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.37s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d8a222093e8ae] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d86dbf578f6c0] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.41s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d00805b5f7bad] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (2.08s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d5f313b9c81cb] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (1.18s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d3cb9ed7a3b1a] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.44s) [2021-06-10T23:40:12.587Z] check_test.go:196: [d2965def8ee55] daemon is not started [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (1.00s) [2021-06-10T23:40:12.587Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.79s) [2021-06-10T23:40:12.587Z] === RUN TestDockerSchema1RegistrySuite [2021-06-10T23:40:12.587Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-06-10T23:40:12.587Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-06-10T23:40:17.831Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-06-10T23:40:17.948Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-06-10T23:40:17.948Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-06-10T23:40:23.754Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-06-10T23:40:24.218Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-06-10T23:40:24.218Z] === RUN TestDockerSuite/TestBuildNetNone [2021-06-10T23:40:24.218Z] === RUN TestDockerSuite/TestBuildNoContext [2021-06-10T23:40:24.364Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-06-10T23:40:27.146Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-06-10T23:40:27.628Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-06-10T23:40:29.001Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-06-10T23:40:30.365Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-06-10T23:40:30.365Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-06-10T23:40:31.729Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-06-10T23:40:31.846Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-06-10T23:40:33.093Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-06-10T23:40:34.021Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-06-10T23:40:34.031Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-06-10T23:40:34.031Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-06-10T23:40:34.492Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-06-10T23:40:37.285Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-06-10T23:40:37.405Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-06-10T23:40:37.845Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-06-10T23:40:37.867Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-06-10T23:40:38.101Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-06-10T23:40:38.356Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-06-10T23:40:38.612Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-06-10T23:40:38.868Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-06-10T23:40:39.408Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-06-10T23:40:39.430Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-06-10T23:40:39.430Z] --- PASS: TestDockerSchema1RegistrySuite (27.08s) [2021-06-10T23:40:39.430Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.19s) [2021-06-10T23:40:39.430Z] check_test.go:223: [dbf9acc009776] daemon is not started [2021-06-10T23:40:39.430Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (4.68s) [2021-06-10T23:40:39.430Z] check_test.go:223: [d570ecf35d0cb] daemon is not started [2021-06-10T23:40:39.430Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (6.79s) [2021-06-10T23:40:39.430Z] check_test.go:223: [d52d331ee3f0b] daemon is not started [2021-06-10T23:40:39.430Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (3.67s) [2021-06-10T23:40:39.430Z] check_test.go:223: [d1f8199471c4c] daemon is not started [2021-06-10T23:40:39.430Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (1.29s) [2021-06-10T23:40:39.430Z] check_test.go:223: [dc0152fcbcf10] daemon is not started [2021-06-10T23:40:39.430Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (1.24s) [2021-06-10T23:40:39.430Z] check_test.go:223: [d6afa66a5258d] daemon is not started [2021-06-10T23:40:39.430Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-06-10T23:40:39.430Z] check_test.go:223: [d86d09ccbe17b] daemon is not started [2021-06-10T23:40:39.430Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (1.28s) [2021-06-10T23:40:39.430Z] check_test.go:223: [dd7e872bb6468] daemon is not started [2021-06-10T23:40:39.430Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (1.17s) [2021-06-10T23:40:39.430Z] check_test.go:223: [d23cef6e42f3c] daemon is not started [2021-06-10T23:40:39.430Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (1.19s) [2021-06-10T23:40:39.430Z] check_test.go:223: [d8baf0dee9279] daemon is not started [2021-06-10T23:40:39.430Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (3.26s) [2021-06-10T23:40:39.430Z] check_test.go:223: [d1d64a1eeaba9] daemon is not started [2021-06-10T23:40:39.430Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.43s) [2021-06-10T23:40:39.430Z] check_test.go:223: [d53f1dd79e281] daemon is not started [2021-06-10T23:40:39.430Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.41s) [2021-06-10T23:40:39.430Z] check_test.go:223: [d32b4ab49deda] daemon is not started [2021-06-10T23:40:39.430Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-06-10T23:40:39.430Z] check_test.go:223: [dc44e97bbb00f] daemon is not started [2021-06-10T23:40:39.430Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.29s) [2021-06-10T23:40:39.430Z] check_test.go:223: [d4730d0022f3f] daemon is not started [2021-06-10T23:40:39.430Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.27s) [2021-06-10T23:40:39.430Z] check_test.go:223: [da921a4d1c170] daemon is not started [2021-06-10T23:40:39.430Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.55s) [2021-06-10T23:40:39.430Z] check_test.go:223: [d6db438232ecd] daemon is not started [2021-06-10T23:40:39.430Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.13s) [2021-06-10T23:40:39.430Z] check_test.go:223: [d56b940d67bc0] daemon is not started [2021-06-10T23:40:39.430Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-06-10T23:40:39.430Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-06-10T23:40:40.358Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-06-10T23:40:40.919Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-06-10T23:40:41.174Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-06-10T23:40:42.100Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-06-10T23:40:42.355Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-06-10T23:40:42.916Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-06-10T23:40:43.173Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-06-10T23:40:43.428Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (3.95s) [2021-06-10T23:40:43.428Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.89s) [2021-06-10T23:40:43.428Z] check_test.go:252: [d036cc0359a72] daemon is not started [2021-06-10T23:40:43.428Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.49s) [2021-06-10T23:40:43.428Z] check_test.go:252: [d23abf7c1cde4] daemon is not started [2021-06-10T23:40:43.428Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.17s) [2021-06-10T23:40:43.428Z] check_test.go:252: [dddd93019a347] daemon is not started [2021-06-10T23:40:43.428Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.10s) [2021-06-10T23:40:43.428Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.22s) [2021-06-10T23:40:43.428Z] check_test.go:252: [d928e3383b52f] daemon is not started [2021-06-10T23:40:43.428Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.40s) [2021-06-10T23:40:43.428Z] check_test.go:252: [d4b64d9bb28de] daemon is not started [2021-06-10T23:40:43.428Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.52s) [2021-06-10T23:40:43.428Z] check_test.go:252: [df1e8859af78c] daemon is not started [2021-06-10T23:40:43.428Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2021-06-10T23:40:43.428Z] check_test.go:252: [df10b9c76ba55] daemon is not started [2021-06-10T23:40:43.428Z] === RUN TestDockerRegistryAuthTokenSuite [2021-06-10T23:40:43.428Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-06-10T23:40:45.314Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-06-10T23:40:47.830Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-06-10T23:40:48.012Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-06-10T23:40:48.756Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-06-10T23:40:48.756Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-06-10T23:40:48.983Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-06-10T23:40:49.011Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-06-10T23:40:49.011Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-06-10T23:40:49.268Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.80s) [2021-06-10T23:40:49.268Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.16s) [2021-06-10T23:40:49.268Z] check_test.go:279: [d14a78b5e5b6e] daemon is not started [2021-06-10T23:40:49.268Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2021-06-10T23:40:49.268Z] check_test.go:279: [d59357714b907] daemon is not started [2021-06-10T23:40:49.268Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.15s) [2021-06-10T23:40:49.268Z] check_test.go:279: [d14a6e2dc3418] daemon is not started [2021-06-10T23:40:49.268Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.15s) [2021-06-10T23:40:49.268Z] check_test.go:279: [de2faa23ef0ed] daemon is not started [2021-06-10T23:40:49.268Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.18s) [2021-06-10T23:40:49.268Z] check_test.go:279: [d96a11adaf4ec] daemon is not started [2021-06-10T23:40:49.268Z] === RUN TestDockerNetworkSuite [2021-06-10T23:40:49.268Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-06-10T23:40:53.468Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-06-10T23:40:53.468Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-06-10T23:40:54.394Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-06-10T23:40:55.761Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-06-10T23:40:57.570Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-06-10T23:41:00.484Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-06-10T23:41:01.006Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-06-10T23:41:02.373Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-06-10T23:41:04.261Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-06-10T23:41:05.190Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-06-10T23:41:07.571Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-06-10T23:41:09.355Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-06-10T23:41:10.719Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-06-10T23:41:11.318Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-06-10T23:41:15.070Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-06-10T23:41:16.041Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-06-10T23:41:16.498Z] === RUN TestDockerSuite/TestBuildPATH [2021-06-10T23:41:16.498Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-06-10T23:41:20.660Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-06-10T23:41:22.549Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-06-10T23:41:23.561Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-06-10T23:41:23.561Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-06-10T23:41:23.927Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-06-10T23:41:24.492Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-06-10T23:41:24.492Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-06-10T23:41:25.418Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-06-10T23:41:26.788Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-06-10T23:41:28.152Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-06-10T23:41:28.152Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-06-10T23:41:28.407Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-06-10T23:41:29.770Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-06-10T23:41:29.770Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-06-10T23:41:29.770Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-06-10T23:41:29.770Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-06-10T23:41:31.135Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-06-10T23:41:32.501Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-06-10T23:41:32.757Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-06-10T23:41:33.320Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-06-10T23:41:33.320Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-06-10T23:41:37.483Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-06-10T23:41:37.483Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-06-10T23:41:39.371Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-06-10T23:41:40.299Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-06-10T23:41:43.569Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-06-10T23:41:47.740Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-06-10T23:41:53.003Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-06-10T23:41:53.565Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-06-10T23:41:54.492Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-06-10T23:41:54.748Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-06-10T23:41:54.748Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-06-10T23:41:55.006Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-06-10T23:41:55.006Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-06-10T23:41:55.262Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-06-10T23:41:55.262Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-06-10T23:41:59.423Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-06-10T23:42:00.508Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-06-10T23:42:00.508Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-06-10T23:42:00.508Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-06-10T23:42:01.436Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-06-10T23:42:01.691Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-06-10T23:42:05.857Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-06-10T23:42:06.117Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-06-10T23:42:09.383Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-06-10T23:42:11.274Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-06-10T23:42:11.274Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-06-10T23:42:12.638Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-06-10T23:42:12.638Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-06-10T23:42:15.906Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-06-10T23:42:15.906Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-06-10T23:42:16.161Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-06-10T23:42:16.722Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-06-10T23:42:17.136Z] === RUN TestDockerSuite/TestBuildRm [2021-06-10T23:42:17.283Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-06-10T23:42:19.818Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-06-10T23:42:20.750Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-06-10T23:42:24.019Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-06-10T23:42:25.384Z] --- PASS: TestDockerNetworkSuite (96.26s) [2021-06-10T23:42:25.384Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (3.87s) [2021-06-10T23:42:25.384Z] docker_cli_network_unix_test.go:46: [d3cfd326282ed] daemon is not started [2021-06-10T23:42:25.384Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (1.15s) [2021-06-10T23:42:25.384Z] docker_cli_network_unix_test.go:46: [d90fb151c2231] daemon is not started [2021-06-10T23:42:25.384Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (8.03s) [2021-06-10T23:42:25.384Z] docker_cli_network_unix_test.go:46: [d27f6124956b3] daemon is not started [2021-06-10T23:42:25.384Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (2.84s) [2021-06-10T23:42:25.384Z] docker_cli_network_unix_test.go:46: [d07eb7968d377] daemon is not started [2021-06-10T23:42:25.384Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (3.48s) [2021-06-10T23:42:25.384Z] docker_cli_network_unix_test.go:1233: [dd9723a056997] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.81s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [d7a4df66e57ee] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (8.77s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [d38cf8a77f6f6] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (3.07s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [de7ac7f3dd7f4] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.47s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [db1b4654281e6] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.82s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [d0cc5d55fe549] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.79s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [dec7adc170017] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (1.44s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [d5cfca0c14583] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (1.23s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [d9d08f5d0f888] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.17s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [dd86397551d42] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.31s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [dca70a4daa5fc] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.99s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [df53f40e9be1b] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.17s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [d14f7433a2de3] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.04s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [dcb1db1a62ad4] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.17s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [d063857988aab] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (1.01s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [dd740c97e6080] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.70s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [d18d542c38d7e] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.15s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [d9350476aa543] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.57s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [d0cdc7a865c40] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.11s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [dff5d1263aa08] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (3.60s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:968: [dc7df464500cc] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (2.09s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [dafd93d086de8] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (13.99s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:1116: [d77d918b29d7a] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.29s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [ddbd01a2251c3] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (1.15s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [d953c13457307] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.13s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [d65f72054b310] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.07s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [d911ce99ce3f8] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.25s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [d741c1af9c09e] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.20s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [de65e863a2dc1] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.01s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [da05350ecd2b9] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (4.63s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [d699e0605ce22] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.06s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [db4fde6eb4bbd] daemon is not started [2021-06-10T23:42:25.641Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [d6f4b476db582] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (1.46s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [dc42991d0df65] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (4.76s) [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (4.84s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:1084: [dc0364bbb1097] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.13s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [d3238f3c8fb10] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (1.57s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [d8833a10dd9b4] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (2.65s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [d78d42a08ec4f] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.10s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [d616fd13cc4e7] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (1.27s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [d38550441b8c7] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.67s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [d1ba39fddd01a] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (2.26s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [dde0f84fb1098] daemon is not started [2021-06-10T23:42:25.641Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (5.89s) [2021-06-10T23:42:25.641Z] docker_cli_network_unix_test.go:46: [d9cd01ccf183b] daemon is not started [2021-06-10T23:42:25.641Z] === RUN TestDockerHubPullSuite [2021-06-10T23:42:25.641Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-06-10T23:42:25.722Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-06-10T23:42:27.005Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-06-10T23:42:29.516Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-06-10T23:42:29.516Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-06-10T23:42:30.878Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-06-10T23:42:31.134Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-06-10T23:42:31.134Z] --- PASS: TestDockerHubPullSuite (5.65s) [2021-06-10T23:42:31.134Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.36s) [2021-06-10T23:42:31.134Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.24s) [2021-06-10T23:42:31.134Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.37s) [2021-06-10T23:42:31.134Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.22s) [2021-06-10T23:42:31.134Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.38s) [2021-06-10T23:42:31.134Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.07s) [2021-06-10T23:42:31.134Z] PASS [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === Skipped [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-06-10T23:42:31.134Z] docker_cli_build_test.go:5333: unmatched requirement DaemonIsWindows [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-06-10T23:42:31.134Z] docker_cli_build_test.go:608: unmatched requirement DaemonIsWindows [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.04s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.04s) [2021-06-10T23:42:31.134Z] docker_cli_build_test.go:5883: unmatched requirement DaemonIsWindows [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.03s) [2021-06-10T23:42:31.134Z] docker_cli_build_test.go:5866: unmatched requirement DaemonIsWindows [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.02s) [2021-06-10T23:42:31.134Z] docker_cli_build_test.go:5901: unmatched requirement DaemonIsWindows [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.05s) [2021-06-10T23:42:31.134Z] docker_cli_build_test.go:5310: unmatched requirement DaemonIsWindows [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.01s) [2021-06-10T23:42:31.134Z] docker_cli_build_test.go:5832: unmatched requirement DaemonIsWindows [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.02s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s) [2021-06-10T23:42:31.134Z] docker_cli_build_test.go:5298: unmatched requirement DaemonIsWindows [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-06-10T23:42:31.134Z] docker_cli_build_test.go:1349: unmatched requirement DaemonIsWindows [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-06-10T23:42:31.134Z] docker_cli_build_test.go:6023: unmatched requirement DaemonIsWindows [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-06-10T23:42:31.134Z] docker_cli_build_test.go:5993: unmatched requirement DaemonIsWindows [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.02s) [2021-06-10T23:42:31.134Z] docker_cli_build_test.go:1338: unmatched requirement DaemonIsWindows [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.02s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.02s) [2021-06-10T23:42:31.134Z] docker_cli_build_test.go:4906: unmatched requirement DaemonIsWindows [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-06-10T23:42:31.134Z] docker_cli_sni_test.go:18: Flakey test [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.00s) [2021-06-10T23:42:31.134Z] docker_api_containers_test.go:418: unmatched requirement DaemonIsWindows [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-06-10T23:42:31.134Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-06-10T23:42:31.134Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-06-10T23:42:31.134Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-06-10T23:42:31.134Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-06-10T23:42:31.134Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-10T23:42:31.134Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-06-10T23:42:31.134Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.01s) [2021-06-10T23:42:31.134Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-06-10T23:42:31.134Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.01s) [2021-06-10T23:42:31.134Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.01s) [2021-06-10T23:42:31.134Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-06-10T23:42:31.134Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-10T23:42:31.134Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-06-10T23:42:31.134Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-06-10T23:42:31.134Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.02s) [2021-06-10T23:42:31.134Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-06-10T23:42:31.134Z] docker_cli_run_test.go:1427: Unstable test, to be re-activated once #19937 is resolved [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.00s) [2021-06-10T23:42:31.134Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.134Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-06-10T23:42:31.134Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-06-10T23:42:31.134Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-06-10T23:42:31.134Z] [2021-06-10T23:42:31.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-06-10T23:42:31.135Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-06-10T23:42:31.135Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-06-10T23:42:31.135Z] [2021-06-10T23:42:31.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-06-10T23:42:31.135Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-06-10T23:42:31.135Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-06-10T23:42:31.135Z] [2021-06-10T23:42:31.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-06-10T23:42:31.135Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-06-10T23:42:31.135Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-06-10T23:42:31.135Z] [2021-06-10T23:42:31.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-06-10T23:42:31.135Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-06-10T23:42:31.135Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-06-10T23:42:31.135Z] [2021-06-10T23:42:31.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2021-06-10T23:42:31.135Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.01s) [2021-06-10T23:42:31.135Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-06-10T23:42:31.135Z] [2021-06-10T23:42:31.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-06-10T23:42:31.135Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-06-10T23:42:31.135Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-06-10T23:42:31.135Z] [2021-06-10T23:42:31.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-06-10T23:42:31.135Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-06-10T23:42:31.135Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-06-10T23:42:31.135Z] [2021-06-10T23:42:31.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-06-10T23:42:31.135Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-06-10T23:42:31.135Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-06-10T23:42:31.135Z] [2021-06-10T23:42:31.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-06-10T23:42:31.135Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-06-10T23:42:31.135Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-06-10T23:42:31.135Z] [2021-06-10T23:42:31.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-06-10T23:42:31.135Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.00s) [2021-06-10T23:42:31.135Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-06-10T23:42:31.135Z] [2021-06-10T23:42:31.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-06-10T23:42:31.135Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.00s) [2021-06-10T23:42:31.135Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-06-10T23:42:31.135Z] [2021-06-10T23:42:31.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-06-10T23:42:31.135Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-06-10T23:42:31.135Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-06-10T23:42:31.135Z] [2021-06-10T23:42:31.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-06-10T23:42:31.135Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-06-10T23:42:31.135Z] docker_cli_update_unix_test.go:143: unmatched requirement swapMemorySupport [2021-06-10T23:42:31.135Z] [2021-06-10T23:42:31.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-06-10T23:42:31.135Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-06-10T23:42:31.135Z] docker_cli_update_unix_test.go:197: unmatched requirement swapMemorySupport [2021-06-10T23:42:31.135Z] [2021-06-10T23:42:31.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-06-10T23:42:31.135Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-06-10T23:42:31.135Z] docker_cli_update_unix_test.go:127: unmatched requirement swapMemorySupport [2021-06-10T23:42:31.135Z] [2021-06-10T23:42:31.135Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-06-10T23:42:31.135Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-06-10T23:42:31.135Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-06-10T23:42:31.135Z] [2021-06-10T23:42:31.135Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-06-10T23:42:31.135Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-06-10T23:42:31.135Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-06-10T23:42:31.135Z] docker_cli_network_unix_test.go:46: [d6f4b476db582] daemon is not started [2021-06-10T23:42:31.135Z] [2021-06-10T23:42:31.135Z] [2021-06-10T23:42:31.135Z] DONE 1269 tests, 51 skipped in 2184.158s [2021-06-10T23:42:31.135Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-10T23:42:31.135Z] ++++ cat bundles/test-integration/docker.pid [2021-06-10T23:42:31.135Z] +++ kill 8297 [2021-06-10T23:42:32.497Z] +++ /etc/init.d/apparmor stop [2021-06-10T23:42:32.497Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-10T23:42:32.497Z] [2021-06-10T23:42:32.497Z] Unloading profiles will leave already running processes permanently [2021-06-10T23:42:32.497Z] unconfined, which can lead to unexpected situations. [2021-06-10T23:42:32.497Z] [2021-06-10T23:42:32.497Z] To set a process to complain mode, use the command line tool [2021-06-10T23:42:32.497Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-10T23:42:32.497Z] +++ true [2021-06-10T23:42:32.497Z] exiting test-integration [2021-06-10T23:42:32.497Z] ++ exit 0 [2021-06-10T23:42:32.497Z] [2021-06-10T23:42:32.497Z] + for job in $(jobs -p) [2021-06-10T23:42:32.497Z] + wait 8762 [2021-06-10T23:42:34.323Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-06-10T23:42:34.323Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-06-10T23:42:34.323Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-06-10T23:42:35.297Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-06-10T23:42:39.041Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-06-10T23:42:41.958Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-06-10T23:42:45.714Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-06-10T23:43:00.545Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-06-10T23:43:00.545Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-06-10T23:43:01.005Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-06-10T23:43:09.589Z] === RUN TestDockerSuite/TestBuildSpaces [2021-06-10T23:43:09.589Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-06-10T23:43:18.181Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-06-10T23:43:18.181Z] === RUN TestDockerSuite/TestBuildStderr [2021-06-10T23:43:19.101Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-06-10T23:43:26.772Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-06-10T23:43:33.949Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-06-10T23:43:51.915Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-06-10T23:43:51.915Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-06-10T23:43:52.024Z] --- PASS: TestDockerSwarmSuite (1766.90s) [2021-06-10T23:43:52.024Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.34s) [2021-06-10T23:43:52.024Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.37s) [2021-06-10T23:43:52.024Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (6.26s) [2021-06-10T23:43:52.024Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.54s) [2021-06-10T23:43:52.024Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.16s) [2021-06-10T23:43:52.024Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (34.41s) [2021-06-10T23:43:52.024Z] docker_api_swarm_test.go:562: [df0277ba78dc6] joining swarm manager [d895c950e8d1a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.024Z] docker_api_swarm_test.go:584: [d33c660b0443a] joining swarm manager [d895c950e8d1a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:43:52.024Z] check_test.go:380: [df0277ba78dc6] daemon is not started [2021-06-10T23:43:52.024Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-06-10T23:43:52.024Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-06-10T23:43:52.024Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (22.62s) [2021-06-10T23:43:52.024Z] docker_api_swarm_test.go:45: [d0d4e503174ac] joining swarm manager [d391cfe242e60]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.024Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (1.04s) [2021-06-10T23:43:52.024Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (49.59s) [2021-06-10T23:43:52.024Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (33.46s) [2021-06-10T23:43:52.024Z] docker_api_swarm_test.go:303: [d80b4684899ba] joining swarm manager [d3e86716786fd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.024Z] docker_api_swarm_test.go:304: [dda3deda482e4] joining swarm manager [d3e86716786fd]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:43:52.024Z] docker_api_swarm_test.go:350: Waiting for election to occur... [2021-06-10T23:43:52.024Z] docker_api_swarm_test.go:363: Waiting for possible election... [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (22.10s) [2021-06-10T23:43:52.025Z] docker_api_swarm_test.go:271: [d2c66e18dd01a] joining swarm manager [dc0f79a9c9b2a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] docker_api_swarm_test.go:272: [d6be817ab42a2] joining swarm manager [dc0f79a9c9b2a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (25.41s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (5.98s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (14.27s) [2021-06-10T23:43:52.025Z] docker_api_swarm_node_test.go:19: [d3d43e8d7dc00] joining swarm manager [dd2416a631203]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] docker_api_swarm_node_test.go:20: [d20df4d22641a] joining swarm manager [dd2416a631203]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (49.63s) [2021-06-10T23:43:52.025Z] docker_api_swarm_test.go:501: [d71ac606c5fbf] joining swarm manager [db63fe4efa4ef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] docker_api_swarm_test.go:506: [ddd924f9989cb] joining swarm manager [db63fe4efa4ef]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (20.43s) [2021-06-10T23:43:52.025Z] docker_api_swarm_node_test.go:80: [ddb914e885681] joining swarm manager [de37edfcfd0d8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (36.38s) [2021-06-10T23:43:52.025Z] docker_api_swarm_node_test.go:52: [de4bb1367d4af] joining swarm manager [da0ffae336083]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] docker_api_swarm_node_test.go:53: [df95175d9d0a4] joining swarm manager [da0ffae336083]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.54s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (18.85s) [2021-06-10T23:43:52.025Z] docker_api_swarm_test.go:201: [d1f71ee595a65] joining swarm manager [d98c59020cd29]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (57.81s) [2021-06-10T23:43:52.025Z] docker_api_swarm_test.go:383: [d3f7ef253b788] joining swarm manager [d226df7ad60f8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] docker_api_swarm_test.go:384: [dfac29c3a80c9] joining swarm manager [d226df7ad60f8]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:43:52.025Z] check_test.go:380: [dfac29c3a80c9] daemon is not started [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (55.89s) [2021-06-10T23:43:52.025Z] docker_api_swarm_test.go:801: [d3f40d68bc5f8] joining swarm manager [db9346a41af51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] docker_api_swarm_test.go:801: [dc85914b8a00a] joining swarm manager [db9346a41af51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:43:52.025Z] docker_api_swarm_test.go:801: [d2d41389f62b2] joining swarm manager [db9346a41af51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-06-10T23:43:52.025Z] docker_api_swarm_test.go:801: [db31905875871] joining swarm manager [db9346a41af51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-06-10T23:43:52.025Z] docker_api_swarm_test.go:809: [d0483d8096aa9] joining swarm manager [db9346a41af51]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.45s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (6.77s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (23.52s) [2021-06-10T23:43:52.025Z] docker_api_swarm_service_test.go:394: [dd45c9c916f36] joining swarm manager [d0404e7f01a9d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] docker_api_swarm_service_test.go:394: [dcf33f0965a70] joining swarm manager [d0404e7f01a9d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (20.59s) [2021-06-10T23:43:52.025Z] docker_api_swarm_service_test.go:342: [dbdcbc5b953dd] joining swarm manager [d4feea4108e6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] docker_api_swarm_service_test.go:342: [dc1146843e7f5] joining swarm manager [d4feea4108e6e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.48s) [2021-06-10T23:43:52.025Z] docker_api_swarm_service_test.go:489: [d0762c0965eef] joining swarm manager [d59254b285aff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] docker_api_swarm_service_test.go:489: [d10633abb13c6] joining swarm manager [d59254b285aff]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (8.12s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (29.67s) [2021-06-10T23:43:52.025Z] docker_api_swarm_service_test.go:127: [da64944388993] joining swarm manager [d3b7b724f8b53]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] docker_api_swarm_service_test.go:128: [daea1dd242c1e] joining swarm manager [d3b7b724f8b53]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:43:52.025Z] docker_api_swarm_service_test.go:136: [d37e6ea5c62b8] joining swarm manager [d3b7b724f8b53]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-06-10T23:43:52.025Z] docker_api_swarm_service_test.go:137: [d4d1a616f249c] joining swarm manager [d3b7b724f8b53]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.55s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (24.60s) [2021-06-10T23:43:52.025Z] docker_api_swarm_service_test.go:303: [d9b66b06d9a11] joining swarm manager [d46ba47ee8c41]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] docker_api_swarm_service_test.go:303: [deca400a97314] joining swarm manager [d46ba47ee8c41]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (33.32s) [2021-06-10T23:43:52.025Z] docker_api_swarm_service_test.go:99: [d493e152941a7] joining swarm manager [d51e40d666717]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] docker_api_swarm_service_test.go:100: [d3d2718991513] joining swarm manager [d51e40d666717]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:43:52.025Z] check_test.go:380: [d493e152941a7] daemon is not started [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (30.66s) [2021-06-10T23:43:52.025Z] docker_api_swarm_service_test.go:532: [dee00d4733dab] joining swarm manager [d8d2fddf765ce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] docker_api_swarm_service_test.go:533: [d0e77a7390820] joining swarm manager [d8d2fddf765ce]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (42.30s) [2021-06-10T23:43:52.025Z] docker_api_swarm_service_test.go:147: [d3b6b25293ff3] joining swarm manager [d6369edb7f7c9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] docker_api_swarm_service_test.go:147: [d84d80562fe30] joining swarm manager [d6369edb7f7c9]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (36.56s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (7.45s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.78s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (4.13s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.70s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (4.09s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (3.05s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (4.52s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (4.92s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (24.90s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.63s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (4.21s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (13.66s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.77s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (4.03s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.42s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (4.81s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.98s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (4.23s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.64s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (6.43s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (7.40s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (6.55s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (14.47s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (3.11s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.75s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.91s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (5.64s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.66s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (13.82s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (13.89s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (14.51s) [2021-06-10T23:43:52.025Z] docker_cli_service_logs_test.go:245: checking task lze8bjpwsa9o [2021-06-10T23:43:52.025Z] docker_cli_service_logs_test.go:250: checking messages for lze8bjpwsa9o [2021-06-10T23:43:52.025Z] docker_cli_service_logs_test.go:245: checking task m37msd80mm0t [2021-06-10T23:43:52.025Z] docker_cli_service_logs_test.go:250: checking messages for m37msd80mm0t [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.91s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (19.53s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.82s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.73s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.77s) [2021-06-10T23:43:52.025Z] docker_cli_swarm_test.go:1901: [d1809bd9affb7] joining swarm manager [dca91d4febc58]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] docker_cli_swarm_test.go:1902: [d0ac88af3fb03] joining swarm manager [dca91d4febc58]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (8.58s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.77s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (16.67s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (19.67s) [2021-06-10T23:43:52.025Z] docker_cli_swarm_test.go:1802: [d491713d45ab5] joining swarm manager [d7784de68b551]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] docker_cli_swarm_test.go:1803: [dc7267e63ec73] joining swarm manager [d7784de68b551]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.97s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (90.60s) [2021-06-10T23:43:52.025Z] docker_cli_swarm_test.go:1321: [dd9ffcdc02794] joining swarm manager [d34e2ade33617]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] docker_cli_swarm_test.go:1322: [dfd9dd1efd838] joining swarm manager [d34e2ade33617]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (4.55s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (8.74s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (9.15s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.79s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (5.55s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (6.51s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (4.59s) [2021-06-10T23:43:52.025Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-06-10T23:43:52.025Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (6.34s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.87s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.88s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.75s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.79s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (53.53s) [2021-06-10T23:43:52.025Z] docker_cli_swarm_test.go:1186: [d8ba85d04f65b] joining swarm manager [d26e73ffd2165]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] docker_cli_swarm_test.go:1195: [de407d6d1bcff] joining swarm manager [d26e73ffd2165]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.15s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (5.22s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (143.01s) [2021-06-10T23:43:52.025Z] docker_cli_swarm_test.go:1118: [dc22fa515f088] joining swarm manager [d6a5a7f171c8e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] docker_cli_swarm_test.go:1119: [dbfa87e3c208f] joining swarm manager [d6a5a7f171c8e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:43:52.025Z] docker_cli_swarm_test.go:1172: [d9617b13a3549] joining swarm manager [d6a5a7f171c8e]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.60s) [2021-06-10T23:43:52.025Z] docker_cli_swarm_test.go:1453: [daf908b545057] joining swarm manager [d56797d696c9a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] docker_cli_swarm_test.go:1454: [d3e58be393af4] joining swarm manager [d56797d696c9a]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.85s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.19s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.25s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.10s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.06s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.81s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (4.89s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.66s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (53.76s) [2021-06-10T23:43:52.025Z] docker_cli_swarm_unix_test.go:62: [d7722f4597793] joining swarm manager [d353d9ec3dbbe]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.33s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (5.07s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.76s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (4.60s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (3.69s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (20.72s) [2021-06-10T23:43:52.025Z] docker_api_swarm_test.go:961: [d7b92c65f3693] joining swarm manager [d3ff2a764cd87]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (12.95s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.54s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.87s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (4.41s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (7.66s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (6.66s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (3.58s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (3.56s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (3.86s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (3.49s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (4.67s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.78s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (52.38s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.30s) [2021-06-10T23:43:52.025Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.29s) [2021-06-10T23:43:52.025Z] === RUN TestDockerExternalVolumeSuite [2021-06-10T23:43:52.025Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-06-10T23:43:54.094Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-06-10T23:43:55.063Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-06-10T23:44:03.639Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-06-10T23:44:06.854Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-06-10T23:44:13.962Z] === RUN TestDockerSuite/TestBuildUser [2021-06-10T23:44:13.962Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-06-10T23:44:13.962Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-06-10T23:44:13.962Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-06-10T23:44:15.498Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-06-10T23:44:16.465Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-06-10T23:44:19.371Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-06-10T23:44:19.371Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-06-10T23:44:19.371Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-06-10T23:44:40.463Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-06-10T23:44:40.463Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-06-10T23:44:47.534Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-06-10T23:44:51.271Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-06-10T23:44:51.730Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-06-10T23:44:51.730Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-06-10T23:44:58.806Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-06-10T23:44:59.265Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-06-10T23:45:07.855Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-06-10T23:45:11.586Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-06-10T23:45:11.586Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-06-10T23:45:14.460Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-06-10T23:45:23.970Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-06-10T23:45:23.970Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-06-10T23:45:23.970Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-06-10T23:45:23.970Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-06-10T23:45:24.415Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-06-10T23:45:24.938Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-06-10T23:45:32.006Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-06-10T23:45:32.972Z] === RUN TestDockerSuite/TestBuildXZHost [2021-06-10T23:45:33.431Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-06-10T23:45:33.431Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-06-10T23:45:33.431Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-06-10T23:45:34.967Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-06-10T23:45:39.654Z] === RUN TestDockerSuite/TestCommitChange [2021-06-10T23:45:43.391Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-06-10T23:45:47.130Z] === RUN TestDockerSuite/TestCommitHardlink [2021-06-10T23:45:47.130Z] === RUN TestDockerSuite/TestCommitNewFile [2021-06-10T23:45:54.201Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-06-10T23:45:54.201Z] === RUN TestDockerSuite/TestCommitTTY [2021-06-10T23:45:56.425Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-06-10T23:45:59.994Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-06-10T23:46:04.681Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-06-10T23:46:04.681Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-06-10T23:46:04.681Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-06-10T23:46:04.681Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-06-10T23:46:04.681Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-06-10T23:46:04.681Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-06-10T23:46:04.681Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-06-10T23:46:04.681Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-06-10T23:46:04.681Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-06-10T23:46:10.471Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-06-10T23:46:11.253Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-06-10T23:46:17.549Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-06-10T23:46:17.549Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-06-10T23:46:19.087Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-06-10T23:46:19.087Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-06-10T23:46:19.087Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-06-10T23:46:19.087Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-06-10T23:46:21.265Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-06-10T23:46:21.265Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-06-10T23:46:21.265Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-06-10T23:46:24.168Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-06-10T23:46:24.168Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-06-10T23:46:24.168Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-06-10T23:46:24.168Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-06-10T23:46:24.168Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-06-10T23:46:27.072Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-06-10T23:46:28.607Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-06-10T23:46:30.792Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-06-10T23:46:30.792Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-06-10T23:46:30.792Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-06-10T23:46:32.968Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-06-10T23:46:32.968Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-06-10T23:46:34.510Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-06-10T23:46:34.510Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-06-10T23:46:34.510Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-06-10T23:46:37.416Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-06-10T23:46:37.416Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-06-10T23:46:38.951Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-06-10T23:46:38.951Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-06-10T23:46:41.131Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-06-10T23:46:41.590Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-06-10T23:46:43.263Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-06-10T23:46:43.766Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-06-10T23:46:47.499Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-06-10T23:46:51.234Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-06-10T23:46:51.234Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-06-10T23:46:51.234Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-06-10T23:46:51.234Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-06-10T23:46:51.234Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-06-10T23:46:52.778Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-06-10T23:46:52.778Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-06-10T23:46:55.436Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-06-10T23:46:55.679Z] === RUN TestDockerSuite/TestContainerAPITop [2021-06-10T23:46:55.679Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-06-10T23:46:57.218Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-06-10T23:46:57.218Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-06-10T23:47:01.906Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-06-10T23:47:03.441Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-06-10T23:47:03.441Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-06-10T23:47:03.441Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-06-10T23:47:03.441Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-06-10T23:47:03.441Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-06-10T23:47:03.441Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-06-10T23:47:04.976Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-06-10T23:47:04.976Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-06-10T23:47:07.154Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-06-10T23:47:10.057Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-06-10T23:47:12.236Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-06-10T23:47:14.413Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0001c9e80_} [2021-06-10T23:47:16.590Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1746074042_c:\foo_false____} [2021-06-10T23:47:19.494Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1746074042_c:\foo_true____} [2021-06-10T23:47:21.674Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-06-10T23:47:21.674Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-06-10T23:47:21.674Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-06-10T23:47:21.674Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-06-10T23:47:21.674Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-06-10T23:47:21.674Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-06-10T23:47:21.674Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-06-10T23:47:21.674Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-06-10T23:47:21.674Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-06-10T23:47:21.674Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-06-10T23:47:21.674Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-06-10T23:47:21.674Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-06-10T23:47:22.133Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-06-10T23:47:22.133Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-06-10T23:47:22.133Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-06-10T23:47:22.133Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-06-10T23:47:22.133Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-06-10T23:47:22.133Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-06-10T23:47:24.311Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-06-10T23:47:24.771Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-06-10T23:47:24.771Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-06-10T23:47:24.771Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-06-10T23:47:24.771Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-06-10T23:47:24.771Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-06-10T23:47:24.771Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-06-10T23:47:24.771Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-06-10T23:47:24.771Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-06-10T23:47:24.771Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-06-10T23:47:24.771Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-06-10T23:47:24.771Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-06-10T23:47:24.771Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-06-10T23:47:24.771Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-06-10T23:47:26.947Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-06-10T23:47:27.406Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-06-10T23:47:27.406Z] === RUN TestDockerSuite/TestCpRelativePath [2021-06-10T23:47:27.448Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-06-10T23:47:29.582Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-06-10T23:47:29.582Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-06-10T23:47:29.583Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-06-10T23:47:29.583Z] === RUN TestDockerSuite/TestCpToCaseA [2021-06-10T23:47:33.314Z] === RUN TestDockerSuite/TestCpToCaseB [2021-06-10T23:47:36.220Z] === RUN TestDockerSuite/TestCpToCaseC [2021-06-10T23:47:36.220Z] === RUN TestDockerSuite/TestCpToCaseD [2021-06-10T23:47:36.220Z] === RUN TestDockerSuite/TestCpToCaseE [2021-06-10T23:47:42.278Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-06-10T23:47:46.550Z] === RUN TestDockerSuite/TestCpToCaseF [2021-06-10T23:47:46.550Z] === RUN TestDockerSuite/TestCpToCaseG [2021-06-10T23:47:46.550Z] === RUN TestDockerSuite/TestCpToCaseH [2021-06-10T23:47:55.114Z] === RUN TestDockerSuite/TestCpToCaseI [2021-06-10T23:47:55.114Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-06-10T23:47:55.114Z] === RUN TestDockerSuite/TestCpToDot [2021-06-10T23:47:56.083Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-06-10T23:47:56.083Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-06-10T23:47:56.083Z] === RUN TestDockerSuite/TestCpToStdout [2021-06-10T23:47:58.260Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-06-10T23:47:58.260Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-06-10T23:47:58.260Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-06-10T23:47:58.260Z] === RUN TestDockerSuite/TestCpVolumePath [2021-06-10T23:47:58.260Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-06-10T23:47:58.260Z] === RUN TestDockerSuite/TestCreateArgs [2021-06-10T23:47:58.718Z] === RUN TestDockerSuite/TestCreateByImageID [2021-06-10T23:48:00.328Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-06-10T23:48:00.897Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-06-10T23:48:03.074Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-06-10T23:48:03.074Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-06-10T23:48:03.533Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-06-10T23:48:05.070Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-06-10T23:48:05.529Z] === RUN TestDockerSuite/TestCreateLabels [2021-06-10T23:48:05.987Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-06-10T23:48:05.987Z] === RUN TestDockerSuite/TestCreateRM [2021-06-10T23:48:06.447Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-06-10T23:48:06.447Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-06-10T23:48:06.447Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-06-10T23:48:06.905Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-06-10T23:48:13.974Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-06-10T23:48:14.436Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-06-10T23:48:14.895Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-06-10T23:48:18.797Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-06-10T23:48:18.797Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-06-10T23:48:18.797Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-06-10T23:48:20.973Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-06-10T23:48:20.973Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-06-10T23:48:21.433Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-06-10T23:48:21.433Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-06-10T23:48:21.433Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-06-10T23:48:21.433Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-06-10T23:48:21.433Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-06-10T23:48:21.433Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-06-10T23:48:21.433Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-06-10T23:48:21.433Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-06-10T23:48:21.433Z] === RUN TestDockerSuite/TestDevicePermissions [2021-06-10T23:48:21.433Z] === RUN TestDockerSuite/TestDockerFails [2021-06-10T23:48:21.433Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-06-10T23:48:21.433Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-06-10T23:48:21.433Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-06-10T23:48:21.433Z] === RUN TestDockerSuite/TestEventsAttach [2021-06-10T23:48:21.433Z] === RUN TestDockerSuite/TestEventsCommit [2021-06-10T23:48:21.433Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-06-10T23:48:24.337Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-06-10T23:48:26.523Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-06-10T23:48:28.699Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-06-10T23:48:35.768Z] === RUN TestDockerSuite/TestEventsCopy [2021-06-10T23:48:46.101Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-06-10T23:48:48.732Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-06-10T23:48:49.853Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-06-10T23:48:51.397Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-06-10T23:48:52.370Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-06-10T23:48:57.072Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-06-10T23:48:57.532Z] === RUN TestDockerSuite/TestEventsFilterType [2021-06-10T23:48:57.992Z] === RUN TestDockerSuite/TestEventsFilters [2021-06-10T23:49:03.559Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-06-10T23:49:03.799Z] === RUN TestDockerSuite/TestEventsFormat [2021-06-10T23:49:07.553Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-06-10T23:49:07.553Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-06-10T23:49:07.553Z] === RUN TestDockerSuite/TestEventsImageImport [2021-06-10T23:49:07.553Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-06-10T23:49:07.553Z] === RUN TestDockerSuite/TestEventsImagePull [2021-06-10T23:49:07.553Z] === RUN TestDockerSuite/TestEventsImageTag [2021-06-10T23:49:08.527Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-06-10T23:49:08.527Z] === RUN TestDockerSuite/TestEventsRename [2021-06-10T23:49:11.441Z] === RUN TestDockerSuite/TestEventsResize [2021-06-10T23:49:20.031Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-06-10T23:49:21.573Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-06-10T23:49:23.759Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-06-10T23:49:28.465Z] === RUN TestDockerSuite/TestEventsTop [2021-06-10T23:49:28.465Z] === RUN TestDockerSuite/TestEventsUntag [2021-06-10T23:49:31.382Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-06-10T23:49:35.130Z] === RUN TestDockerSuite/TestExec [2021-06-10T23:49:35.130Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-06-10T23:49:35.130Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-06-10T23:49:35.571Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-06-10T23:49:36.671Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-06-10T23:49:38.857Z] === RUN TestDockerSuite/TestExecAPIStart [2021-06-10T23:49:38.857Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-06-10T23:49:38.857Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-06-10T23:49:38.857Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-06-10T23:49:40.400Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-06-10T23:49:42.585Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-06-10T23:49:44.125Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-06-10T23:49:46.310Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-06-10T23:49:51.011Z] === RUN TestDockerSuite/TestExecCgroup [2021-06-10T23:49:51.011Z] === RUN TestDockerSuite/TestExecEnv [2021-06-10T23:49:51.011Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-06-10T23:49:51.011Z] === RUN TestDockerSuite/TestExecExitStatus [2021-06-10T23:49:52.553Z] === RUN TestDockerSuite/TestExecInspectID [2021-06-10T23:49:56.296Z] === RUN TestDockerSuite/TestExecInteractive [2021-06-10T23:49:56.296Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-06-10T23:49:56.296Z] === RUN TestDockerSuite/TestExecParseError [2021-06-10T23:49:56.296Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-06-10T23:49:56.296Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-06-10T23:49:56.296Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-06-10T23:49:57.837Z] === RUN TestDockerSuite/TestExecSetEnv [2021-06-10T23:49:57.837Z] === RUN TestDockerSuite/TestExecStartFails [2021-06-10T23:49:57.837Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-06-10T23:49:57.837Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-06-10T23:49:57.837Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-06-10T23:49:57.837Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-06-10T23:50:00.020Z] === RUN TestDockerSuite/TestExecUlimits [2021-06-10T23:50:00.020Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-06-10T23:50:05.831Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-06-10T23:50:05.831Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-06-10T23:50:05.831Z] === RUN TestDockerSuite/TestExecWithUser [2021-06-10T23:50:05.831Z] === RUN TestDockerSuite/TestGetContainerStats [2021-06-10T23:50:07.606Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-06-10T23:50:11.642Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-06-10T23:50:17.453Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-06-10T23:50:19.637Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-06-10T23:50:22.434Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-06-10T23:50:25.448Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-06-10T23:50:25.448Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-06-10T23:50:25.448Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-06-10T23:50:25.448Z] === RUN TestDockerSuite/TestHealth [2021-06-10T23:50:25.448Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-06-10T23:50:25.448Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-06-10T23:50:25.448Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-06-10T23:50:25.448Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-06-10T23:50:29.195Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-06-10T23:50:29.655Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-06-10T23:50:29.655Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-06-10T23:50:29.655Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-06-10T23:50:29.655Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-06-10T23:50:29.655Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-06-10T23:50:30.628Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-06-10T23:50:30.628Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-06-10T23:50:31.601Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-06-10T23:50:31.601Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-06-10T23:50:33.144Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-06-10T23:50:33.604Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-06-10T23:50:35.787Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-06-10T23:50:37.976Z] === RUN TestDockerSuite/TestImagesFormat [2021-06-10T23:50:38.436Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-06-10T23:50:38.436Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-06-10T23:50:40.468Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-06-10T23:50:42.189Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-06-10T23:50:42.189Z] === RUN TestDockerSuite/TestImportBadURL [2021-06-10T23:50:44.390Z] === RUN TestDockerSuite/TestImportDisplay [2021-06-10T23:50:44.390Z] === RUN TestDockerSuite/TestImportFile [2021-06-10T23:50:44.390Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-06-10T23:50:44.390Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-06-10T23:50:44.390Z] === RUN TestDockerSuite/TestImportGzipped [2021-06-10T23:50:44.390Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-06-10T23:50:44.390Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-06-10T23:50:44.390Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-06-10T23:50:44.390Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-06-10T23:50:44.390Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-06-10T23:50:44.390Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-06-10T23:50:44.390Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-06-10T23:50:44.390Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-06-10T23:50:47.073Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-06-10T23:50:49.349Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-06-10T23:50:49.349Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-06-10T23:50:49.349Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-06-10T23:50:49.349Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-06-10T23:50:49.349Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-06-10T23:50:51.688Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-06-10T23:50:51.688Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-06-10T23:50:54.600Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-06-10T23:50:54.600Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-06-10T23:50:54.600Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-06-10T23:50:54.600Z] === RUN TestDockerSuite/TestInspectDefault [2021-06-10T23:50:56.143Z] === RUN TestDockerSuite/TestInspectHistory [2021-06-10T23:50:58.502Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-06-10T23:51:00.844Z] === RUN TestDockerSuite/TestInspectImage [2021-06-10T23:51:00.844Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-06-10T23:51:00.844Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-06-10T23:51:00.844Z] === RUN TestDockerSuite/TestInspectInt64 [2021-06-10T23:51:02.390Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-06-10T23:51:03.936Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-06-10T23:51:04.397Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-06-10T23:51:06.583Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-06-10T23:51:08.129Z] === RUN TestDockerSuite/TestInspectPlugin [2021-06-10T23:51:08.129Z] === RUN TestDockerSuite/TestInspectRootFS [2021-06-10T23:51:08.590Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-06-10T23:51:10.134Z] === RUN TestDockerSuite/TestInspectStatus [2021-06-10T23:51:10.666Z] --- PASS: TestDockerExternalVolumeSuite (440.08s) [2021-06-10T23:51:10.666Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.81s) [2021-06-10T23:51:10.666Z] docker_cli_external_volume_driver_test.go:53: [d045be4a51864] daemon is not started [2021-06-10T23:51:10.666Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.62s) [2021-06-10T23:51:10.666Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.45s) [2021-06-10T23:51:10.666Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.05s) [2021-06-10T23:51:10.666Z] docker_cli_external_volume_driver_test.go:53: [d3f7a315ecc4d] daemon is not started [2021-06-10T23:51:10.666Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2021-06-10T23:51:10.666Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.03s) [2021-06-10T23:51:10.666Z] docker_cli_external_volume_driver_test.go:53: [d495f4581ffd3] daemon is not started [2021-06-10T23:51:10.666Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-06-10T23:51:10.666Z] docker_cli_external_volume_driver_test.go:53: [da7e5b4668981] daemon is not started [2021-06-10T23:51:10.666Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.62s) [2021-06-10T23:51:10.666Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.47s) [2021-06-10T23:51:10.666Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.80s) [2021-06-10T23:51:10.666Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.55s) [2021-06-10T23:51:10.666Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.49s) [2021-06-10T23:51:10.666Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.60s) [2021-06-10T23:51:10.666Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.90s) [2021-06-10T23:51:10.666Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.48s) [2021-06-10T23:51:10.666Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (17.20s) [2021-06-10T23:51:10.666Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.27s) [2021-06-10T23:51:10.666Z] docker_cli_external_volume_driver_test.go:485: [db6e888b4a2b2] daemon is not started [2021-06-10T23:51:10.666Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.05s) [2021-06-10T23:51:10.666Z] docker_cli_external_volume_driver_test.go:53: [d613ae5542455] daemon is not started [2021-06-10T23:51:10.666Z] PASS [2021-06-10T23:51:10.666Z] [2021-06-10T23:51:10.666Z] === Skipped [2021-06-10T23:51:10.666Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-06-10T23:51:10.666Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-06-10T23:51:10.666Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-06-10T23:51:10.666Z] check_test.go:309: [d0c8b7c95c3bf] daemon is not started [2021-06-10T23:51:10.666Z] [2021-06-10T23:51:10.666Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-06-10T23:51:10.666Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-06-10T23:51:10.666Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-06-10T23:51:10.666Z] check_test.go:309: [dd43386e56275] daemon is not started [2021-06-10T23:51:10.666Z] [2021-06-10T23:51:10.666Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-06-10T23:51:10.666Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.01s) [2021-06-10T23:51:10.666Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-06-10T23:51:10.666Z] check_test.go:309: [dd383ae1f4593] daemon is not started [2021-06-10T23:51:10.666Z] [2021-06-10T23:51:10.666Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-06-10T23:51:10.666Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-06-10T23:51:10.666Z] docker_api_swarm_test.go:934: Root cause of Issue #36386 is needed [2021-06-10T23:51:10.666Z] [2021-06-10T23:51:10.666Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-06-10T23:51:10.666Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.01s) [2021-06-10T23:51:10.666Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-06-10T23:51:10.666Z] [2021-06-10T23:51:10.666Z] [2021-06-10T23:51:10.666Z] DONE 273 tests, 5 skipped in 2703.631s [2021-06-10T23:51:10.666Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-06-10T23:51:11.226Z] ++++ cat bundles/test-integration/docker.pid [2021-06-10T23:51:11.226Z] +++ kill 8293 [2021-06-10T23:51:12.152Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/df020563070d0/docker.pid [2021-06-10T23:51:12.152Z] +++ kill 8469 [2021-06-10T23:51:12.152Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 8469 is not a child of this shell [2021-06-10T23:51:12.152Z] warning: PID 8469 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/df020563070d0/docker.pid had a nonzero exit code [2021-06-10T23:51:12.152Z] +++ /etc/init.d/apparmor stop [2021-06-10T23:51:12.152Z] Leaving: AppArmorNo profiles have been unloaded. [2021-06-10T23:51:12.152Z] [2021-06-10T23:51:12.152Z] Unloading profiles will leave already running processes permanently [2021-06-10T23:51:12.152Z] unconfined, which can lead to unexpected situations. [2021-06-10T23:51:12.152Z] [2021-06-10T23:51:12.152Z] To set a process to complain mode, use the command line tool [2021-06-10T23:51:12.152Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-06-10T23:51:12.152Z] +++ true [2021-06-10T23:51:12.152Z] exiting test-integration [2021-06-10T23:51:12.152Z] ++ exit 0 [2021-06-10T23:51:12.152Z] [2021-06-10T23:51:12.408Z] + exit 0 [2021-06-10T23:51:12.408Z] ++ jobs -p [2021-06-10T23:51:12.408Z] + pids= [2021-06-10T23:51:12.408Z] + echo 'Remaining pids to kill: []' [2021-06-10T23:51:12.408Z] Remaining pids to kill: [] [2021-06-10T23:51:12.408Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-06-10T23:51:12.419Z] Recording test results [2021-06-10T23:51:12.754Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-06-10T23:51:13.068Z] + echo Ensuring container killed. [2021-06-10T23:51:13.068Z] Ensuring container killed. [2021-06-10T23:51:13.068Z] + docker ps -aq -f name=docker-pr15-* [2021-06-10T23:51:13.068Z] + cids=681dd2f60d14 [2021-06-10T23:51:13.068Z] 7525e4a4822c [2021-06-10T23:51:13.068Z] 968ca19ebe31 [2021-06-10T23:51:13.068Z] + [ -n 681dd2f60d14 [2021-06-10T23:51:13.068Z] 7525e4a4822c [2021-06-10T23:51:13.068Z] 968ca19ebe31 ] [2021-06-10T23:51:13.068Z] + docker rm -vf 681dd2f60d14 7525e4a4822c 968ca19ebe31 [2021-06-10T23:51:16.336Z] 681dd2f60d14 [2021-06-10T23:51:16.336Z] 7525e4a4822c [2021-06-10T23:51:16.591Z] 968ca19ebe31 [Pipeline] sh [2021-06-10T23:51:16.906Z] + echo Chowning /workspace to jenkins user [2021-06-10T23:51:16.906Z] Chowning /workspace to jenkins user [2021-06-10T23:51:16.906Z] + id -u [2021-06-10T23:51:16.906Z] + id -g [2021-06-10T23:51:16.906Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-42445:/workspace busybox chown -R 1000:1000 /workspace [2021-06-10T23:51:18.726Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-06-10T23:51:21.403Z] + bundleName=amd64 [2021-06-10T23:51:21.403Z] + echo Creating amd64-bundles.tar.gz [2021-06-10T23:51:21.403Z] Creating amd64-bundles.tar.gz [2021-06-10T23:51:21.403Z] + 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-10T23:51:21.403Z] + xargs tar -czf amd64-bundles.tar.gz [2021-06-10T23:51:21.645Z] === RUN TestDockerSuite/TestInspectTemplateError [Pipeline] archiveArtifacts [2021-06-10T23:51:22.775Z] Archiving artifacts [2021-06-10T23:51:23.227Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42445/15/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-10T23:51:23.527Z] + make clean [2021-06-10T23:51:23.527Z] docker volume rm -f docker-dev-cache [2021-06-10T23:51:23.782Z] docker-dev-cache [Pipeline] deleteDir [2021-06-10T23:51:23.834Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-06-10T23:51:26.020Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-06-10T23:51:27.563Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-06-10T23:51:29.747Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-10T23:51:32.662Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-06-10T23:51:34.204Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-06-10T23:51:34.204Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-06-10T23:51:34.204Z] === RUN TestDockerSuite/TestLinksEnvs [2021-06-10T23:51:34.204Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-06-10T23:51:34.665Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-06-10T23:51:34.665Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-06-10T23:51:34.665Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-06-10T23:51:34.665Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-06-10T23:51:34.665Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-06-10T23:51:34.665Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-06-10T23:51:34.665Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-06-10T23:51:34.665Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-06-10T23:51:34.665Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-06-10T23:51:34.665Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-06-10T23:51:34.665Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-06-10T23:51:34.665Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-06-10T23:51:34.665Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-06-10T23:51:34.665Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-06-10T23:51:34.665Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-06-10T23:51:34.665Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-06-10T23:51:36.847Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-06-10T23:51:38.390Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-06-10T23:51:44.199Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-06-10T23:51:46.387Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-06-10T23:51:46.387Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-06-10T23:51:48.570Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-06-10T23:51:48.570Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-06-10T23:51:53.275Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-06-10T23:51:57.973Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-06-10T23:52:03.775Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-06-10T23:52:05.317Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-06-10T23:52:07.503Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-06-10T23:52:07.503Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-06-10T23:52:10.412Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-06-10T23:52:12.595Z] === RUN TestDockerSuite/TestLogsSince [2021-06-10T23:52:21.183Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-06-10T23:52:21.183Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-06-10T23:52:21.183Z] === RUN TestDockerSuite/TestLogsTail [2021-06-10T23:52:24.094Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-06-10T23:52:26.282Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-06-10T23:52:28.472Z] === RUN TestDockerSuite/TestMountIntoProc [2021-06-10T23:52:28.472Z] === RUN TestDockerSuite/TestMountIntoSys [2021-06-10T23:52:28.472Z] === RUN TestDockerSuite/TestNetHostname [2021-06-10T23:52:28.472Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-06-10T23:52:28.472Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-06-10T23:52:28.472Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-06-10T23:52:28.472Z] === RUN TestDockerSuite/TestPluginActive [2021-06-10T23:52:28.472Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-06-10T23:52:28.472Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-06-10T23:52:28.472Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-06-10T23:52:28.933Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-06-10T23:52:28.933Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-06-10T23:52:28.933Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-06-10T23:52:28.933Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-06-10T23:52:28.933Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-06-10T23:52:28.933Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-06-10T23:52:28.933Z] === RUN TestDockerSuite/TestPortHostBinding [2021-06-10T23:52:28.933Z] === RUN TestDockerSuite/TestPortList [2021-06-10T23:52:28.933Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-06-10T23:52:33.633Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-06-10T23:52:33.633Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-06-10T23:52:33.633Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-06-10T23:52:33.633Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-06-10T23:52:33.633Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-06-10T23:52:33.633Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-06-10T23:52:33.633Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-06-10T23:52:33.633Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-06-10T23:52:33.633Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-06-10T23:52:33.633Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-06-10T23:52:42.219Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-06-10T23:52:42.219Z] === RUN TestDockerSuite/TestPsByOrder [2021-06-10T23:52:50.797Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-06-10T23:52:50.797Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-06-10T23:52:57.878Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-06-10T23:53:12.702Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-06-10T23:53:12.702Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-06-10T23:53:12.702Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-06-10T23:53:23.037Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-06-10T23:53:25.949Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-06-10T23:53:33.031Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-06-10T23:53:37.726Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-06-10T23:53:37.726Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-06-10T23:53:37.726Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-06-10T23:53:41.656Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-06-10T23:53:41.656Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-06-10T23:53:41.656Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-06-10T23:53:41.656Z] === RUN TestDockerSuite/TestPsRightTagName [2021-06-10T23:53:41.656Z] === RUN TestDockerSuite/TestPsShowMounts [2021-06-10T23:53:47.463Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-06-10T23:53:47.463Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-06-10T23:53:49.005Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-06-10T23:53:49.005Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-06-10T23:53:49.976Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-06-10T23:53:50.945Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-06-10T23:53:50.945Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-06-10T23:53:54.683Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-06-10T23:53:59.377Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-06-10T23:54:01.556Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-06-10T23:54:19.292Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-06-10T23:54:19.292Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-06-10T23:54:23.035Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-06-10T23:54:23.495Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-06-10T23:54:23.495Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-06-10T23:54:24.463Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-06-10T23:54:29.157Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-06-10T23:54:32.896Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-06-10T23:54:32.896Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-06-10T23:54:37.591Z] === RUN TestDockerSuite/TestRmiBlank [2021-06-10T23:54:37.591Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-06-10T23:54:37.591Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-06-10T23:54:49.986Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-06-10T23:54:50.961Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-06-10T23:54:51.933Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-06-10T23:54:57.734Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-06-10T23:55:01.473Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-06-10T23:55:08.566Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-06-10T23:55:17.144Z] === RUN TestDockerSuite/TestRmiTag [2021-06-10T23:55:17.607Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-06-10T23:55:19.789Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-06-10T23:55:44.940Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-06-10T23:55:47.125Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-06-10T23:55:51.824Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-06-10T23:55:52.284Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-06-10T23:55:52.284Z] === RUN TestDockerSuite/TestRunAddHost [2021-06-10T23:55:52.284Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-06-10T23:55:52.284Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-06-10T23:55:52.284Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-06-10T23:55:52.284Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-06-10T23:55:52.284Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-06-10T23:55:52.284Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-06-10T23:55:54.466Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-06-10T23:55:54.466Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-06-10T23:55:54.466Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-06-10T23:55:59.163Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-06-10T23:56:01.344Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-06-10T23:56:03.525Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-06-10T23:56:06.433Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-06-10T23:56:07.971Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-06-10T23:56:07.971Z] === RUN TestDockerSuite/TestRunBindMounts [2021-06-10T23:56:12.662Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-06-10T23:56:12.663Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-06-10T23:56:12.663Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-06-10T23:56:12.663Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-06-10T23:56:12.663Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-06-10T23:56:12.663Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-06-10T23:56:12.663Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-06-10T23:56:12.663Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-06-10T23:56:12.663Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-06-10T23:56:12.663Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-06-10T23:56:12.663Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-06-10T23:56:12.663Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-06-10T23:56:15.571Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-06-10T23:56:15.571Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-06-10T23:56:18.478Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-06-10T23:56:18.478Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-06-10T23:56:18.478Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-06-10T23:56:20.017Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-06-10T23:56:20.017Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-06-10T23:56:20.017Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-06-10T23:56:20.017Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-06-10T23:56:20.017Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-06-10T23:56:20.017Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-06-10T23:56:20.017Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-06-10T23:56:20.017Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-06-10T23:56:22.200Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-06-10T23:56:24.381Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-06-10T23:56:25.921Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-06-10T23:56:25.921Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-06-10T23:56:26.381Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-06-10T23:56:26.381Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-06-10T23:56:28.561Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-06-10T23:56:28.561Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-06-10T23:56:28.561Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-06-10T23:56:28.561Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-06-10T23:56:28.561Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-06-10T23:56:30.106Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-06-10T23:56:35.908Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-06-10T23:56:35.908Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-06-10T23:56:35.908Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-06-10T23:56:35.908Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-06-10T23:56:35.908Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-06-10T23:56:35.908Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-06-10T23:56:35.908Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-06-10T23:56:38.090Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-06-10T23:56:38.090Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-06-10T23:56:38.550Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-06-10T23:56:38.550Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-06-10T23:56:40.732Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-06-10T23:56:47.816Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-06-10T23:56:47.816Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-06-10T23:56:50.004Z] === RUN TestDockerSuite/TestRunEnvironment [2021-06-10T23:56:50.004Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-06-10T23:56:50.004Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-06-10T23:56:50.004Z] === RUN TestDockerSuite/TestRunExitCode [2021-06-10T23:56:52.191Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-06-10T23:56:54.372Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-06-10T23:56:56.726Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-06-10T23:56:59.635Z] === RUN TestDockerSuite/TestRunExposePort [2021-06-10T23:56:59.635Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-06-10T23:56:59.635Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-06-10T23:56:59.635Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-06-10T23:56:59.635Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-06-10T23:56:59.635Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-10T23:56:59.635Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-06-10T23:56:59.635Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-06-10T23:56:59.635Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-06-10T23:57:03.375Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-06-10T23:57:03.835Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-06-10T23:57:03.835Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-06-10T23:57:03.835Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-06-10T23:57:03.835Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-06-10T23:57:03.835Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-06-10T23:57:03.835Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-06-10T23:57:10.916Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-06-10T23:57:10.916Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-06-10T23:57:12.455Z] === RUN TestDockerSuite/TestRunModeHostname [2021-06-10T23:57:12.455Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-06-10T23:57:12.455Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-06-10T23:57:12.455Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-06-10T23:57:12.455Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-06-10T23:57:12.455Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-06-10T23:57:12.455Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-06-10T23:57:12.455Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-06-10T23:57:12.455Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-06-10T23:57:12.455Z] === RUN TestDockerSuite/TestRunMount [2021-06-10T23:57:12.455Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-06-10T23:57:12.455Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-06-10T23:57:12.455Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-06-10T23:57:12.455Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-06-10T23:57:19.540Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-06-10T23:57:19.540Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-06-10T23:57:19.540Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-06-10T23:57:19.540Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-06-10T23:57:24.237Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-06-10T23:57:27.971Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-06-10T23:57:27.971Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-06-10T23:57:27.971Z] === RUN TestDockerSuite/TestRunNetHost [2021-06-10T23:57:27.971Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-06-10T23:57:27.971Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-06-10T23:57:27.971Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-06-10T23:57:27.971Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-06-10T23:57:27.971Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-06-10T23:57:27.971Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-06-10T23:57:27.971Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-06-10T23:57:27.971Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-06-10T23:57:29.666Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-06-10T23:57:31.208Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-06-10T23:57:32.749Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-06-10T23:57:33.773Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-06-10T23:57:35.958Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-06-10T23:57:35.958Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-06-10T23:57:35.958Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-06-10T23:57:35.958Z] === RUN TestDockerSuite/TestRunPortInUse [2021-06-10T23:57:35.958Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-06-10T23:57:35.958Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-06-10T23:57:35.958Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-06-10T23:57:35.958Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-06-10T23:57:35.958Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-06-10T23:57:39.702Z] === RUN TestDockerSuite/TestRunPublishPort [2021-06-10T23:57:39.702Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-06-10T23:57:39.702Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-06-10T23:57:39.702Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-06-10T23:57:39.702Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-06-10T23:57:39.702Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-06-10T23:57:46.787Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-06-10T23:57:46.787Z] === RUN TestDockerSuite/TestRunRm [2021-06-10T23:57:48.969Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-06-10T23:57:54.775Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-06-10T23:57:56.956Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-06-10T23:57:58.496Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-06-10T23:58:00.679Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-06-10T23:58:03.591Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-06-10T23:58:03.591Z] === RUN TestDockerSuite/TestRunState [2021-06-10T23:58:03.591Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-06-10T23:58:05.130Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-06-10T23:58:05.130Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-06-10T23:58:07.313Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-06-10T23:58:07.313Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-06-10T23:58:07.313Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-06-10T23:58:07.313Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-06-10T23:58:07.313Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-06-10T23:58:07.313Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-06-10T23:58:12.016Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-06-10T23:58:12.016Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-06-10T23:58:12.016Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-06-10T23:58:12.016Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-06-10T23:58:12.016Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-06-10T23:58:12.016Z] === RUN TestDockerSuite/TestRunUserByID [2021-06-10T23:58:12.016Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-06-10T23:58:12.016Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-06-10T23:58:12.016Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-06-10T23:58:12.016Z] === RUN TestDockerSuite/TestRunUserByName [2021-06-10T23:58:12.016Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-06-10T23:58:14.200Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-06-10T23:58:14.200Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-06-10T23:58:16.385Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-06-10T23:58:16.385Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-06-10T23:58:16.385Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-06-10T23:58:20.132Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-06-10T23:58:27.217Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-06-10T23:58:30.966Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-06-10T23:58:36.769Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-06-10T23:58:36.769Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-06-10T23:58:36.769Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-06-10T23:58:40.518Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-06-10T23:58:42.693Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-06-10T23:58:44.871Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-06-10T23:58:44.871Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-06-10T23:58:44.871Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-06-10T23:58:44.871Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-06-10T23:58:44.871Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-06-10T23:58:44.871Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-06-10T23:58:44.871Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-06-10T23:58:44.871Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-06-10T23:58:44.871Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-06-10T23:58:59.682Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-06-10T23:58:59.682Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-06-10T23:59:01.308Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-06-10T23:59:05.995Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-06-10T23:59:05.995Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-06-10T23:59:05.995Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-06-10T23:59:05.995Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-06-10T23:59:05.995Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-06-10T23:59:05.995Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-06-10T23:59:05.995Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-06-10T23:59:05.995Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-06-10T23:59:05.995Z] === RUN TestDockerSuite/TestSaveImageId [2021-06-10T23:59:05.995Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-06-10T23:59:05.995Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-06-10T23:59:05.995Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-06-10T23:59:05.995Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-06-10T23:59:05.995Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-06-10T23:59:05.995Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-06-10T23:59:05.995Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-06-10T23:59:05.995Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-06-10T23:59:05.995Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-06-10T23:59:08.174Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-06-10T23:59:08.633Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-06-10T23:59:09.091Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-06-10T23:59:09.091Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-06-10T23:59:10.629Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-06-10T23:59:17.695Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-06-10T23:59:17.695Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-06-10T23:59:26.262Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-06-10T23:59:26.262Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-06-10T23:59:29.164Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-06-10T23:59:29.164Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-06-10T23:59:29.164Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-06-10T23:59:29.164Z] === RUN TestDockerSuite/TestStartRecordError [2021-06-10T23:59:29.164Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-06-10T23:59:34.952Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-06-10T23:59:34.952Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-06-10T23:59:34.952Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-06-10T23:59:34.952Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-06-10T23:59:34.952Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-06-10T23:59:34.952Z] === RUN TestDockerSuite/TestStatsNoStream [2021-06-10T23:59:34.952Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-06-10T23:59:35.923Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-06-10T23:59:38.099Z] === RUN TestDockerSuite/TestTopPrivileged [2021-06-10T23:59:38.099Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-06-10T23:59:40.276Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-06-10T23:59:40.276Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-06-10T23:59:40.276Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-06-10T23:59:40.276Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-06-10T23:59:40.276Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-06-10T23:59:40.276Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-06-10T23:59:40.276Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-06-10T23:59:57.963Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-06-10T23:59:57.963Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-06-10T23:59:57.963Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-06-10T23:59:57.963Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-06-10T23:59:57.963Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-06-10T23:59:57.963Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-06-10T23:59:57.963Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-06-10T23:59:58.930Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-06-10T23:59:58.930Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-06-11T00:00:01.832Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-06-11T00:00:02.293Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-06-11T00:00:02.293Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-06-11T00:00:02.751Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-06-11T00:00:02.751Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-06-11T00:00:11.321Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-06-11T00:00:11.321Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-06-11T00:00:11.321Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-06-11T00:00:11.321Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-06-11T00:00:11.321Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-06-11T00:00:18.429Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-06-11T00:00:18.429Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-06-11T00:00:18.429Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-06-11T00:00:26.992Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-06-11T00:00:26.992Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-06-11T00:00:27.959Z] --- PASS: TestDockerSuite (2141.91s) [2021-06-11T00:00:27.959Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-06-11T00:00:27.959Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-06-11T00:00:27.959Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-06-11T00:00:27.959Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2021-06-11T00:00:27.959Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-06-11T00:00:27.959Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-06-11T00:00:27.959Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-06-11T00:00:27.959Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-06-11T00:00:27.959Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-06-11T00:00:27.959Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.69s) [2021-06-11T00:00:27.959Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.19s) [2021-06-11T00:00:27.959Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.51s) [2021-06-11T00:00:27.959Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.35s) [2021-06-11T00:00:27.959Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (52.44s) [2021-06-11T00:00:27.959Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.71s) [2021-06-11T00:00:27.959Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.02s) [2021-06-11T00:00:27.959Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-06-11T00:00:27.959Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-06-11T00:00:27.959Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-06-11T00:00:27.959Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-06-11T00:00:27.959Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-06-11T00:00:27.959Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-06-11T00:00:27.959Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-06-11T00:00:27.959Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-06-11T00:00:27.959Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-06-11T00:00:27.959Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-06-11T00:00:27.959Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-06-11T00:00:28.420Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-06-11T00:00:28.420Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.02s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-06-11T00:00:28.420Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.11s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-06-11T00:00:28.420Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-06-11T00:00:28.420Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.87s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.40s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-06-11T00:00:28.420Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-06-11T00:00:28.420Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-06-11T00:00:28.420Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-06-11T00:00:28.420Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.82s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-11T00:00:28.420Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-06-11T00:00:28.420Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (9.51s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (60.08s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2021-06-11T00:00:28.420Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (9.49s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.48s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.89s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.22s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (1.00s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (3.20s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.39s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.65s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (10.36s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (6.18s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (2.20s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.43s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.73s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.91s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.71s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildAddTar (30.67s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (15.16s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.56s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.45s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (10.32s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.83s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (3.89s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (11.73s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (6.25s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.27s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.28s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.72s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.02s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.52s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (20.28s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (8.39s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.57s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.23s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (10.34s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.23s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-06-11T00:00:28.420Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.38s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.87s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildCmd (0.52s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.50s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.54s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.74s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.25s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.09s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.46s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (6.47s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.87s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.45s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.79s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.64s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (7.17s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (38.38s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (1.22s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (1.02s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (8.99s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.30s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.49s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (19.50s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.64s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (14.94s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.41s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.63s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.40s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.89s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.84s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildDockerignore (43.95s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.41s) [2021-06-11T00:00:28.420Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-06-11T00:00:28.420Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (49.92s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.39s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.60s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (16.75s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (9.17s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (8.92s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (24.01s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (9.18s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.22s) [2021-06-11T00:00:28.420Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (66.21s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.37s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.35s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.52s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.00s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.48s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.49s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (9.19s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.63s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (3.71s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.45s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.87s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (3.80s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (11.93s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.56s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildFails (2.43s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.09s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.26s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.68s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildForceRm (5.89s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildFromGit (6.04s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.27s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (9.10s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.62s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.52s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (12.11s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildHistory (10.25s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.92s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (6.54s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.69s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.08s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.92s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildLabel (0.87s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.57s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.89s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.56s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildLabels (0.95s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.39s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.33s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.09s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.08s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.53s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.62s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.82s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (13.34s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.50s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (38.33s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (13.01s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.06s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.20s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.62s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (19.75s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.18s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.58s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.98s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (4.06s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.61s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.22s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.13s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.67s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.97s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.23s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildOnBuild (8.28s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.47s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.17s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.39s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (6.47s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.03s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.17s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (1.11s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (6.92s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (36.15s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (16.67s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildRm (9.85s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (7.64s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.33s) [2021-06-11T00:00:28.421Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.21s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.52s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.53s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildShellInherited (3.48s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (13.91s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.62s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.62s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (7.71s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.25s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (8.62s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildStderr (8.26s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (24.84s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.13s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.09s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildTagEvent (8.51s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (8.97s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.11s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.51s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.76s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (19.11s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.79s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.77s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.84s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.29s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildWithFailure (6.98s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (8.54s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.46s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.33s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (11.88s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.31s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.07s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.25s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.81s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2021-06-11T00:00:28.421Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-06-11T00:00:28.421Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-06-11T00:00:28.421Z] docker_cli_sni_test.go:18: Flakey test [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.62s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (4.14s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestCommitChange (4.36s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.68s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-06-11T00:00:28.421Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.41s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-06-11T00:00:28.421Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestCommitTTY (6.39s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (4.01s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-06-11T00:00:28.421Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-06-11T00:00:28.421Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-06-11T00:00:28.421Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-11T00:00:28.421Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-06-11T00:00:28.421Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-06-11T00:00:28.421Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-11T00:00:28.421Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.10s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.37s) [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (5.97s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-06-11T00:00:28.421Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.35s) [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-06-11T00:00:28.421Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-06-11T00:00:28.421Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-06-11T00:00:28.421Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.421Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.38s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-11T00:00:28.422Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.39s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.02s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-06-11T00:00:28.422Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-06-11T00:00:28.422Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-11T00:00:28.422Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.96s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.88s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.94s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-06-11T00:00:28.422Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.03s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.83s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-06-11T00:00:28.422Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-06-11T00:00:28.422Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.43s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.83s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2021-06-11T00:00:28.422Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.54s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.25s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.43s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.28s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.72s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.10s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.73s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-11T00:00:28.422Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.40s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-06-11T00:00:28.422Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.98s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.10s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.26s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.71s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.58s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (16.58s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.32s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.38s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.40s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.43s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc0001c9e80_} (2.30s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-1746074042_c:\foo_false____} (2.42s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-1746074042_c:\foo_true____} (2.31s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-06-11T00:00:28.422Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.36s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.07s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.07s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.09s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.08s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.57s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.46s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.13s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.05s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.62s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.05s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.92s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCpToDot (2.05s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCpToStdout (2.08s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.19s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCreateArgs (0.19s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCreateByImageID (2.01s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.43s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.20s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.21s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.53s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.63s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCreateLabels (0.20s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCreateRM (0.38s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.19s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.38s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.34s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.21s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.38s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.69s) [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.20s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-11T00:00:28.422Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.39s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-06-11T00:00:28.422Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.16s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-06-11T00:00:28.422Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-06-11T00:00:28.422Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-06-11T00:00:28.422Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-06-11T00:00:28.422Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-06-11T00:00:28.422Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-06-11T00:00:28.422Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-06-11T00:00:28.422Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-06-11T00:00:28.422Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-11T00:00:28.422Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.422Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.59s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.52s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.11s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (7.30s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestEventsCopy (8.75s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.81s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.03s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.75s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.04s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.95s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.87s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestEventsFilters (4.96s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestEventsFormat (4.30s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.17s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestEventsRename (2.60s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestEventsResize (7.70s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.37s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.28s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.81s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestEventsUntag (2.73s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.66s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-11T00:00:28.423Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.78s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.82s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-11T00:00:28.423Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-06-11T00:00:28.423Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-11T00:00:28.423Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.93s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.91s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.88s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.84s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.29s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.99s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestExecInspectID (3.30s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-11T00:00:28.423Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.14s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-06-11T00:00:28.423Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (2.04s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.18s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.77s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.76s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.74s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.79s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-06-11T00:00:28.423Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.15s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.69s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.29s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.60s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (1.00s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.68s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.23s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.95s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.70s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestImagesFormat (0.17s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-06-11T00:00:28.423Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.54s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestImportBadURL (2.42s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-06-11T00:00:28.423Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-06-11T00:00:28.423Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-06-11T00:00:28.423Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.42s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.35s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-06-11T00:00:28.423Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-06-11T00:00:28.423Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2021-06-11T00:00:28.423Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.35s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.17s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.34s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2021-06-11T00:00:28.423Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectDefault (2.01s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectHistory (3.99s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.90s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.91s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.20s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.02s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.97s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.89s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectStatus (7.50s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.76s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectTemplateError (2.05s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.02s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.90s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.38s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.36s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.07s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-06-11T00:00:28.423Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-06-11T00:00:28.423Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.84s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.80s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.63s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.42s) [2021-06-11T00:00:28.423Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-06-11T00:00:28.423Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.96s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (4.91s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (4.89s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (4.96s) [2021-06-11T00:00:28.423Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.11s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.21s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.49s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.39s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestLogsSince (8.91s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestLogsTail (2.69s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.52s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.03s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPluginActive (0.03s) [2021-06-11T00:00:28.424Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.06s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.36s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-06-11T00:00:28.424Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.02s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-11T00:00:28.424Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-11T00:00:28.424Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-11T00:00:28.424Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-11T00:00:28.424Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-11T00:00:28.424Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-06-11T00:00:28.424Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2021-06-11T00:00:28.424Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (9.08s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-06-11T00:00:28.424Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestPsByOrder (7.27s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestPsListContainersBase (8.08s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (12.80s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.31s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.35s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.49s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.44s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.92s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-06-11T00:00:28.424Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (4.08s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2021-06-11T00:00:28.424Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestPsShowMounts (6.00s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.57s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.23s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.90s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-11T00:00:28.424Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.84s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.40s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.09s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (15.75s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (6.04s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.24s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.19s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.76s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.35s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.92s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.34s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRmiBlank (0.06s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.30s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (11.32s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.51s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.61s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.28s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.14s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.56s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (8.15s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRmiTag (0.58s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.52s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (24.09s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.74s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.46s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.05s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.82s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.70s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.43s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.37s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.36s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.98s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.07s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.57s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.39s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (3.20s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.75s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.74s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.15s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.01s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.39s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.57s) [2021-06-11T00:00:28.424Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (5.55s) [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-11T00:00:28.424Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.424Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.40s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.14s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.41s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunEchoStdout (6.79s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.39s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunExitCode (2.35s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.04s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.37s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.48s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.26s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.62s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.91s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.76s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.68s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.83s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.37s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.21s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.74s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.62s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.20s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.74s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.29s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.49s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.14s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunRm (2.00s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.38s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.45s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.10s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.98s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.45s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.98s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (2.19s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.16s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.57s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.85s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.41s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.04s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.24s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.35s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.67s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.14s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.05s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.38s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.45s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.07s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (12.89s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.95s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.61s) [2021-06-11T00:00:28.425Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.34s) [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2021-06-11T00:00:28.425Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.425Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-11T00:00:28.425Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2021-06-11T00:00:28.426Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.18s) [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.39s) [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.21s) [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.60s) [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.05s) [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.53s) [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.88s) [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (4.77s) [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-06-11T00:00:28.426Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.94s) [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.10s) [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.88s) [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.24s) [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.13s) [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.18s) [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.29s) [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.24s) [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.13s) [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.66s) [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.69s) [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.36s) [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.33s) [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.17s) [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.43s) [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.58s) [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.18s) [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (6.61s) [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.25s) [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.25s) [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.91s) [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-06-11T00:00:28.426Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.21s) [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-06-11T00:00:28.426Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-06-11T00:00:28.426Z] --- PASS: TestDockerRegistrySuite (0.12s) [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] === RUN TestDockerSchema1RegistrySuite [2021-06-11T00:00:28.426Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-06-11T00:00:28.426Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-06-11T00:00:28.426Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-06-11T00:00:28.426Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-06-11T00:00:28.426Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-06-11T00:00:28.426Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-06-11T00:00:28.426Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-06-11T00:00:28.426Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-06-11T00:00:28.426Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-06-11T00:00:28.426Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-06-11T00:00:28.426Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-06-11T00:00:28.426Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-06-11T00:00:28.426Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-06-11T00:00:28.426Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-06-11T00:00:28.426Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-06-11T00:00:28.426Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-06-11T00:00:28.426Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-06-11T00:00:28.426Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-06-11T00:00:28.426Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.426Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-11T00:00:28.426Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-06-11T00:00:28.427Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-06-11T00:00:28.427Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-06-11T00:00:28.427Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-06-11T00:00:28.427Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-06-11T00:00:28.427Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-06-11T00:00:28.427Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-06-11T00:00:28.427Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-06-11T00:00:28.427Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-06-11T00:00:28.427Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.03s) [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] === RUN TestDockerRegistryAuthTokenSuite [2021-06-11T00:00:28.427Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-06-11T00:00:28.427Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-06-11T00:00:28.427Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-06-11T00:00:28.427Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-06-11T00:00:28.427Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-06-11T00:00:28.427Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] === RUN TestDockerDaemonSuite [2021-06-11T00:00:28.427Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-06-11T00:00:28.427Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-06-11T00:00:28.427Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-06-11T00:00:28.427Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] === RUN TestDockerSwarmSuite [2021-06-11T00:00:28.427Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-06-11T00:00:28.427Z] === RUN TestDockerPluginSuite [2021-06-11T00:00:28.427Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-06-11T00:00:28.427Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-06-11T00:00:28.427Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-06-11T00:00:28.427Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-06-11T00:00:28.427Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-06-11T00:00:28.427Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-06-11T00:00:28.427Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-06-11T00:00:28.427Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-06-11T00:00:28.427Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-06-11T00:00:28.427Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-06-11T00:00:28.427Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-06-11T00:00:28.427Z] --- PASS: TestDockerPluginSuite (0.01s) [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] === RUN TestDockerExternalVolumeSuite [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] === RUN TestDockerNetworkSuite [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] === RUN TestDockerHubPullSuite [2021-06-11T00:00:28.427Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-06-11T00:00:28.427Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.427Z] PASS [2021-06-11T00:00:28.427Z] ok github.com/docker/docker/integration-cli 2142.492s [2021-06-11T00:00:28.886Z] [2021-06-11T00:00:28.886Z] === Skipped [2021-06-11T00:00:28.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-06-11T00:00:28.886Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-06-11T00:00:28.886Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.886Z] [2021-06-11T00:00:28.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-06-11T00:00:28.886Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-06-11T00:00:28.886Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.886Z] [2021-06-11T00:00:28.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-06-11T00:00:28.886Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-06-11T00:00:28.886Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.886Z] [2021-06-11T00:00:28.886Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-06-11T00:00:28.886Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-06-11T00:00:28.887Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-06-11T00:00:28.887Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.02s) [2021-06-11T00:00:28.887Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-06-11T00:00:28.887Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-06-11T00:00:28.887Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-06-11T00:00:28.887Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-06-11T00:00:28.887Z] docker_api_stats_test.go:261: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-06-11T00:00:28.887Z] docker_api_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-06-11T00:00:28.887Z] docker_api_stats_test.go:275: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-06-11T00:00:28.887Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-06-11T00:00:28.887Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-06-11T00:00:28.887Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-06-11T00:00:28.887Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-06-11T00:00:28.887Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-06-11T00:00:28.887Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.32s) [2021-06-11T00:00:28.887Z] docker_api_build_test.go:177: unmatched requirement UnixCli [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:575: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:928: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.02s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:1008: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:753: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:739: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:799: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:2812: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.02s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:507: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:724: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:468: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:2948: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.29s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:2995: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.56s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.56s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:769: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.83s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.83s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:4458: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.27s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.27s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:4481: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:4604: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:4523: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.02s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.02s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:4406: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:4260: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.04s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:4289: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.57s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.57s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:4434: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.30s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:373: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:5423: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-06-11T00:00:28.887Z] docker_api_build_test.go:402: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:3571: unmatched requirement UnixCli [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:2642: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:3970: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:523: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:895: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:881: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.30s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.30s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:850: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.28s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:866: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:812: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:911: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.31s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:686: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.30s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:5146: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.35s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.35s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:2631: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:3166: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:3933: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:1471: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.27s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:305: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:322: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:2714: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:2745: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:174: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.887Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-06-11T00:00:28.887Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-06-11T00:00:28.887Z] docker_cli_build_test.go:105: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.887Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:63: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:3299: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:1592: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:1606: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:1655: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:1671: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:3698: unmatched requirement UnixCli [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:3749: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:237: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:2203: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:395: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:2620: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:5517: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:5920: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:5553: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:5541: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:5978: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:1485: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:3948: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:1753: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.33s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.33s) [2021-06-11T00:00:28.888Z] docker_api_build_test.go:513: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.28s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:4068: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:1282: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:556: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:2656: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:3875: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:3670: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.29s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.29s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:5569: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:5585: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.29s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:1051: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.31s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.31s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:2152: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.30s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:1234: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:6058: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.28s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.28s) [2021-06-11T00:00:28.888Z] docker_cli_build_test.go:3652: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-06-11T00:00:28.888Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-06-11T00:00:28.888Z] docker_cli_sni_test.go:18: Flakey test [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_commit_test.go:68: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_commit_test.go:43: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_commit_test.go:96: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_commit_test.go:27: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-06-11T00:00:28.888Z] docker_api_containers_test.go:504: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-06-11T00:00:28.888Z] docker_api_containers_test.go:1094: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-06-11T00:00:28.888Z] docker_api_containers_test.go:1020: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-06-11T00:00:28.888Z] docker_api_containers_test.go:1050: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-06-11T00:00:28.888Z] docker_api_containers_test.go:1072: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-06-11T00:00:28.888Z] docker_api_containers_test.go:587: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-06-11T00:00:28.888Z] docker_api_containers_test.go:1350: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-06-11T00:00:28.888Z] docker_api_containers_test.go:593: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-06-11T00:00:28.888Z] docker_api_containers_test.go:622: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-06-11T00:00:28.888Z] docker_api_containers_test.go:1148: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-06-11T00:00:28.888Z] docker_api_containers_test.go:127: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-06-11T00:00:28.888Z] docker_api_containers_test.go:100: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.02s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.02s) [2021-06-11T00:00:28.888Z] docker_api_containers_test.go:365: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-06-11T00:00:28.888Z] docker_api_containers_test.go:1598: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-06-11T00:00:28.888Z] docker_api_containers_test.go:395: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-06-11T00:00:28.888Z] docker_api_containers_test.go:2179: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-06-11T00:00:28.888Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-06-11T00:00:28.888Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.888Z] [2021-06-11T00:00:28.888Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-06-11T00:00:28.889Z] docker_api_containers_test.go:854: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-06-11T00:00:28.889Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-06-11T00:00:28.889Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-06-11T00:00:28.889Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-06-11T00:00:28.889Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-06-11T00:00:28.889Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-06-11T00:00:28.889Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-06-11T00:00:28.889Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-06-11T00:00:28.889Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-06-11T00:00:28.889Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_volume_test.go:454: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_volume_test.go:495: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_volume_test.go:537: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_events_test.go:467: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_events_test.go:398: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_events_test.go:171: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_events_test.go:193: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_events_test.go:152: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_events_test.go:232: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_events_test.go:516: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-06-11T00:00:28.889Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-06-11T00:00:28.889Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-06-11T00:00:28.889Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-06-11T00:00:28.889Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-06-11T00:00:28.889Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.889Z] [2021-06-11T00:00:28.889Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-06-11T00:00:28.889Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-06-11T00:00:28.890Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-06-11T00:00:28.890Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-06-11T00:00:28.890Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_images_test.go:228: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_images_test.go:283: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.02s) [2021-06-11T00:00:28.890Z] docker_cli_images_test.go:342: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_import_test.go:19: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_import_test.go:48: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_import_test.go:92: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.02s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.02s) [2021-06-11T00:00:28.890Z] docker_cli_import_test.go:69: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_import_test.go:128: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-06-11T00:00:28.890Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-06-11T00:00:28.890Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-06-11T00:00:28.890Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-06-11T00:00:28.890Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.02s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.02s) [2021-06-11T00:00:28.890Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.02s) [2021-06-11T00:00:28.890Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.02s) [2021-06-11T00:00:28.890Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_save_load_test.go:336: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-06-11T00:00:28.890Z] docker_api_logs_test.go:94: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-06-11T00:00:28.890Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.890Z] [2021-06-11T00:00:28.890Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-11T00:00:28.890Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.03s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPluginActive (0.03s) [2021-06-11T00:00:28.891Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-06-11T00:00:28.891Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-06-11T00:00:28.891Z] docker_api_containers_test.go:1530: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-06-11T00:00:28.891Z] docker_api_containers_test.go:1444: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-06-11T00:00:28.891Z] docker_api_containers_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-06-11T00:00:28.891Z] docker_api_containers_test.go:1472: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-06-11T00:00:28.891Z] docker_api_containers_test.go:1555: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-06-11T00:00:28.891Z] docker_api_containers_test.go:1499: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.02s) [2021-06-11T00:00:28.891Z] docker_api_containers_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-06-11T00:00:28.891Z] docker_api_containers_test.go:1393: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_ps_test.go:548: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_ps_test.go:443: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-06-11T00:00:28.891Z] docker_cli_ps_test.go:714: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_ps_test.go:806: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_ps_test.go:856: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_ps_test.go:596: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.02s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.02s) [2021-06-11T00:00:28.891Z] docker_cli_ps_test.go:472: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-06-11T00:00:28.891Z] docker_api_containers_test.go:1369: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:1577: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:1172: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:1190: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:1181: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:1053: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:1063: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:1043: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:1034: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:1024: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:1012: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:986: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:999: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:977: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:1933: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.891Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-06-11T00:00:28.891Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-06-11T00:00:28.891Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.891Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:1678: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:1659: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:622: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:384: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:428: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:1254: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.02s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.02s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:1289: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:1322: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:1311: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:1142: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:818: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:857: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:890: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:948: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:1075: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.02s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:61: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:196: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:181: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:1199: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.03s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:932: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.892Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-11T00:00:28.892Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-06-11T00:00:28.892Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.892Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.29s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.29s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:1404: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:958: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:1086: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:1125: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:1133: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:1426: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:1622: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:99: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:1109: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:1117: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:1157: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:968: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:1096: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:1166: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:737: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:747: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:760: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:773: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:727: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:786: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:659: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:1851: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:283: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:1803: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_save_load_test.go:159: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_save_load_test.go:101: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.02s) [2021-06-11T00:00:28.893Z] docker_cli_save_load_test.go:260: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_save_load_test.go:120: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_save_load_test.go:381: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_save_load_test.go:342: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_save_load_test.go:190: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_save_load_test.go:208: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_save_load_test.go:86: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_save_load_test.go:180: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_save_load_test.go:28: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.02s) [2021-06-11T00:00:28.893Z] docker_cli_save_load_test.go:57: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.893Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-06-11T00:00:28.893Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-06-11T00:00:28.893Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.893Z] [2021-06-11T00:00:28.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-06-11T00:00:28.894Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-06-11T00:00:28.894Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.894Z] [2021-06-11T00:00:28.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-06-11T00:00:28.894Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-06-11T00:00:28.894Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.894Z] [2021-06-11T00:00:28.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-06-11T00:00:28.894Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-06-11T00:00:28.894Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-06-11T00:00:28.894Z] [2021-06-11T00:00:28.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-06-11T00:00:28.894Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-06-11T00:00:28.894Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.894Z] [2021-06-11T00:00:28.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-11T00:00:28.894Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-06-11T00:00:28.894Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.894Z] [2021-06-11T00:00:28.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-11T00:00:28.894Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-06-11T00:00:28.894Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.894Z] [2021-06-11T00:00:28.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-06-11T00:00:28.894Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.02s) [2021-06-11T00:00:28.894Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.894Z] [2021-06-11T00:00:28.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-06-11T00:00:28.894Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-06-11T00:00:28.894Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.894Z] [2021-06-11T00:00:28.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-11T00:00:28.894Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-06-11T00:00:28.894Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.894Z] [2021-06-11T00:00:28.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-06-11T00:00:28.894Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-06-11T00:00:28.894Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-06-11T00:00:28.894Z] [2021-06-11T00:00:28.894Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-06-11T00:00:28.894Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-06-11T00:00:28.894Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-06-11T00:00:29.352Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-06-11T00:00:29.352Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-06-11T00:00:29.352Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-06-11T00:00:29.352Z] docker_cli_run_test.go:294: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-06-11T00:00:29.352Z] docker_cli_run_test.go:209: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-06-11T00:00:29.352Z] docker_cli_run_test.go:245: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-06-11T00:00:29.352Z] docker_cli_volume_test.go:244: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-06-11T00:00:29.352Z] docker_cli_volume_test.go:373: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-06-11T00:00:29.352Z] docker_cli_volume_test.go:433: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-06-11T00:00:29.352Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-11T00:00:29.352Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-11T00:00:29.352Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.352Z] [2021-06-11T00:00:29.352Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:185: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:212: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:239: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:268: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:302: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-11T00:00:29.353Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:407: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:128: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:134: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-06-11T00:00:29.353Z] check_test.go:142: unmatched requirement DaemonIsLinux [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.353Z] DONE 1092 tests, 546 skipped in 2149.909s [2021-06-11T00:00:29.353Z] INFO: Integration tests ended at 06/11/2021 00:00:29. Duration:00:35:50.3608327 [2021-06-11T00:00:29.353Z] INFO: Docker info of the daemon under test at end of run [2021-06-11T00:00:29.353Z] [2021-06-11T00:00:29.811Z] Containers: 2 [2021-06-11T00:00:29.811Z] Running: 0 [2021-06-11T00:00:29.811Z] Paused: 0 [2021-06-11T00:00:29.811Z] Stopped: 2 [2021-06-11T00:00:29.811Z] Images: 18 [2021-06-11T00:00:29.811Z] Server Version: 0.0.0-dev [2021-06-11T00:00:29.811Z] Storage Driver: windowsfilter [2021-06-11T00:00:29.811Z] Windows: [2021-06-11T00:00:29.811Z] Logging Driver: json-file [2021-06-11T00:00:29.811Z] Plugins: [2021-06-11T00:00:29.811Z] Volume: local [2021-06-11T00:00:29.811Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-06-11T00:00:29.811Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-06-11T00:00:29.812Z] Swarm: inactive [2021-06-11T00:00:29.812Z] Default Isolation: process [2021-06-11T00:00:29.812Z] Kernel Version: 10.0 20295 (20295.1.amd64fre.fe_release.210212-1600) [2021-06-11T00:00:29.812Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20295.1) [2021-06-11T00:00:29.812Z] OSType: windows [2021-06-11T00:00:29.812Z] Architecture: x86_64 [2021-06-11T00:00:29.812Z] CPUs: 4 [2021-06-11T00:00:29.812Z] Total Memory: 32GiB [2021-06-11T00:00:29.812Z] Name: azwin-2-682220 [2021-06-11T00:00:29.812Z] ID: CX4F:3JJK:DBGG:TM2S:OB3L:PTMM:OPW5:CMOY:5R4W:GIIM:TYND:2ZOB [2021-06-11T00:00:29.812Z] Docker Root Dir: D:\CI\PR-42445\15\daemon [2021-06-11T00:00:29.812Z] Debug Mode (client): false [2021-06-11T00:00:29.812Z] Debug Mode (server): true [2021-06-11T00:00:29.812Z] File Descriptors: -1 [2021-06-11T00:00:29.812Z] Goroutines: 17 [2021-06-11T00:00:29.812Z] System Time: 2021-06-11T00:00:29.7088069Z [2021-06-11T00:00:29.812Z] EventsListeners: 0 [2021-06-11T00:00:29.812Z] Registry: https://index.docker.io/v1/ [2021-06-11T00:00:29.812Z] Labels: [2021-06-11T00:00:29.812Z] Experimental: false [2021-06-11T00:00:29.812Z] Insecure Registries: [2021-06-11T00:00:29.812Z] 127.0.0.0/8 [2021-06-11T00:00:29.812Z] Live Restore Enabled: false [2021-06-11T00:00:29.812Z] [2021-06-11T00:00:29.812Z] [2021-06-11T00:00:29.812Z] INFO: Stopping daemon under test [2021-06-11T00:00:30.270Z] SUCCESS: The process with PID 9060 (child process of PID 7804) has been terminated. [2021-06-11T00:00:30.270Z] SUCCESS: The process with PID 7804 (child process of PID 2796) has been terminated. [2021-06-11T00:00:30.270Z] INFO: Stop tailing logs of the daemon under tests [2021-06-11T00:00:30.270Z] INFO: executeCI.ps1 Completed successfully at 06/11/2021 00:00:29. [2021-06-11T00:00:30.270Z] INFO: Tidying up at end of run [2021-06-11T00:00:30.270Z] INFO: Saving daemon under test log (d:\CI\PR-42445\15\dut.out) to bundles\CIDUT.out [2021-06-11T00:00:30.270Z] INFO: Saving daemon under test log (d:\CI\PR-42445\15\dut.err) to bundles\CIDUT.err [2021-06-11T00:00:30.270Z] INFO: Nuke-Everything... [2021-06-11T00:00:32.446Z] INFO: Container count on control daemon to delete is 2 [2021-06-11T00:00:32.446Z] 66769325b9de [2021-06-11T00:00:32.446Z] f3ee38effd85 [2021-06-11T00:00:32.904Z] INFO: Tidying pidfile d:\CI\PR-42445\15\docker.pid [2021-06-11T00:00:32.905Z] INFO: Nuking d:\CI [2021-06-11T00:00:45.279Z] INFO: Zapped successfully [2021-06-11T00:00:45.279Z] [2021-06-11T00:00:45.279Z] INFO: executeCI.ps1 exiting at Fri Jun 11 00:00:44 CUT 2021. Duration 01:02:49.0178160 [2021-06-11T00:00:45.279Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-06-11T00:00:45.518Z] Recording test results [2021-06-11T00:00:45.891Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-06-11T00:00:47.369Z] Creating win-2022-integration-bundles.zip [Pipeline] archiveArtifacts [2021-06-11T00:00:48.550Z] Archiving artifacts [2021-06-11T00:00:49.676Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-42445/15/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-06-11T00:00:50.613Z] + make clean [2021-06-11T00:00:51.580Z] docker volume rm -f docker-dev-cache [2021-06-11T00:00:51.580Z] 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